node-red-contrib-knx-ultimate
Version:
Control your KNX and KNX Secure intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control, ETS group address importer, and KNX routing between interfaces. Easy to use and highly configurable.
71 lines (69 loc) • 1.34 kB
JSON
[{
"id": "wd_cfg_1",
"type": "knxUltimate-config",
"z": "",
"host": "224.0.23.12",
"port": "3671",
"physAddr": "15.15.200",
"suppressACKRequest": false,
"csv": "",
"KNXEthInterface": "Auto",
"KNXEthInterfaceManuallyInput": "",
"autoReconnect": "no"
},
{
"id": "wd_node_1",
"type": "knxUltimateWatchDog",
"z": "flow1",
"server": "wd_cfg_1",
"checkLevel": "Ethernet",
"topic": "0/0/0",
"name": "KNX WatchDog",
"autoStart": false,
"retryInterval": 5,
"maxRetry": 3,
"x": 410,
"y": 160,
"wires": [["wd_dbg_1"]]
},
{
"id": "wd_inj_connect",
"type": "inject",
"z": "flow1",
"name": "Connect gateway",
"props": [{"p":"connectGateway","v":"true","vt":"bool"}],
"repeat": "",
"once": false,
"onceDelay": 0.1,
"x": 180,
"y": 120,
"wires": [["wd_node_1"]]
},
{
"id": "wd_inj_disconnect",
"type": "inject",
"z": "flow1",
"name": "Disconnect gateway",
"props": [{"p":"connectGateway","v":"false","vt":"bool"}],
"repeat": "",
"once": false,
"onceDelay": 0.1,
"x": 190,
"y": 200,
"wires": [["wd_node_1"]]
},
{
"id": "wd_dbg_1",
"type": "debug",
"z": "flow1",
"name": "WatchDog status",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": true,
"complete": "true",
"targetType": "full",
"x": 610,
"y": 160,
"wires": []
}]