This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Comments
I'd like to then also power off the socket that feeds all AV equipment. And bring the house lights back up
Stack trace:
ReferenceError: device_data_id is not defined
at Object.module.exports.sendCommandToDevice (/drivers/hub/driver.js:332:15)
at Object.<anonymous> (/app.js:74:63)
at emitThree (events.js:97:13)
at Object.emit (events.js:175:7)
at /homey-app/manager/flow.js:12:37
at /homey-app/helpers/client.js:1:1077
at Array.forEach (native)
at process.<anonymous> (/homey-app/helpers/client.js:1:1046)
at emitTwo (events.js:87:13)
at process.emit (events.js:172:7)
Exit code: 1
Exit signal: null
After the crash when I do disable --> enable it's okay again I can do some flows (no bitflips) without problem. when I do the bitflip again crash
The only crash report I received in that timeframe is from 17.45 but it reports the current version of the app v1.0.0 (not v1.0.1 as currently in GitHub):
-----------------------
Dear Raymond,
A crash occurred for your app (version 1.0.0) at Jan 12, 2017 4:45 PM (UTC).
Homey software version: 1.1.2
N.B.: You will soon be able to view (an archive of) these logs from witin a developer panel on the app page.
---
Athom B.V.
-----------------------
Do you get crash reports from people running your app in debug? Maybe not, as I have not received a single crash report from v1.0.1 until now.
Stack trace:
ReferenceError: device_data_id is not defined
at Object.module.exports.sendCommandToDevice (/drivers/hub/driver.js:332:15)
at Object.<anonymous> (/app.js:74:63)
at emitThree (events.js:97:13)
at Object.emit (events.js:175:7)
at /homey-app/manager/flow.js:12:37
at /homey-app/helpers/client.js:1:1077
at Array.forEach (native)
at process.<anonymous> (/homey-app/helpers/client.js:1:1046)
at emitTwo (events.js:87:13)
at process.emit (events.js:172:7)
Exit code: 1
Exit signal: null
this is causing the crash
Entone DVR - NumericBasic - 4 (so it should show me channel 4 on my tv)
Thanks @menno, for debugging the "send a command" flow card! Would you mind testing the update below?
Now on GitHub in v1.0.2:
- Fixed an issue that would break the "send a command" flow card's "control type" dropdown.
- Fixed an issue that would break the "send a command" flow card execution.
* BONUS: The "send a command" flow card's "control type" and "activity" dropdowns now filter by input.
Did the same flow tv -number - 4 and now it is working again
He can make one of the best homey apps but he can't make a donate button???? hehehe
I wondering if the following is possible with your app (+ HomeyDash + Harmony).
I've greated a few bitflips for my favorite tv channels let say channel3, channel5, channel20, etc
What I do now is great a flow to:
if= channel3 on then channel5, 6, 20 off + harmony sets my tv to channel3 (this is working great but maybe not the best way to do it)
In the HomeyDash dashboard I see what channel is selected/on and which are off when I controle the bitflips from the dashboard.
Now what I'm trying to achieve is that when I use my remote controle (harmony) and select channel5 that this will also change on the dashboard.
Is something like this possible??? and how can I achieve this???
Now I'm wondering do I need an IF card within the harmony app? Now I only have an "Activity Changed" card, is it possible to create an "Command Changed" card with tag "Command" (value of the third field)
I tried the button but it isnt working yet, seems there is some information missing?!?