ArjanKranenburg / virtual-devices

Homey-app to add Virtual Devices that can trigger your flows.
Other
25 stars 17 forks source link

Device Changed not triggered when switching light on #125

Open Amelsfort opened 4 years ago

Amelsfort commented 4 years ago

I have a virtual device which represents an RGB-light with the capabilities onoff, dim, hue, saturation and temperature. In Homey I added a flow that is triggered when the device changes. This works fine when I turn the device off or change the color/dim, but nothing happens when I turn the device on. I noticed the onoff-capability is not updated correctly, which might be causing this issue.

ArjanKranenburg commented 4 years ago

Thanks for reporting. I will have a look at it when I have some spare time.