diff --git a/node_red_diele_statusanzeige.json b/node_red_diele_statusanzeige.json index f6893bc..b080a85 100644 --- a/node_red_diele_statusanzeige.json +++ b/node_red_diele_statusanzeige.json @@ -40,7 +40,9 @@ "b4e2727ab8551a16", "85eaeb93306cbf10", "9807dd414816d04b", - "e13bf3acbf627aa1" + "e13bf3acbf627aa1", + "4119dfa67bcf7a1c", + "098b79a851aaf3e0" ], "x": 34, "y": 1279, @@ -98,7 +100,8 @@ "sensor.kueche_fenster", "input_boolean.klingel_aus", "light.alle_lampen", - "switch.kueche_untertischgeraet" + "switch.kueche_untertischgeraet", + "binary_sensor.diele_bewegungsmelder_bewegung" ], "substring": [], "regex": [] @@ -138,7 +141,7 @@ } ], "x": 190, - "y": 1500, + "y": 1560, "wires": [ [ "d8c674f5d3d045c0", @@ -194,11 +197,16 @@ "t": "eq", "v": "switch.kueche_untertischgeraet", "vt": "str" + }, + { + "t": "eq", + "v": "binary_sensor.diele_bewegungsmelder_bewegung", + "vt": "str" } ], "checkall": "true", "repair": false, - "outputs": 8, + "outputs": 9, "x": 360, "y": 1780, "wires": [ @@ -225,6 +233,9 @@ ], [ "85eaeb93306cbf10" + ], + [ + "4119dfa67bcf7a1c" ] ] }, @@ -892,7 +903,7 @@ "z": "10384af010091eab", "g": "3a0d7e6d7448cef4", "name": "debug 6", - "active": true, + "active": false, "tosidebar": true, "console": false, "tostatus": false, @@ -900,8 +911,8 @@ "targetType": "msg", "statusVal": "", "statusType": "auto", - "x": 160, - "y": 1580, + "x": 140, + "y": 1620, "wires": [] }, { @@ -997,7 +1008,7 @@ "domain": "select", "service": "select_option", "x": 1080, - "y": 2080, + "y": 2060, "wires": [ [] ] @@ -1026,7 +1037,7 @@ "repair": false, "outputs": 2, "x": 690, - "y": 2160, + "y": 2140, "wires": [ [ "ba21476ceefc466b" @@ -1063,7 +1074,7 @@ "domain": "select", "service": "select_option", "x": 1070, - "y": 2140, + "y": 2120, "wires": [ [] ] @@ -1095,7 +1106,7 @@ "domain": "select", "service": "select_option", "x": 1080, - "y": 2200, + "y": 2160, "wires": [ [] ] @@ -1124,7 +1135,7 @@ "repair": false, "outputs": 2, "x": 700, - "y": 2280, + "y": 2240, "wires": [ [ "9807dd414816d04b" @@ -1161,7 +1172,7 @@ "domain": "select", "service": "select_option", "x": 1070, - "y": 2260, + "y": 2220, "wires": [ [] ] @@ -1193,6 +1204,64 @@ "domain": "select", "service": "select_option", "x": 1080, + "y": 2260, + "wires": [ + [] + ] + }, + { + "id": "4119dfa67bcf7a1c", + "type": "switch", + "z": "10384af010091eab", + "g": "3a0d7e6d7448cef4", + "name": "State Bewegungsmelder", + "property": "payload", + "propertyType": "msg", + "rules": [ + { + "t": "eq", + "v": "on", + "vt": "str" + } + ], + "checkall": "false", + "repair": false, + "outputs": 1, + "x": 710, + "y": 2320, + "wires": [ + [ + "098b79a851aaf3e0" + ] + ] + }, + { + "id": "098b79a851aaf3e0", + "type": "api-call-service", + "z": "10384af010091eab", + "g": "3a0d7e6d7448cef4", + "name": "Diele Statusanzeige Press CH01", + "server": "162e4f7136cd343a", + "version": 7, + "debugenabled": true, + "action": "button.press", + "floorId": [], + "areaId": [], + "deviceId": [], + "entityId": [ + "button.hm_ou_led16_seq1234741" + ], + "labelId": [], + "data": "", + "dataType": "json", + "mergeContext": "", + "mustacheAltTags": false, + "outputProperties": [], + "queue": "none", + "blockInputOverrides": true, + "domain": "button", + "service": "press", + "x": 1070, "y": 2320, "wires": [ []