What I want to do is set the LED colors on my Inovelli dimmer switches. According to this calculator, I need to set parameters 13 (color) and 14 (brightness). I can set the notification, but that is not what I’m looking for.
This works to set the notification to red, 6s, slow blink:
ozw.set_config_parameter
node_id: 2
parameter: 16
value: 67504641
This doesn’t appear to do anything, as the LED doesn’t change color to red:
ozw.set_config_parameter
node_id: 2
parameter: 13
value: 1
I’m guessing maybe both params 13 and 14 need to be set at the same time for it to take effect? But I don’t know how to do that. Calling one then the other definitely doesn’t work. By doesn’t work I mean it does nothing, where when the syntax is actually wrong HA tells me “Failed to call service”.
16 is the notification setting (see the middle tab of the calculator) and is the only thing I seem to be able to set from HA. Parameters 13 and 14 do not seem settable.