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
Normally when you do Athom project --install it should stay after rstart
- Harmony Hub
- Onkyo
- Constellation
Are you able to add inputs "STRM BOX" and "BLUETOOTH" as well? I have them on my TX-NR747
STRM BOX is it's own HDMI input, so Net is a different one - but it seems you figured that out?
FYI; I do get an error sometimes, where the Onkyo app stops working (get a red triangle in the "apps" overview). I am not able to reproduce it at the moment, will give you the error message if it happens again!
Stack trace:
TypeError: Cannot read property '' of undefinedat Socket.<anonymous> (/drivers/receiver/driver.js:52:47)at emitOne (events.js:77:13)at Socket.emit (events.js:169:7)at readableAddChunk (_stream_readable.js:153:18)at Socket.Readable.push (_stream_readable.js:111:10)at TCP.onread (net.js:531:20),TypeError: Cannot read property '1NLS' of undefinedat Socket.<anonymous> (/drivers/receiver/driver.js:52:47)at emitOne (events.js:77:13)at Socket.emit (events.js:169:7)at readableAddChunk (_stream_readable.js:153:18)at Socket.Readable.push (_stream_readable.js:111:10)at TCP.onread (net.js:531:20),TypeError: Cannot read property 'split' of undefinedat Socket.<anonymous> (/drivers/receiver/driver.js:43:15)at emitOne (events.js:77:13)at Socket.emit (events.js:169:7)at readableAddChunk (_stream_readable.js:153:18)at Socket.Readable.push (_stream_readable.js:111:10)at TCP.onread (net.js:531:20)
Homey firmware: 0.8.38
Onkyo app version: 1.0.4
Stack trace:
TypeError: Cannot read property 'substring' of undefined
at Socket.<anonymous> (/drivers/receiver/driver.js:55:52)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:153:18)
at Socket.Readable.push (_stream_readable.js:111:10)
at TCP.onread (net.js:531:20)
The TX-NR515 does use TV/CD as input name.. Could it be that change that causes this issue?
After looking into the Excel sheet with Onkyo codes I saw the code for TV/CD is 23... In your app "cd" is paired with 23. After creating a flow with CD, everything works and the reciever change input to TV/CD.
Thanks for the great work... Your app is working very well!
currently your app does not seem to work over here. I have a tx-nr646 which has a static ip adres set. But for some reason the commands are not send / received correctly. The loading icons keep spinning. Any thoughts on how to debug / look this up
It might also help to delete the devices, stop the app, start the app and then add the device again. In older versions of the app, the devices were created in an incompatible way with the new version of the app.
When the connection is 'cut' by cutting off the power, it will probably not automaticly restart the connection. Hence it will not be able to send commands.
However, if you can run using the athom developer tool, you might see what exactly happens in your case. Might help me to write code to reconnect the app.
Try to set it to that for the time being. I will try to bake a new version that automaticly tries to reconnect if the connection is lost.