I have LZW42 bulbs that are by default transitioning in what I counted to be 3 seconds. Is there a way to make this transition time 0, so that it will instantly turn on/off?
I am using Home Assistant 2021.9.3 with OS 6.1. Firmware on the bulbs are v2.31. I am using Z-Wave JS to MQTT with MQTT disabled.
I see some transition parameters below in zwave2mqtt UI panel, but I don’t think I am using it right. Under “Send Options”, I do not know how to confirm the value as there is no arrow to send the message like on all other parameters. For [14-38-0-duration], it is already at 0…
In my automation where I have an action to turn on the light bulb, I tried adding a “transition: 0” line, but got the error; “Message malformed: extra keys not allowed @ data[‘transition’]”
If your code is exactly as you pasted it, you may have some formatting issues. When you post code there is a “preformatted text” option that you should use.
Let me know if you get it working!
I agree, it would be nice to be able to change defaults, but for the time being I’ve built in transition times for anything specific. Some things I have set to instant, but lots of times I just use 1 second for a smooth, but not lengthy on/off effect.
Looks like they still haven’t implemented this unfortunately. I tried using the service call @HLNguyen413 mentioned, but that ended up with the lights turning off at different times for some reason, but if I turn the devices off normally then they all slowly turn off at the same time.
I know that this is an old thread but wanted to leave a breadcrumb for others interested in this topic. HA allows you to create light profiles. When I update the default light profile in HA with the following light_profiles.csv - my bulbs default to the 0s transition, warm white. You could change XY color values to meet your default condition.
You can also specify the default on a light-by-light basis following the instructions here: Light - Home Assistant
reviving this in the event it helps anyone. for the life of me could not get these bulbs to perform a 0 transition in node red with the call service node and toggle. Ended up having to put in a current state node that then triggered a call service on/off node that passed on the transition.