Trying to get the dome Siren to use its secondary chime using node-red without success
I have the Siren working fine using node-red but cannot get the parameters working correctly to switch it…
Anyone have any example flows with theirs?
Trying to get the dome Siren to use its secondary chime using node-red without success
I have the Siren working fine using node-red but cannot get the parameters working correctly to switch it…
Anyone have any example flows with theirs?
Sure here is the import for node red
[
{
"id": "12ebf7d6.f64958",
"type": "server-state-changed",
"z": "7c4440d.fcc82c",
"name": "Any Window Opened",
"server": "8a745406.799e98",
"version": 1,
"entityidfilter": "_window",
"entityidfiltertype": "substring",
"outputinitially": false,
"state_type": "str",
"haltifstate": "on",
"halt_if_type": "str",
"halt_if_compare": "is",
"outputs": 2,
"output_only_on_state_change": true,
"x": 820,
"y": 660,
"wires": [
[
"c3864e1c.a207b"
],
[]
]
},
{
"id": "c3864e1c.a207b",
"type": "delay",
"z": "7c4440d.fcc82c",
"name": "",
"pauseType": "rate",
"timeout": "5",
"timeoutUnits": "seconds",
"rate": "1",
"nbRateUnits": "2",
"rateUnits": "second",
"randomFirst": "1",
"randomLast": "5",
"randomUnits": "seconds",
"drop": true,
"x": 1040,
"y": 660,
"wires": [
[
"cfb5963d.e0d948"
]
]
},
{
"id": "cfb5963d.e0d948",
"type": "api-call-service",
"z": "7c4440d.fcc82c",
"name": "Do a chime",
"server": "8a745406.799e98",
"version": 1,
"debugenabled": false,
"service_domain": "zwave",
"service": "set_node_value",
"entityId": "",
"data": "{\"node_id\":51,\"value\":4,\"value_id\":\"72057594899972097\"}",
"dataType": "json",
"mergecontext": "",
"output_location": "",
"output_location_type": "none",
"mustacheAltTags": false,
"x": 1250,
"y": 660,
"wires": [
[]
]
},
{
"id": "8a745406.799e98",
"type": "server",
"z": "",
"name": "Skynet Home Assistant - Local",
"legacy": false,
"hassio": true,
"rejectUnauthorizedCerts": true,
"ha_boolean": "y|yes|true|on|home|open",
"connectionDelay": true
}
]```
I get this… when I change your node_id value to mine (8)
{
"node_id": 8,
"value": 4,
"value_id": "72057594899972097"
}
“Call-service API error. Error Message: 72057594899972097”
Ah its cause you need to have unique value id. Here is a post on how to set that up: Support for Z-Wave Sirens/Chimes