This commit is contained in:
rxf
2026-01-05 08:01:30 +00:00
parent d77c3d1876
commit e85985f1bb

View File

@@ -615,6 +615,19 @@
] ]
] ]
}, },
{
"id": "b7d4c57c6f1289c9",
"type": "junction",
"z": "5bea18a0180b611e",
"x": 1420,
"y": 1120,
"wires": [
[
"44743756141dc419",
"c2f380015ed469c4"
]
]
},
{ {
"id": "c46833d59903b816", "id": "c46833d59903b816",
"type": "mqtt-broker", "type": "mqtt-broker",
@@ -4045,7 +4058,7 @@
"y": 1120, "y": 1120,
"wires": [ "wires": [
[ [
"44743756141dc419" "b7d4c57c6f1289c9"
] ]
] ]
}, },
@@ -4072,7 +4085,7 @@
"y": 1260, "y": 1260,
"wires": [ "wires": [
[ [
"44743756141dc419" "b7d4c57c6f1289c9"
] ]
] ]
}, },
@@ -4291,6 +4304,13 @@
"pt": "msg", "pt": "msg",
"to": "payload.humidity", "to": "payload.humidity",
"tot": "msg" "tot": "msg"
},
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "feuchte",
"tot": "str"
} }
], ],
"action": "", "action": "",
@@ -4319,6 +4339,13 @@
"pt": "msg", "pt": "msg",
"to": "payload.temperature", "to": "payload.temperature",
"tot": "msg" "tot": "msg"
},
{
"t": "set",
"p": "topic",
"pt": "msg",
"to": "Temperatur",
"tot": "str"
} }
], ],
"action": "", "action": "",
@@ -4636,11 +4663,11 @@
"topic": "", "topic": "",
"payload": "0", "payload": "0",
"payloadType": "num", "payloadType": "num",
"x": 1380, "x": 1300,
"y": 1240, "y": 1240,
"wires": [ "wires": [
[ [
"44743756141dc419" "b7d4c57c6f1289c9"
] ]
] ]
}, },
@@ -4665,11 +4692,11 @@
"topic": "", "topic": "",
"payload": "1", "payload": "1",
"payloadType": "num", "payloadType": "num",
"x": 1380, "x": 1300,
"y": 1000, "y": 1000,
"wires": [ "wires": [
[ [
"44743756141dc419" "b7d4c57c6f1289c9"
] ]
] ]
}, },
@@ -4838,7 +4865,7 @@
"group": "1d0cfd7b0bb56a24", "group": "1d0cfd7b0bb56a24",
"name": "Licht_aus", "name": "Licht_aus",
"label": "Licht AUS", "label": "Licht AUS",
"order": 7, "order": 8,
"width": 0, "width": 0,
"height": 0, "height": 0,
"emulateClick": false, "emulateClick": false,
@@ -4877,7 +4904,7 @@
"group": "1d0cfd7b0bb56a24", "group": "1d0cfd7b0bb56a24",
"name": "Licht_ein", "name": "Licht_ein",
"label": "Licht EIN", "label": "Licht EIN",
"order": 6, "order": 7,
"width": 0, "width": 0,
"height": 0, "height": 0,
"emulateClick": false, "emulateClick": false,
@@ -4916,7 +4943,7 @@
"group": "1d0cfd7b0bb56a24", "group": "1d0cfd7b0bb56a24",
"name": "Lüfter_ein", "name": "Lüfter_ein",
"label": "Lüfter EIN", "label": "Lüfter EIN",
"order": 4, "order": 5,
"width": 0, "width": 0,
"height": 0, "height": 0,
"emulateClick": false, "emulateClick": false,
@@ -4955,7 +4982,7 @@
"group": "1d0cfd7b0bb56a24", "group": "1d0cfd7b0bb56a24",
"name": "Lüfter_aus", "name": "Lüfter_aus",
"label": "Lüfter AUS", "label": "Lüfter AUS",
"order": 5, "order": 6,
"width": 0, "width": 0,
"height": 0, "height": 0,
"emulateClick": false, "emulateClick": false,
@@ -5091,13 +5118,13 @@
"xAxisPropertyType": "timestamp", "xAxisPropertyType": "timestamp",
"xAxisType": "time", "xAxisType": "time",
"xAxisFormat": "", "xAxisFormat": "",
"xAxisFormatType": "auto", "xAxisFormatType": "{HH}:{mm}",
"xmin": "", "xmin": "",
"xmax": "", "xmax": "",
"yAxisLabel": "", "yAxisLabel": "",
"yAxisProperty": "payload", "yAxisProperty": "payload",
"yAxisPropertyType": "msg", "yAxisPropertyType": "msg",
"ymin": "40", "ymin": "0",
"ymax": "100", "ymax": "100",
"bins": 10, "bins": 10,
"action": "append", "action": "append",
@@ -5175,6 +5202,49 @@
] ]
] ]
}, },
{
"id": "b543ca2dfd61dd85",
"type": "ui-text",
"z": "5bea18a0180b611e",
"group": "1d0cfd7b0bb56a24",
"order": 4,
"width": "6",
"height": "1",
"name": "Lüfter EIN/AUS",
"label": "Lüfter ist ",
"format": "{{msg.payload}}",
"layout": "row-center",
"style": false,
"font": "",
"fontSize": 16,
"color": "#717171",
"wrapText": false,
"className": "",
"value": "payload",
"valueType": "msg",
"x": 1900,
"y": 1220,
"wires": []
},
{
"id": "c2f380015ed469c4",
"type": "function",
"z": "5bea18a0180b611e",
"name": "function 70",
"func": "msg.payload = msg.payload == 0 ? \"AUS\" : \"EIN\"\nreturn msg;",
"outputs": 1,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"x": 1630,
"y": 1220,
"wires": [
[
"b543ca2dfd61dd85"
]
]
},
{ {
"id": "43631c7945a1a3d4", "id": "43631c7945a1a3d4",
"type": "finite-state-machine", "type": "finite-state-machine",
@@ -6582,7 +6652,6 @@
"id": "f6eb416d29c11459", "id": "f6eb416d29c11459",
"type": "cronplus", "type": "cronplus",
"z": "85bb16dbe6fb391c", "z": "85bb16dbe6fb391c",
"d": true,
"name": "", "name": "",
"outputField": "payload", "outputField": "payload",
"timeZone": "Europe/Berlin", "timeZone": "Europe/Berlin",
@@ -9270,7 +9339,7 @@
"type": "debug", "type": "debug",
"z": "0f906ba2e4239518", "z": "0f906ba2e4239518",
"name": "debug 126", "name": "debug 126",
"active": true, "active": false,
"tosidebar": true, "tosidebar": true,
"console": false, "console": false,
"tostatus": false, "tostatus": false,
@@ -11482,7 +11551,6 @@
"id": "70ffcc45ee8d6609", "id": "70ffcc45ee8d6609",
"type": "mqtt in", "type": "mqtt in",
"z": "cada61fae691e52f", "z": "cada61fae691e52f",
"d": true,
"name": "Bewegung", "name": "Bewegung",
"topic": "hm/status/BW_und_Licht_Computer_BW:3/MOTION", "topic": "hm/status/BW_und_Licht_Computer_BW:3/MOTION",
"qos": "0", "qos": "0",