ZWN-RSM2 dual relay not updating device2 status via switch #985
Unanswered
floatiepen
asked this question in
Q&A
Replies: 3 comments 10 replies
-
Please make a zwave-js log, loglevel |
Beta Was this translation helpful? Give feedback.
10 replies
-
Submitted PR zwave-js/node-zwave-js#4046 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I bought a ENERWAVE Z-Wave Plus Dual Relay Module (Device ID
282-1542-273 (0x011a-0x0111-0x0606); ZWN-RSM2-PLUS - from Amazon) and set it up, and at first, it seemed everything was great. Each switch controls its device and they both popped up in zwavejs2mqtt and in turn in Home Assistant. I can toggle the devices on/off via Home Assistant and all seemed great.
The trouble is that when Device2 is turned on at the switch, the z-wave object doesn't update. Moving the Device1 switch does correctly update the z-wave status. Is this a fault with the module? Or is there something in zwavejs2mqtt that isn't handling the update correctly?
In my setup, the module is node 7. When I look at Control Panel -> node 7 -> Binary Switch, I see the two booleans for currentValue:
[7-37-1-currentValue] -> updates when changed via z-wave or the physical switch (the expected behavior)
[7-37-2-currentValue] -> only updates when I toggle the device via z-wave (does not update when switch is moved)
I'm very new to z-wave and zwavejs2mqtt, so I'm not sure what more info to look at/provide to troubleshoot. If I knew where to look for the device settings, I'd have a go to see if I could fix it. maybe it's just a configuration quirk that needs handling.
Any tips on where to start to troubleshoot this?
Beta Was this translation helpful? Give feedback.
All reactions