[
{
"id": "da4995d901bb5abd",
"type": "tab",
"label": "Flow 11",
"disabled": false,
"info": ""
},
{
"id": "cd2329869f578bf5",
"type": "openhab2-in",
"z": "da4995d901bb5abd",
"name": "",
"controller": "2341e6d1c1f117f5",
"itemname": "FensterDurchgangszimmerlinks_OpenClose",
"x": 290,
"y": 120,
"wires": [
[
"d1e942d83e070aef"
],
[]
]
},
{
"id": "d1e942d83e070aef",
"type": "change",
"z": "da4995d901bb5abd",
"name": "",
"rules": [
{
"t": "change",
"p": "payload",
"pt": "msg",
"from": "CLOSED",
"fromt": "str",
"to": "true",
"tot": "bool"
},
{
"t": "change",
"p": "payload",
"pt": "msg",
"from": "OPEN",
"fromt": "str",
"to": "false",
"tot": "bool"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 620,
"y": 120,
"wires": [
[
"418f6185c0335945"
]
]
},
{
"id": "35d8f708c4eab8a5",
"type": "openhab2-in",
"z": "da4995d901bb5abd",
"name": "",
"controller": "2341e6d1c1f117f5",
"itemname": "FensterDurchgangszimmerrechts_OpenClose",
"x": 270,
"y": 200,
"wires": [
[
"3d846a3cec7a7d97"
],
[]
]
},
{
"id": "3d846a3cec7a7d97",
"type": "change",
"z": "da4995d901bb5abd",
"name": "",
"rules": [
{
"t": "change",
"p": "payload",
"pt": "msg",
"from": "CLOSED",
"fromt": "str",
"to": "true",
"tot": "bool"
},
{
"t": "change",
"p": "payload",
"pt": "msg",
"from": "OPEN",
"fromt": "str",
"to": "false",
"tot": "bool"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 580,
"y": 180,
"wires": [
[
"418f6185c0335945"
]
]
},
{
"id": "418f6185c0335945",
"type": "BooleanLogic",
"z": "da4995d901bb5abd",
"name": "",
"operation": "AND",
"inputCount": "2",
"topic": "result",
"x": 860,
"y": 160,
"wires": [
[
"01f457d68cf6d103"
]
]
},
{
"id": "01f457d68cf6d103",
"type": "debug",
"z": "da4995d901bb5abd",
"name": "",
"active": false,
"tosidebar": true,
"console": true,
"tostatus": true,
"complete": "payload",
"targetType": "msg",
"statusVal": "payload",
"statusType": "auto",
"x": 1070,
"y": 200,
"wires": []
},
{
"id": "2341e6d1c1f117f5",
"type": "openhab2-controller",
"name": "Ziegler",
"protocol": "http",
"host": "192.168.178.YYY",
"port": "8080",
"path": "",
"username": "oh.NODERED.xyzz",
"password": ""
}
]