Closed kibs closed 7 years ago
I think it is somewhat related to the scene stuff, the unit is sending a scene id which is different for each button
problem was solved using help in this issue https://github.com/OpenZWave/open-zwave/pull/1025#issuecomment-271178707
Home Assistant release (
hass --version
):: 0.35.3Python release (
python3 --version
):: 3.4.2Component/platform:: switch/zwave
Description of problem:: I have added a ZHC5010 (http://logichome.dk/index.php/products/3-zhc5010-z-wave-switch-module-for-fuga-installations) which is being recognized by OZW and HA just fine. In HA the switch will turn up as 5 switches, 1 master & 4 logical which represents the 4 buttons. The device has 1 internal relay which can be toggled by turning on/off the master switch (or the button associated with the relay, if that is the case)
When toggling the switches using HA, the buttons are "clicked" and the LED is lighting just fine. But if clicking the physical button, HA state is not updated, switch is marked off on HA even though the button state really is ON.
When looking through the logs, an zwave.node_event is received when a button is clicked, but the object id are all the same (this is a bug right?), so I can't make an automation setting the internal state in HA.
Expected:: That the switch state in HA is updated when the button are clicked, and that object_id is different for each of the buttons when receiving a node_event.
Additional info:
log when all 4 buttons where clicked. object id all the same even though that is 4 different buttons.
log from OZW when two different buttons were clicked.