home-assistant/node_red_kueche_wasserkocher_auto_aus.json
2025-07-20 19:07:32 +02:00

162 lines
4.2 KiB
JSON

[
{
"id": "70de134cfdc04e0d",
"type": "group",
"z": "97ac338125ef7574",
"name": "Küche Wasserkocher Auto Aus",
"style": {
"fill": "#e3f3d3",
"label": true
},
"nodes": [
"83515f35bc98956a",
"0c50f796b7692d83",
"6b1696f0efaa58a4"
],
"x": 34,
"y": 459,
"w": 1132,
"h": 82
},
{
"id": "83515f35bc98956a",
"type": "server-state-changed",
"z": "97ac338125ef7574",
"g": "70de134cfdc04e0d",
"name": "Küche Wasserkocher",
"server": "162e4f7136cd343a",
"version": 6,
"outputs": 2,
"exposeAsEntityConfig": "",
"entities": {
"entity": [
"switch.kuche_wasserkocher"
],
"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": 160,
"y": 500,
"wires": [
[
"6b1696f0efaa58a4"
],
[]
]
},
{
"id": "0c50f796b7692d83",
"type": "api-call-service",
"z": "97ac338125ef7574",
"g": "70de134cfdc04e0d",
"name": "Küche Wasserkocher Aus",
"server": "162e4f7136cd343a",
"version": 7,
"debugenabled": false,
"action": "switch.turn_off",
"floorId": [],
"areaId": [],
"deviceId": [],
"entityId": [
"switch.kuche_wasserkocher"
],
"labelId": [],
"data": "",
"dataType": "jsonata",
"mergeContext": "",
"mustacheAltTags": false,
"outputProperties": [],
"queue": "none",
"blockInputOverrides": true,
"domain": "switch",
"service": "turn_off",
"x": 1030,
"y": 500,
"wires": [
[]
]
},
{
"id": "6b1696f0efaa58a4",
"type": "delay",
"z": "97ac338125ef7574",
"g": "70de134cfdc04e0d",
"name": "",
"pauseType": "delay",
"timeout": "7",
"timeoutUnits": "minutes",
"rate": "1",
"nbRateUnits": "1",
"rateUnits": "second",
"randomFirst": "1",
"randomLast": "5",
"randomUnits": "seconds",
"drop": false,
"allowrate": false,
"outputs": 1,
"x": 480,
"y": 500,
"wires": [
[
"0c50f796b7692d83"
]
]
},
{
"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
}
]