[ { "id": "39466847.98b6c", "type": "tab", "label": "EDAM9466", "disabled": false, "info": "" }, { "id": "39466847.28c0a", "type": "ui_tab", "z": "", "name": "Home", "icon": "dashboard", "order": "1" }, { "id": "39466847.9abbe", "type": "ccu-address", "z": "", "host": "192.168.3.108", "interfaceName": "BidCos-RF.", "name": "CCU2" }, { "id": "39466847.5a924", "type": "homematic-device", "z": "", "channel": "NEQ1515475:4", "name": "Thermostat_EG02" }, { "id": "39466847.67848", "type": "modbus-client", "z": "", "name": "EX9133C-2-MTCP", "clienttype": "tcp", "bufferCommands": true, "stateLogEnabled": false, "tcpHost": "192.168.100.223", "tcpPort": "502", "tcpType": "DEFAULT", "serialPort": "/dev/ttyUSB", "serialType": "RTU-BUFFERD", "serialBaudrate": "9600", "serialDatabits": "8", "serialStopbits": "1", "serialParity": "none", "serialConnectionDelay": "100", "unit_id": "4321", "commandDelay": "1", "clientTimeout": "1000", "reconnectTimeout": "2000" }, { "id": "39466847.e2408", "type": "modbus-client", "z": "", "name": "IDS-312L", "clienttype": "tcp", "bufferCommands": true, "stateLogEnabled": true, "tcpHost": "192.168.100.40", "tcpPort": "502", "tcpType": "DEFAULT", "serialPort": "/dev/ttyUSB", "serialType": "RTU-BUFFERD", "serialBaudrate": "9600", "serialDatabits": "8", "serialStopbits": "1", "serialParity": "none", "serialConnectionDelay": "100", "unit_id": "1", "commandDelay": "1", "clientTimeout": "1000", "reconnectTimeout": "2000" }, { "id": "dbde6bf.6c38e18", "type": "modbus-client", "z": "", "name": "EDAM5017", "clienttype": "tcp", "bufferCommands": true, "stateLogEnabled": true, "tcpHost": "192.168.100.221", "tcpPort": "502", "tcpType": "DEFAULT", "serialPort": "/dev/ttyUSB", "serialType": "RTU-BUFFERD", "serialBaudrate": "9600", "serialDatabits": "8", "serialStopbits": "1", "serialParity": "none", "serialConnectionDelay": "100", "unit_id": "1", "commandDelay": "1", "clientTimeout": "1000", "reconnectTimeout": "2000" }, { "id": "39466847.5776", "type": "ui_tab", "z": "", "name": "EDAM5017", "icon": "dashboard", "order": "1" }, { "id": "39466847.be32c", "type": "modbus-client", "z": "", "name": "EDAM9466", "clienttype": "tcp", "bufferCommands": true, "stateLogEnabled": true, "tcpHost": "192.168.100.223", "tcpPort": "502", "tcpType": "DEFAULT", "serialPort": "/dev/ttyUSB", "serialType": "RTU-BUFFERD", "serialBaudrate": "9600", "serialDatabits": "8", "serialStopbits": "1", "serialParity": "none", "serialConnectionDelay": "100", "unit_id": "1", "commandDelay": "1", "clientTimeout": "1000", "reconnectTimeout": "2000" }, { "id": "39466847.f70c8", "type": "ui_tab", "z": "", "name": "EDAM9466", "icon": "dashboard", "order": "1" }, { "id": "39466847.c6c28", "type": "modbus-client", "z": "", "name": "EDAM9466", "clienttype": "tcp", "bufferCommands": true, "stateLogEnabled": true, "tcpHost": "192.168.100.223", "tcpPort": "502", "tcpType": "DEFAULT", "serialPort": "/dev/ttyUSB", "serialType": "RTU-BUFFERD", "serialBaudrate": "9600", "serialDatabits": "8", "serialStopbits": "1", "serialParity": "none", "serialConnectionDelay": "100", "unit_id": "4321", "commandDelay": "1", "clientTimeout": "1000", "reconnectTimeout": "2000" }, { "id": "39466847.7d2d8", "type": "ui_tab", "z": "", "name": "EDAM9466", "icon": "dashboard", "order": "1" }, { "id": "39466847.cba", "type": "modbus-write", "z": "39466847.98b6c", "name": "9466-write", "showStatusActivities": true, "showErrors": true, "unitid": "1", "dataType": "Coil", "adr": "16", "quantity": "1", "server": "39466847.c6c28", "x": 450, "y": 200, "wires": [ [ "39466847.f9ff8" ], [] ] }, { "id": "39466847.74e68", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO false", "topic": "", "payload": "false", "payloadType": "bool", "repeat": "", "crontab": "", "once": false, "x": 220, "y": 120, "wires": [ [ "39466847.cba" ] ] }, { "id": "39466847.430ee", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO true", "topic": "", "payload": "true", "payloadType": "bool", "repeat": "", "crontab": "", "once": true, "x": 220, "y": 200, "wires": [ [ "39466847.cba" ] ] }, { "id": "39466847.921af", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DO 0", "topic": "9466 DO 0", "group": "9466 DO", "order": 1, "onvalue": "true", "offvalue": "false", "x": 830, "y": 200, "wires": [ [ "4dc9dfa.ed0752" ] ] }, { "id": "39466847.f9ff8", "type": "function", "z": "39466847.98b6c", "name": "DO 0", "func": "var data = msg.payload;\n\nmsg.payload = data.value;\n\nreturn msg;", "outputs": "2", "noerr": 0, "x": 630, "y": 200, "wires": [ [ "39466847.921af" ], [] ] }, { "id": "4dc9dfa.ed0752", "type": "function", "z": "39466847.98b6c", "name": "str to bool", "func": "var data = msg.payload;\n\n\nif (msg.payload === \"true\") {\n msg.payload = true;\n} else if (msg.payload === \"false\") {\n msg.payload = false;\n} else {\n msg.payload = \"\";\n}\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 640, "y": 120, "wires": [ [ "39466847.cba" ] ] }, { "id": "39466847.978f", "type": "modbus-read", "z": "39466847.98b6c", "name": "EDAM9466 DI", "showStatusActivities": true, "showErrors": true, "unitid": "1", "dataType": "Coil", "adr": "0", "quantity": "6", "rate": "1", "rateUnit": "s", "server": "39466847.c6c28", "x": 220, "y": 1140, "wires": [ [ "39466847.114f8" ], [] ] }, { "id": "39466847.b7fe8", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DI 0", "topic": "9466 DI 0", "group": "9466 DI", "order": 1, "onvalue": "true", "offvalue": "false", "x": 820, "y": 1100, "wires": [ [] ] }, { "id": "39466847.114f8", "type": "function", "z": "39466847.98b6c", "name": "DI", "func": "var data = msg.payload;\n\nmsg1 = {};\nmsg1.payload = data[0];\nmsg2 = {};\nmsg2.payload = data[1];\nmsg3 = {};\nmsg3.payload = data[2];\nmsg4 = {};\nmsg4.payload = data[3];\nmsg5 = {};\nmsg5.payload = data[4];\nmsg6 = {};\nmsg6.payload = data[5];\n\nreturn [msg1,msg2,msg3,msg4,msg5,msg6];", "outputs": "6", "noerr": 0, "x": 630, "y": 1140, "wires": [ [ "39466847.b7fe8" ], [ "39466847.e51a8" ], [ "39466847.eefb" ], [ "39466847.d2ea" ], [ "39466847.353d8" ], [ "39466847.2888" ] ] }, { "id": "39466847.e51a8", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DI 1", "topic": "9466 DI 1", "group": "9466 DI", "order": "2", "onvalue": "true", "offvalue": "false", "x": 820, "y": 1140, "wires": [ [] ] }, { "id": "39466847.bfefc", "type": "modbus-write", "z": "39466847.98b6c", "name": "9466-write", "showStatusActivities": true, "showErrors": true, "unitid": "1", "dataType": "Coil", "adr": "18", "quantity": "1", "server": "39466847.c6c28", "x": 450, "y": 360, "wires": [ [ "39466847.a86ac" ], [] ] }, { "id": "39466847.0583a", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO false", "topic": "", "payload": "false", "payloadType": "bool", "repeat": "", "crontab": "", "once": false, "x": 220, "y": 280, "wires": [ [ "39466847.bfefc" ] ] }, { "id": "39466847.b8ed8", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO true", "topic": "", "payload": "true", "payloadType": "bool", "repeat": "", "crontab": "", "once": true, "x": 220, "y": 360, "wires": [ [ "39466847.bfefc" ] ] }, { "id": "39466847.fdc98", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DO 1", "topic": "9466 DO 1", "group": "9466 DO", "order": "2", "onvalue": "true", "offvalue": "false", "x": 830, "y": 360, "wires": [ [ "39466847.4e184" ] ] }, { "id": "39466847.a86ac", "type": "function", "z": "39466847.98b6c", "name": "DO 0", "func": "var data = msg.payload;\n\nmsg.payload = data.value;\n\nreturn msg;", "outputs": "2", "noerr": 0, "x": 630, "y": 360, "wires": [ [ "39466847.fdc98" ], [] ] }, { "id": "39466847.4e184", "type": "function", "z": "39466847.98b6c", "name": "str to bool", "func": "var data = msg.payload;\n\n\nif (msg.payload === \"true\") {\n msg.payload = true;\n} else if (msg.payload === \"false\") {\n msg.payload = false;\n} else {\n msg.payload = \"\";\n}\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 640, "y": 280, "wires": [ [ "39466847.bfefc" ] ] }, { "id": "39466847.c9b", "type": "modbus-write", "z": "39466847.98b6c", "name": "9466-write", "showStatusActivities": true, "showErrors": true, "unitid": "1", "dataType": "Coil", "adr": "18", "quantity": "1", "server": "39466847.c6c28", "x": 450, "y": 520, "wires": [ [ "4bc4dc0.7e543a4" ], [] ] }, { "id": "39466847.63638", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO false", "topic": "", "payload": "false", "payloadType": "bool", "repeat": "", "crontab": "", "once": false, "x": 220, "y": 440, "wires": [ [ "39466847.c9b" ] ] }, { "id": "39466847.d50d", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO true", "topic": "", "payload": "true", "payloadType": "bool", "repeat": "", "crontab": "", "once": true, "x": 220, "y": 520, "wires": [ [ "39466847.c9b" ] ] }, { "id": "39466847.643dc", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DO 2", "topic": "9466 DO 2", "group": "9466 DO", "order": "3", "onvalue": "true", "offvalue": "false", "x": 830, "y": 520, "wires": [ [ "4a4213d.aeda86c" ] ] }, { "id": "4bc4dc0.7e543a4", "type": "function", "z": "39466847.98b6c", "name": "DO 0", "func": "var data = msg.payload;\n\nmsg.payload = data.value;\n\nreturn msg;", "outputs": "2", "noerr": 0, "x": 630, "y": 520, "wires": [ [ "39466847.643dc" ], [] ] }, { "id": "4a4213d.aeda86c", "type": "function", "z": "39466847.98b6c", "name": "str to bool", "func": "var data = msg.payload;\n\n\nif (msg.payload === \"true\") {\n msg.payload = true;\n} else if (msg.payload === \"false\") {\n msg.payload = false;\n} else {\n msg.payload = \"\";\n}\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 640, "y": 440, "wires": [ [ "39466847.c9b" ] ] }, { "id": "39466847.3ec44", "type": "modbus-write", "z": "39466847.98b6c", "name": "9466-write", "showStatusActivities": true, "showErrors": true, "unitid": "1", "dataType": "Coil", "adr": "19", "quantity": "1", "server": "39466847.c6c28", "x": 450, "y": 680, "wires": [ [ "39466847.c9ac2" ], [] ] }, { "id": "39466847.ef27", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO false", "topic": "", "payload": "false", "payloadType": "bool", "repeat": "", "crontab": "", "once": false, "x": 220, "y": 600, "wires": [ [ "39466847.3ec44" ] ] }, { "id": "39466847.859ac", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO true", "topic": "", "payload": "true", "payloadType": "bool", "repeat": "", "crontab": "", "once": true, "x": 220, "y": 680, "wires": [ [ "39466847.3ec44" ] ] }, { "id": "39466847.8dab", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DO 3", "topic": "9466 DO 3", "group": "9466 DO", "order": "4", "onvalue": "true", "offvalue": "false", "x": 830, "y": 680, "wires": [ [ "39466847.6925" ] ] }, { "id": "39466847.c9ac2", "type": "function", "z": "39466847.98b6c", "name": "DO 0", "func": "var data = msg.payload;\n\nmsg.payload = data.value;\n\nreturn msg;", "outputs": "2", "noerr": 0, "x": 630, "y": 680, "wires": [ [ "39466847.8dab" ], [] ] }, { "id": "39466847.6925", "type": "function", "z": "39466847.98b6c", "name": "str to bool", "func": "var data = msg.payload;\n\n\nif (msg.payload === \"true\") {\n msg.payload = true;\n} else if (msg.payload === \"false\") {\n msg.payload = false;\n} else {\n msg.payload = \"\";\n}\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 640, "y": 600, "wires": [ [ "39466847.3ec44" ] ] }, { "id": "39466847.d92b8", "type": "modbus-write", "z": "39466847.98b6c", "name": "9466-write", "showStatusActivities": true, "showErrors": true, "unitid": "1", "dataType": "Coil", "adr": "20", "quantity": "1", "server": "39466847.c6c28", "x": 450, "y": 840, "wires": [ [ "39466847.997d" ], [] ] }, { "id": "39466847.9d9c8", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO false", "topic": "", "payload": "false", "payloadType": "bool", "repeat": "", "crontab": "", "once": false, "x": 220, "y": 760, "wires": [ [ "39466847.d92b8" ] ] }, { "id": "39466847.09e4", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO true", "topic": "", "payload": "true", "payloadType": "bool", "repeat": "", "crontab": "", "once": true, "x": 220, "y": 840, "wires": [ [ "39466847.d92b8" ] ] }, { "id": "39466847.24a68", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DO 4", "topic": "9466 DO 4", "group": "9466 DO", "order": "5", "onvalue": "true", "offvalue": "false", "x": 830, "y": 840, "wires": [ [ "39466847.8941c" ] ] }, { "id": "39466847.997d", "type": "function", "z": "39466847.98b6c", "name": "DO 0", "func": "var data = msg.payload;\n\nmsg.payload = data.value;\n\nreturn msg;", "outputs": "2", "noerr": 0, "x": 630, "y": 840, "wires": [ [ "39466847.24a68" ], [] ] }, { "id": "39466847.8941c", "type": "function", "z": "39466847.98b6c", "name": "str to bool", "func": "var data = msg.payload;\n\n\nif (msg.payload === \"true\") {\n msg.payload = true;\n} else if (msg.payload === \"false\") {\n msg.payload = false;\n} else {\n msg.payload = \"\";\n}\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 640, "y": 760, "wires": [ [ "39466847.d92b8" ] ] }, { "id": "39466847.08548", "type": "modbus-write", "z": "39466847.98b6c", "name": "9466-write", "showStatusActivities": true, "showErrors": true, "unitid": "1", "dataType": "Coil", "adr": "21", "quantity": "1", "server": "39466847.c6c28", "x": 450, "y": 1000, "wires": [ [ "39466847.721f8" ], [] ] }, { "id": "39466847.abd9", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO false", "topic": "", "payload": "false", "payloadType": "bool", "repeat": "", "crontab": "", "once": false, "x": 220, "y": 920, "wires": [ [ "39466847.08548" ] ] }, { "id": "39466847.afb6", "type": "inject", "z": "39466847.98b6c", "name": "WriteDO true", "topic": "", "payload": "true", "payloadType": "bool", "repeat": "", "crontab": "", "once": true, "x": 220, "y": 1000, "wires": [ [ "39466847.08548" ] ] }, { "id": "39466847.6b3ec", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DO 5", "topic": "9466 DO 5", "group": "9466 DO", "order": "6", "onvalue": "true", "offvalue": "false", "x": 830, "y": 1000, "wires": [ [ "39466847.3be87" ] ] }, { "id": "39466847.721f8", "type": "function", "z": "39466847.98b6c", "name": "DO 0", "func": "var data = msg.payload;\n\nmsg.payload = data.value;\n\nreturn msg;", "outputs": "2", "noerr": 0, "x": 630, "y": 1000, "wires": [ [ "39466847.6b3ec" ], [] ] }, { "id": "39466847.3be87", "type": "function", "z": "39466847.98b6c", "name": "str to bool", "func": "var data = msg.payload;\n\n\nif (msg.payload === \"true\") {\n msg.payload = true;\n} else if (msg.payload === \"false\") {\n msg.payload = false;\n} else {\n msg.payload = \"\";\n}\n\nreturn msg;", "outputs": 1, "noerr": 0, "x": 640, "y": 920, "wires": [ [ "39466847.08548" ] ] }, { "id": "39466847.eefb", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DI 2", "topic": "9466 DI 2", "group": "9466 DI", "order": "3", "onvalue": "true", "offvalue": "false", "x": 820, "y": 1180, "wires": [ [] ] }, { "id": "39466847.d2ea", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DI 3", "topic": "9466 DI 3", "group": "9466 DI", "order": "4", "onvalue": "true", "offvalue": "false", "x": 820, "y": 1220, "wires": [ [] ] }, { "id": "39466847.353d8", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DI 4", "topic": "9466 DI 4", "group": "9466 DI", "order": "5", "onvalue": "true", "offvalue": "false", "x": 820, "y": 1260, "wires": [ [] ] }, { "id": "39466847.2888", "type": "ui_switch", "z": "39466847.98b6c", "tab": "39466847.7d2d8", "name": "9466 DI 5", "topic": "9466 DI 5", "group": "9466 DI", "order": "6", "onvalue": "true", "offvalue": "false", "x": 820, "y": 1300, "wires": [ [] ] } ]