I’m using Home Assistant and I’ve got a script that changes the color and brightness of the LED strip on a VZM31-SN using “Issue effect for all LEDs”. I’m manually setting the brightness for both On and Off. The switch is in a block with 2 other VZM31-SN. I’m having trouble setting the ON and Off brightness to match the other two. Is there a way to just not set the brightness and just force it to accept the default on and off values?
I guess in my head, I’m thinking there should be a “set all LEDs to default values”?
Zwave has 4 parameters for the LED bar color and level for on and off. I would have expected the same 4 for the Zigbee version. Are you sure it’s not just the script forcing you to do set all 4?
The parameters might be disabled, a lot of them are for these devices.
Thank you for the response. I’m pretty sure I’m understanding what you are saying…I presume these are the parameters you are talking about?
Assuming so, I guess I’m not asking my question correctly. How do I call a method to reset the color and intensity back to default? I see how I can set the default values, but I can’t figure out how to set the LEDs back to the default values? The best I can figure out is that I have to call the issue_effect_for all_led and manually set numbers to match my default values. This doesn’t make sense to me as it makes no point to have default values if I can’t call a method to set them?