I’m playing with the beta that just dropped today and I’m trying to use the new set parameter function to change the color of my LED strip on my Inovelli dimmer. Here’s the yaml:
but I only get an error message that says: Failed to call service zwave_js/set_config_parameter. ‘Value’ object has no attribute ‘configuration_value_type’
Any ideas?
Edit: Solved it! Here’s how to use zWave JS to change the LED strip on an Inovelli switch/dimmer. This makes the strip turn red:
Thanks. Did you notice you cant set parameter 16 to all the options? For example, anything using pulse effect is too high a number according to the range. Copying and pasting my inovelli post i just made.
With zwavejs are you able to set the default LED colour param on an Inovelli switch?
I don’t use any of the flashing effects, etc… and prefer a solid LED color. The notification allows this, but when controling the switch it still briefly flashes to the default LED color. So I’ve taken to just changing the default LED color instead of using the notifications
Set parameter 17 to zero and this wont happen. Mine remains on my parameter 16 setting (currently pulsing blue) even when I press up or down on the paddle.
I’d prefer to keep the dim level indicator functional.
The way I’ve done this on Hubitat is to manipulate the default LED color, I believe that’s parameter 13? Doing this, the LED bar still functions as normal on the switch/dimmer. It goes up and down while changing dim states, get’s brighter/dimmer with the light on/off etc… but still gives the same effect as using the solid “notification”.