Hi
Thank you.
That one makes it flash.
If I change the 100 to 1 it changes the brightness.
Thanks
Dagaz
Hi
Thank you.
That one makes it flash.
If I change the 100 to 1 it changes the brightness.
Thanks
Dagaz
No worries! 
Got it. I haven’t tried to get it to stay solid as I don’t use it at all, I always have it blinking with the siren on when the alarm is triggered. I also have it blink red when the alarm is armed and blink green when it’s disarmed.
That’s cool.
Out of interest what was the code to blink green?
I can get solid green.
One thing I want to look at is changing the frequency of the flashing also. I belive that is possible.
Thanks
This is what I send:
{“args”:[{“nodeId”:x,“commandClass”:135},“set”,[[{“indicatorId”:80,“propertyId”:1,“value”:100},{“indicatorId”:80,“propertyId”:3,“value”:10},{“indicatorId”:80,“propertyId”:4,“value”:1},{“indicatorId”:80,“propertyId”:7,“value”:1}]]]}
interesting.
that code for me turns the green ring on for a second and then turns off again.
the first 80-1-100 is on, the last 80-7-1 i turn off after 1 second.
cant work out what 80-3-10 does.
do you send that code repeatdly to get the flashing?
lastly here is my documentation lol
Sets the duration of an on/off period in 1/10th seconds. Must be set together with “On/Off Cycle Count”
This what 80-3 does.
Ah. If I send all three commands it turns on for a second then just stays off.
Will have a play.
Thank you for the support.
reread and understand it all now.
i can get the green to be solid or flash. that was interesting i have to use property 7 as 0 to make solid again. otherwise it only flashes.
haven’t found a way to get the red led solid.
any tips gratefully received.
think goes like this:
Flashing
[indicatorId:80, propertyId:1, value:100]
[indicatorId:80, propertyId:3, value:10]
[indicatorId:80, propertyId:4, value:1]
[indicatorId:80, propertyId:7, value:100]
1 = led brightness
3 = 1/10 flashing
4 = on off cycle
7 = how many times to flash
I will give it a go on trying to get red to be solid on the weekend, I will let you know!
@DagazArcane just had a look at this (had some time this morning) and I wasn’t able to get the red light to be solid. This might be (I think) due to the fact that is an alarm and a red blinking light would cause more visiblity than a solid red.
thank you. i believe it is possible as it is one of the features and troublshooting.
the trouble i have is findng out the indicatorid value for it without trying them all or breaking teh siren.
thanks for looking though
I don’t think you would break the siren with the indicators, it wouldn’t allow you to set something that isn’t permitted. Test away 
I have to admit i do not understand much of this thread. don’t know where those {} curly braces commands are coming from, where to configure a service or what is the meaning of topic under data, if i should use MQTT or JS UI etc.
Yet I was able to configure my siren with your tip with a simple automation stitch:
action: zwave_js.invoke_cc_api
target:
device_id: xxxxxx
data:
command_class: “135”
endpoint: “0”
method_name: set
parameters:
- - indicatorId: 13
propertyId: 9
value: 1
- indicatorId: 13
propertyId: 1
value: 100
red strobe and is 100 on and siren is min volume at the same time this way (for testing). thank you
Does anyone have plans to release a blueprint for the Ring 5AT3T4 Outdoor Siren?
I couldn’t get it to work at first. If it helps anyone else, when I execute the following action in Home Assistant’s developer tool, it works:
action: zwave_js.invoke_cc_api
data:
device_id:
- 48e985334186XXXXXXXXXX3c60da7fef
command_class: 135
endpoint: "0"
method_name: set
parameters:
- - indicatorId: 13
propertyId: 9
value: 1
- indicatorId: 13
propertyId: 1
value: 10
Hope this helps!
i have an isssue with indicator 48
i can turn the logo on from developer tools but when i try to turn it off by setting the value to 0 the comand fails and the node dies
from my testing this does not happen for zwavejs ui but only from developer tools
Anyone experiencing the issue of turning the Green LED on/off lately?
HA 2025.10.4
Z-Wave JS 0.27.0
Ring Siren 1.11.0
Used to have automation plus an input_select to trigger LEDs and Logo on and off. Found logs showing the Green On/Off command became invalid lately.
Error handling message: Node(node_id=24) - NotFoundError: Value 24-135-0-80-1 not found on node Node(node_id=24) (home_assistant_error)
alias: Green On
action: zwave_js.set_value
metadata: {}
data:
command_class: "135"
property: "80"
property_key: "1"
value: "{{ brightness }}"
entity_id:
- sensor.outdoor_siren_battery_level
endpoint: "0"
enabled: true
alias: Green Off
action: zwave_js.set_value
metadata: {}
data:
command_class: "135"
property: "80"
property_key: "1"
entity_id:
- sensor.outdoor_siren_battery_level
endpoint: "0"
value: 0
enabled: true
It’s not exactly the same thing that happens to me but sometimes the green light gets stuck. When the alarm is on, it blinks red and when it’s off, it blinks green.
Have you updated the siren by any chance? I know you would need the Ring alarm kit for that but just wondering how come this started happening for you. Also, can you share your logo on/off automation?
Thanks!
TBH I do not have a record of the firmware number at the beginning and that’s in a way why I am hoping by posting mine here someone who does have one might be able to confirm if the behavior changed due to a firmware upgrade or I can rule that out.
For the automation part, if you can scroll up a little bit and check out DagazArcane who listed out the command that controls other lights (including logo on/off).
In my case what I did is to create a input_select with open Green / Red etc and call out the action from my post.
Mind me asking, what is the firmware version of your siren?