I just upgraded to Z-Wave JS and everything is working. I do have an issues that I solved in the past with polling, but I understand that we currently don’t have a method to poll zwave switches.
I have an automation (using a blueprint) for a Wenzhou ZWN-RSM1, to turn on the light connected to the switch and 3 (plug-in) switches when the wall switch is manually turned on. Additionally, when the switch is turned off, I turn off the same switches.
The problem I’m having with Z-Wave JS is that when I press the wall switch I do not see the state change in Developer Tools, so there is no way to detect the on to off or off to on conditions. I was using a polling_intensity for this device and that worked well before, what are my options now?