kruimel0 / yamaha-app-homey

Homey App
3 stars 8 forks source link

flowcard if receiver is turned on does not work. #18

Open driesk81 opened 5 years ago

driesk81 commented 5 years ago

receiver yamaha htr-4069 (rx-v481) settings: correct ip zone: Main_Zone It is possible to control the receiver via the tile in the app or via (then) flowcards. But flows will not react when the receiver is turned on or off. The tile in the app is not updated with the current power state of the receiver.

axelwathne commented 5 years ago

I have this issue as well, so far on a wx-030 MusicCast speaker. I just submitted diagnostic report ee34d877-5dcc-40bb-aab1-e0566f00ab69 - let me know if I can help debug it in some way

driesk81 commented 5 years ago

An other diagnostic report. a2510298-9041-4401-8c3d-6f9938ddc701 i do hope it might help in a way.

axelwathne commented 5 years ago

I tried to look at this. It seems the getter for the onoff capability is simply never called. Which is strange, considering that the setter works fine. At first I was thrown off by the fact that there are extra flow functions for powerOn and powerOff, but after deleting these and making sure the onoff capability is in use, this still behaves the same. Which means, Homey knows about the onoff capability, it lets you use it to toggle power on or off. But it never queries the capability, never calls get. It seems this goes for all the capabilities, actually.

lucasvdh commented 5 years ago

FYI https://community.athom.com/t/yamaha-receiver/5904/15?u=lucasvdh

There's a new version in the works