700 Series Dimmer issue when Switch Mode is Enabled #7167
Replies: 4 comments 18 replies
-
👋 Hey @DavinKD! It looks like you attached a logfile, but its filename doesn't look like it a driver log that came from Z-Wave JS. Please double-check that you uploaded the correct logfile. If you did, disregard this comment. As a reminder, here's how to create one: |
Beta Was this translation helpful? Give feedback.
-
I have a second dimmer that wasn't in the wall yet that I loaded into SmartThings, and it seems to work fine there. |
Beta Was this translation helpful? Give feedback.
-
I'm not entirely sure what switch mode does, and the available manuals online aren't particularly helpful. It is possible that that configuration changes the device capabilities from a Multilevel to a Binary Switch, which means you may have to exclude and include the device again for the changes to take effect. |
Beta Was this translation helpful? Give feedback.
-
Ok, I have a hunch what could be happening here. Z-Wave JS uses Supervision where possible, AFAIK SmartThings does not. Some devices have issues in their Supervision implementation and behave erratically. Maybe this is the case here too, but only in Switch Mode for some reason. If you want to try, please follow the instructions at https://zwave-js.github.io/zwave-js-ui/#/device-support/custom-device-files using After restarting Z-Wave JS UI, and re-interviewing the device, try controlling it in switch mode again. Let me know if anything changes. |
Beta Was this translation helpful? Give feedback.
-
Checklist
I have read and followed the above instructions
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem was not mentioned there or the fix did not work.
Describe the issue
What is happening?
When a newer 700 series dimmer is set to Switch Mode, when you turn on via Home Assistant or Zwave-Js UI, the light cannot be turned off via HA or Zwave-Js-Ui. The light also does not turn off when the bottom paddle is touched as well. However, if you touch the top paddle then the bottom paddle, the light will turn off. When switch mode is disabled, all works fine.
I don't recall having this issue when the switch was on SmartThings.
If you turn the light on mechanically with the top paddle, it turns off normally using the bottom paddle.
What did you expect to happen instead?
When HA or Zwave-JS UI commands the light to turn off, it should turn off.
Steps to reproduce the behavior:
Anything else we should know?
This only seems to be an issue on a new switch where "Switch Mode" appears in the UI. For older ones with it enabled using Parameter 16, I have no issues.
The switch in question is an Ultrapro 59350 / 59372 / 59373 / ZWA3016. The firmware is version 1.23.2.
Software versions
Driver (node-zwave-js): 13.2.0
Z-Wave JS UI: 9.18.1
Home Assistant Z-Wave Integration: Sorry, not sure how to tell. HA is version 24.9.1
Home Assistant Z-Wave JS Addon: N/A running separately.
ioBroker.zwave2 Adapter: ...
If you are using something non-standard, tell us here: ...
Device information
Manufacturer: Ultrapro
Model name: 59350 / 59372 / 59373 / ZWA3016.
Node ID: 30
Checklist
I made sure to provide a driver log on level debug.
The log includes a re-interview of the problematic device (if applicable).
The log includes the problematic interaction with the device (if applicable).
I provided the node ID of the problematic device (if applicable).
Upload Logfile
logs.zip
Beta Was this translation helpful? Give feedback.
All reactions