Compare commits
4 Commits
6685394869
...
20250720_Z
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f4a70a861 | ||
|
|
ab6877352c | ||
|
|
319f50db76 | ||
|
|
2e4aa55cf3 |
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# Compiled source #
|
||||||
|
###################
|
||||||
|
*.com
|
||||||
|
*.class
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Packages #
|
||||||
|
############
|
||||||
|
# it's better to unpack these files and commit the raw source
|
||||||
|
# git has its own built in compression methods
|
||||||
|
*.7z
|
||||||
|
*.dmg
|
||||||
|
*.gz
|
||||||
|
*.iso
|
||||||
|
*.jar
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.zip
|
||||||
|
|
||||||
|
# Logs and databases #
|
||||||
|
######################
|
||||||
|
*.log
|
||||||
|
*.sql
|
||||||
|
*.sqlite
|
||||||
|
|
||||||
|
# OS generated files #
|
||||||
|
######################
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
162
node_red_kueche_baby_breezer_auto_aus.json
Normal file
162
node_red_kueche_baby_breezer_auto_aus.json
Normal file
@@ -0,0 +1,162 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
162
node_red_kueche_wasserkocher_auto_aus.json
Normal file
162
node_red_kueche_wasserkocher_auto_aus.json
Normal file
@@ -0,0 +1,162 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user