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.
77 lines (76 loc) • 1.64 kB
JSON
[
{
"id": "sc_cfg_1",
"type": "knxUltimate-config",
"z": "",
"host": "224.0.23.12",
"port": "3671",
"physAddr": "15.15.203",
"suppressACKRequest": false,
"csv": "",
"KNXEthInterface": "Auto",
"KNXEthInterfaceManuallyInput": "",
"autoReconnect": "yes"
},
{
"id": "scene_ctrl_1",
"type": "knxUltimateSceneController",
"z": "flow4",
"server": "sc_cfg_1",
"name": "Scene Recall/Save",
"outputtopic": "",
"topic": "0/1/1",
"dpt": "18.001",
"topicTrigger": "{save_recall:0, scenenumber:2}",
"topicSave": "0/1/2",
"dptSave": "18.001",
"topicSaveTrigger": "{save_recall:1, scenenumber:2}",
"property": "payload",
"propertyType": "msg",
"rules": [],
"x": 410,
"y": 200,
"wires": [["sc_dbg"]]
},
{
"id": "inj_recall",
"type": "inject",
"z": "flow4",
"name": "Recall Scene 2",
"props": [{"p":"payload","v":"true","vt":"bool"}],
"repeat": "",
"once": false,
"onceDelay": 0.1,
"x": 180,
"y": 180,
"wires": [["scene_ctrl_1"]]
},
{
"id": "inj_save",
"type": "inject",
"z": "flow4",
"name": "Save Scene 2",
"props": [{"p":"payload","v":"true","vt":"bool"}],
"repeat": "",
"once": false,
"onceDelay": 0.1,
"x": 170,
"y": 240,
"wires": [["scene_ctrl_1"]]
},
{
"id": "sc_dbg",
"type": "debug",
"z": "flow4",
"name": "Scene out",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": true,
"complete": "true",
"targetType": "full",
"x": 610,
"y": 200,
"wires": []
}
]