diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/node_red_diele_nachtbeleuchtung.json b/node_red_diele_nachtbeleuchtung.json index 90a5473..1df1fae 100644 --- a/node_red_diele_nachtbeleuchtung.json +++ b/node_red_diele_nachtbeleuchtung.json @@ -19,12 +19,16 @@ "87806c641c86c3d9", "14c3a212afc4cd78", "7e7074a18d177e16", - "38767c1f739f3c8d" + "38767c1f739f3c8d", + "4f22d1a57648e607", + "2b525828bc96835e", + "c730df6b04bdaf41", + "fa8d1668235782d3" ], "x": 14, "y": 399, "w": 1412, - "h": 222 + "h": 282 }, { "id": "ec44baea08cc2923", @@ -185,7 +189,7 @@ "domain": "light", "service": "turn_on", "x": 1270, - "y": 480, + "y": 440, "wires": [ [] ] @@ -218,7 +222,7 @@ "domain": "light", "service": "turn_off", "x": 1270, - "y": 540, + "y": 580, "wires": [ [] ] @@ -242,10 +246,10 @@ "allowrate": false, "outputs": 1, "x": 1020, - "y": 540, + "y": 580, "wires": [ [ - "f0c5e4339b494c3a" + "fa8d1668235782d3" ] ] }, @@ -309,7 +313,7 @@ "entity_location": "data", "override_data": "msg", "x": 600, - "y": 540, + "y": 580, "wires": [ [ "14c3a212afc4cd78" @@ -331,7 +335,7 @@ "finalize": "", "libs": [], "x": 810, - "y": 540, + "y": 580, "wires": [ [ "43d024d394d94663" @@ -379,7 +383,7 @@ "y": 440, "wires": [ [ - "5b5ec57984037a5c" + "2b525828bc96835e" ], [] ] @@ -430,6 +434,98 @@ [] ] }, + { + "id": "4f22d1a57648e607", + "type": "api-call-service", + "z": "a1055886e0cbd337", + "g": "23b8f90b282ac8a2", + "name": "Küche LED Streifen AN", + "server": "387b3091.65c5", + "version": 7, + "debugenabled": false, + "action": "light.turn_on", + "floorId": [], + "areaId": [], + "deviceId": [], + "entityId": [ + "light.arbeitsplatte" + ], + "labelId": [], + "data": "{\"brightness\":\"40\"\t,\"profile\":\"relax\"}", + "dataType": "jsonata", + "mergeContext": "", + "mustacheAltTags": false, + "outputProperties": [], + "queue": "none", + "blockInputOverrides": false, + "domain": "light", + "service": "turn_on", + "x": 1250, + "y": 500, + "wires": [ + [] + ] + }, + { + "id": "2b525828bc96835e", + "type": "junction", + "z": "a1055886e0cbd337", + "g": "23b8f90b282ac8a2", + "x": 1080, + "y": 440, + "wires": [ + [ + "5b5ec57984037a5c", + "4f22d1a57648e607" + ] + ] + }, + { + "id": "c730df6b04bdaf41", + "type": "api-call-service", + "z": "a1055886e0cbd337", + "g": "23b8f90b282ac8a2", + "name": "Küche LED Streifen AUS", + "server": "387b3091.65c5", + "version": 7, + "debugenabled": false, + "action": "light.turn_off", + "floorId": [], + "areaId": [], + "deviceId": [], + "entityId": [ + "light.arbeitsplatte" + ], + "labelId": [], + "data": "", + "dataType": "jsonata", + "mergeContext": "", + "mustacheAltTags": false, + "outputProperties": [], + "queue": "none", + "blockInputOverrides": false, + "domain": "light", + "service": "turn_off", + "x": 1250, + "y": 640, + "wires": [ + [] + ] + }, + { + "id": "fa8d1668235782d3", + "type": "junction", + "z": "a1055886e0cbd337", + "g": "23b8f90b282ac8a2", + "x": 1100, + "y": 580, + "wires": [ + [ + "f0c5e4339b494c3a", + "c730df6b04bdaf41" + ] + ] + }, { "id": "387b3091.65c5", "type": "server",