I have a Ring Outdoor Siren and have been playing with it trying to integrate with my alarm on HA.
I am able to set the siren or the light but not both at the same time, I am using zwave_js_set, the one I set last is the one that actually stays on.
Is there any other way to do that I am missing?
I have the same problem and i can’t find a way to set multiple parameters.
In my case i want to light the strobe and to play the siren but the last setted parameter will off previous parameter.
This is the script i’m using:
- service: zwave_js.set_value
data:
Sirena Ring Alarm
device_id: "d16e386c590d175898dc776f51d3d600"
command_class: 135
Logo: ON
property: '48'
property_key: '1'
endpoint: '0'
value: '100'
wait_for_result: true
- service: zwave_js.set_value
data:
Sirena Ring Alarm
device_id: "d16e386c590d175898dc776f51d3d600"
command_class: 135
Intrusione: Sirena ON (variazione intensità )
property: '13'
property_key: '9'
endpoint: '0'
value: '1'
wait_for_result: true