As many, i use the Hue bridge. Works perfect with domoticz, exept for the "reachable" state of it's connected devices.
The Hue app and some other apps show the unreachable state, but Domoticz does not. At least, i can not find it.
So a light could be shown as "On" in Domoticz, while actually it is not because the wall switch is turned off or a plug is not plugged in, so it is unreachable and can not be "On".
I could change it's state to "Off" by code because the "(un)reachable" state is easily retrieved by JSON but that would get confusing, because you would think it was not switched "On" in the first place.
I thought i could use a devices "timedOut" state which aparrently can be updated by DzVents by
Code: Select all
domoticz.devices('Somedevice').timedOut = false
domoticz.devices('Somedevice').timedOut = true
Code: Select all
domoticz.devices('Somedevice').timedOut
Also, when i test this on a sensor, it also does not get visually timedOud in the GUI
Is it possible to add the (visual) TimedOut for all devices, also when it is changed by code? Or am i missing somthing here?
Thx in advance.
Jimmy