I tried the code in magicalbrad’s post and I could not get it to work. My action:
- service: zwave_js.set_config_parameter
target:
entity_id: light.master_bedroom_lights
data:
parameter: '16'
value: '3'
bitmask: '50989568'
I am not sure if I fully understand the “value” option. I’ve read the documentation for the zwave_js.set_config_parameter service, but I will be honest, I don’t still don’t fully get it.
But I kept searching and I read about the zwave_js.bulk_set_partial_config_parameters service. That service allows you to more easily specify the individual parts of the notification, which I think is much easier to read and adjust. Source of code here So the following code works:
- service: zwave_js.bulk_set_partial_config_parameters
target:
entity_id:
- light.master_bedroom_lights
data:
parameter: '16'
value:
'255': Red
'65280': 100%
'16711680': 10
'2130706432': Fast Blink