I use Z-waveJS UI with MQTT. Recently a handful of my zwave buttons and switches are having a weird issue.
For example: My zooz 5 button scene controller hard wired switch shows up in MQTT as a switch for the relay and 5 sensors (one for each button). When pressing a button once, the corresponding sensor should show ’0’ as the state and then after a second go back to ‘unknown.’ That way when you press it again, it will change state to 0 again and trigger the automation.
What started happening recently is that it just stays at the ‘0’ state indefinitely. So if i press it again, there is no state change and the automation doesn’t fire.
When i go to the node in zwavejs ui, the central scene shows the ‘KeyPessed’ event and reverts to ‘unknown’ as it should.
Anyone know why this isn’t happening over MQTT properly?
Thanks in advance for any help.