The driver works with Ultra Pro Smart Dimmer #59350. I was able to change the LED color on the switch with mode change.
Were you able to change color or the brightness level? I thought the dimmers only supported the standard "blue" light. If you were able to change the color, can you post the command (and color values) you used? Thanks!
The parameter options are available in the device manual -- I found a link to it on this z-wave alliance page.
Then you can use Rule Machine's Run Custom Action option to access the 'setParameter' capability of this driver to set the desired LED color (and brightness) via parameters.
Thanks so much. Found the valid parameter values in the manual (https://products.z-wavealliance.org/ProductManual/File?folder=&filename=cert_portal/certs/677/59350QSG_1.pdf) in case anyone else needs it.
Does anyone know if this driver, with the Leviton ZW15S switch, will differentiate between a physical switch off vs a digital off. I want to automate this switch but the rule I have in mind needs to only run when the switch is manually turned off.
The generic z-wave dt binary switch driver or the generic z-wave plus switch driver don't differentiate with this switch.
Amazing! Thanks you for confirming and creating this driver!
In regards to the Leviton ZW15S, does this driver
- enable any double-tap options?
- report a physical off if the switch is manually turned off while already off?
I would like to use a switch press to temporarily disable a motion sensor.
Thanks.
No for either, the Leviton devices do not support the button (central scene) command classes. Events that are not a state change are sent to the hub but it will filter them out.
Could patch it pretty easy and add isStateChange: true to the switch events to force them through, or could also add a fake button event when the switch is pressed.