I have recently acquired 5 LZW42 bulbs in my basement, and am playing around with their settings.
connected to HomeAssistant via zwaveJS2mqtt. No issues pairing or generally controlling the bulbs, but I have noticed a strange behavior with the color (either RGB or W temp)
When transitioning between colors, the bulbs immediately switch color, even if I’ve set a transition time. The transition time does apply to a brightness change, but not color (or white temperature change).
examples; If I change the RGB value with a transition time of 5 seconds, it just immediately switches the color. ditto if i go from 2700k to 5000k, it’s an immediate switch of color. Transition of red to blue, with 50% bright to 100% bright with 5 second transition will immediately switch red to blue, and ramp the brightness over 5 seconds.
So my question, is this normal / expected behavior? Or am i doing something wrong…
With hue bulbs, I can transition between colors smoothly, but i would much rather use these vs hue, just so i can still do zwave associations with the switches.
i also notice when trying to write values to 108-38-0-duration or 108-51-0-duration direct from zwave control panel, it generates errors.
15:50:14.767 INFO ZWAVE: Writing { unit: ‘seconds’, value: 2 } to 108-51-0-duration
15:50:14.769 ERROR ZWAVE: Unable to write { unit: ‘seconds’, value: 2 } on 108-51-0-duration
INFO ZWAVE: Calling api writeValue with args: [
{ nodeId: 108, commandClass: 38, endpoint: 0, property: ‘duration’ },
{ unit: ‘seconds’, value: 2 },
{},
[length]: 3
]
INFO ZWAVE: Writing { unit: ‘seconds’, value: 2 } to 108-38-0-duration
INFO ZWAVE: Controller status: Driver: Multilevel Switch: “duration” is not a supported property (ZW0322)
ERROR ZWAVE: Unable to write { unit: ‘seconds’, value: 2 } on 108-38-0-duration