home-assistant/node_red_kueche_baby_breezer_auto_aus.json
2025-07-20 18:42:50 +02:00

162 lines
4.2 KiB
JSON

[
{
"id": "a0b2588596805a6b",
"type": "group",
"z": "97ac338125ef7574",
"name": "Küche Milch Auto Aus",
"style": {
"fill": "#e3f3d3",
"label": true
},
"nodes": [
"9098a3b94fafb8d1",
"b1fad812fd4fcba0",
"581fb8dd7042b734"
],
"x": 34,
"y": 359,
"w": 1132,
"h": 82
},
{
"id": "9098a3b94fafb8d1",
"type": "server-state-changed",
"z": "97ac338125ef7574",
"g": "a0b2588596805a6b",
"name": "Küche Milch",
"server": "162e4f7136cd343a",
"version": 6,
"outputs": 2,
"exposeAsEntityConfig": "",
"entities": {
"entity": [
"switch.kuche_baby_breezer"
],
"substring": [],
"regex": []
},
"outputInitially": false,
"stateType": "str",
"ifState": "on",
"ifStateType": "str",
"ifStateOperator": "is",
"outputOnlyOnStateChange": true,
"for": "",
"forType": "num",
"forUnits": "minutes",
"ignorePrevStateNull": false,
"ignorePrevStateUnknown": false,
"ignorePrevStateUnavailable": false,
"ignoreCurrentStateUnknown": false,
"ignoreCurrentStateUnavailable": false,
"outputProperties": [
{
"property": "payload",
"propertyType": "msg",
"value": "",
"valueType": "entityState"
},
{
"property": "data",
"propertyType": "msg",
"value": "",
"valueType": "eventData"
},
{
"property": "topic",
"propertyType": "msg",
"value": "",
"valueType": "triggerId"
}
],
"x": 130,
"y": 400,
"wires": [
[
"581fb8dd7042b734"
],
[]
]
},
{
"id": "b1fad812fd4fcba0",
"type": "api-call-service",
"z": "97ac338125ef7574",
"g": "a0b2588596805a6b",
"name": "Küche Milch Aus",
"server": "162e4f7136cd343a",
"version": 7,
"debugenabled": false,
"action": "switch.turn_off",
"floorId": [],
"areaId": [],
"deviceId": [],
"entityId": [
"switch.kuche_baby_breezer"
],
"labelId": [],
"data": "",
"dataType": "jsonata",
"mergeContext": "",
"mustacheAltTags": false,
"outputProperties": [],
"queue": "none",
"blockInputOverrides": true,
"domain": "switch",
"service": "turn_off",
"x": 1050,
"y": 400,
"wires": [
[]
]
},
{
"id": "581fb8dd7042b734",
"type": "delay",
"z": "97ac338125ef7574",
"g": "a0b2588596805a6b",
"name": "",
"pauseType": "delay",
"timeout": "5",
"timeoutUnits": "minutes",
"rate": "1",
"nbRateUnits": "1",
"rateUnits": "second",
"randomFirst": "1",
"randomLast": "5",
"randomUnits": "seconds",
"drop": false,
"allowrate": false,
"outputs": 1,
"x": 480,
"y": 400,
"wires": [
[
"b1fad812fd4fcba0"
]
]
},
{
"id": "162e4f7136cd343a",
"type": "server",
"name": "Home Assistant",
"version": 5,
"addon": false,
"rejectUnauthorizedCerts": true,
"ha_boolean": "y|yes|true|on|home|open",
"connectionDelay": true,
"cacheJson": true,
"heartbeat": true,
"heartbeatInterval": "10",
"areaSelector": "friendlyName",
"deviceSelector": "friendlyName",
"entitySelector": "friendlyName",
"statusSeparator": ": ",
"statusYear": "hidden",
"statusMonth": "short",
"statusDay": "numeric",
"statusHourCycle": "default",
"statusTimeFormat": "h:m",
"enableGlobalContextStore": false
}
]