Compare commits
5 Commits
ZUHUS-12-K
...
20250720_Z
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68d6fc4cbf | ||
|
|
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
|
||||
182
node_red_heimkino_pause_bei_klingel.json
Normal file
182
node_red_heimkino_pause_bei_klingel.json
Normal file
@@ -0,0 +1,182 @@
|
||||
[
|
||||
{
|
||||
"id": "ec8c530269d9809c",
|
||||
"type": "group",
|
||||
"z": "74eab2802feb3cf4",
|
||||
"name": "Heimkino Pause bei Klingel",
|
||||
"style": {
|
||||
"fill": "#dbcbe7",
|
||||
"label": true
|
||||
},
|
||||
"nodes": [
|
||||
"bbe2bd314f9ccfdd",
|
||||
"a53fb4f4f48cc404",
|
||||
"3bdb09facf75d941"
|
||||
],
|
||||
"x": 14,
|
||||
"y": 319,
|
||||
"w": 1172,
|
||||
"h": 82
|
||||
},
|
||||
{
|
||||
"id": "bbe2bd314f9ccfdd",
|
||||
"type": "server-state-changed",
|
||||
"z": "74eab2802feb3cf4",
|
||||
"g": "ec8c530269d9809c",
|
||||
"name": "Klingel",
|
||||
"server": "162e4f7136cd343a",
|
||||
"version": 6,
|
||||
"outputs": 2,
|
||||
"exposeAsEntityConfig": "",
|
||||
"entities": {
|
||||
"entity": [
|
||||
"binary_sensor.diele_klingelsensor"
|
||||
],
|
||||
"substring": [],
|
||||
"regex": []
|
||||
},
|
||||
"outputInitially": false,
|
||||
"stateType": "str",
|
||||
"ifState": "on",
|
||||
"ifStateType": "str",
|
||||
"ifStateOperator": "is",
|
||||
"outputOnlyOnStateChange": true,
|
||||
"for": "0",
|
||||
"forType": "num",
|
||||
"forUnits": "minutes",
|
||||
"ignorePrevStateNull": false,
|
||||
"ignorePrevStateUnknown": false,
|
||||
"ignorePrevStateUnavailable": false,
|
||||
"ignoreCurrentStateUnknown": false,
|
||||
"ignoreCurrentStateUnavailable": false,
|
||||
"outputProperties": [
|
||||
{
|
||||
"property": "payload",
|
||||
"propertyType": "msg",
|
||||
"value": "Jemand hat an der Haustüre geschellt",
|
||||
"valueType": "str"
|
||||
},
|
||||
{
|
||||
"property": "topic",
|
||||
"propertyType": "msg",
|
||||
"value": "Klingel",
|
||||
"valueType": "str"
|
||||
},
|
||||
{
|
||||
"property": "sound",
|
||||
"propertyType": "msg",
|
||||
"value": "bike",
|
||||
"valueType": "str"
|
||||
}
|
||||
],
|
||||
"x": 90,
|
||||
"y": 360,
|
||||
"wires": [
|
||||
[
|
||||
"a53fb4f4f48cc404"
|
||||
],
|
||||
[]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "a53fb4f4f48cc404",
|
||||
"type": "api-current-state",
|
||||
"z": "74eab2802feb3cf4",
|
||||
"g": "ec8c530269d9809c",
|
||||
"name": "State Apple TV",
|
||||
"server": "162e4f7136cd343a",
|
||||
"version": 3,
|
||||
"outputs": 2,
|
||||
"halt_if": "playing",
|
||||
"halt_if_type": "str",
|
||||
"halt_if_compare": "is",
|
||||
"entity_id": "media_player.multimedia",
|
||||
"state_type": "str",
|
||||
"blockInputOverrides": true,
|
||||
"outputProperties": [
|
||||
{
|
||||
"property": "payload",
|
||||
"propertyType": "msg",
|
||||
"value": "",
|
||||
"valueType": "entityState"
|
||||
},
|
||||
{
|
||||
"property": "data",
|
||||
"propertyType": "msg",
|
||||
"value": "",
|
||||
"valueType": "entity"
|
||||
}
|
||||
],
|
||||
"for": "0",
|
||||
"forType": "num",
|
||||
"forUnits": "minutes",
|
||||
"override_topic": false,
|
||||
"state_location": "payload",
|
||||
"override_payload": "msg",
|
||||
"entity_location": "data",
|
||||
"override_data": "msg",
|
||||
"x": 420,
|
||||
"y": 360,
|
||||
"wires": [
|
||||
[
|
||||
"3bdb09facf75d941"
|
||||
],
|
||||
[]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "3bdb09facf75d941",
|
||||
"type": "api-call-service",
|
||||
"z": "74eab2802feb3cf4",
|
||||
"g": "ec8c530269d9809c",
|
||||
"name": "Apple TV Pause",
|
||||
"server": "162e4f7136cd343a",
|
||||
"version": 7,
|
||||
"debugenabled": false,
|
||||
"action": "media_player.media_pause",
|
||||
"floorId": [],
|
||||
"areaId": [],
|
||||
"deviceId": [],
|
||||
"entityId": [
|
||||
"media_player.multimedia"
|
||||
],
|
||||
"labelId": [],
|
||||
"data": "",
|
||||
"dataType": "jsonata",
|
||||
"mergeContext": "",
|
||||
"mustacheAltTags": false,
|
||||
"outputProperties": [],
|
||||
"queue": "none",
|
||||
"blockInputOverrides": true,
|
||||
"domain": "media_player",
|
||||
"service": "media_pause",
|
||||
"x": 1080,
|
||||
"y": 360,
|
||||
"wires": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
{
|
||||
"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_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