node-red-contrib-knx-ultimate 4.3.15 → 4.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/examples/Alerter - Device Alert Aggregation.json +196 -0
- package/examples/Auto Responder - Read Request Defaults.json +43 -0
- package/examples/Garage - Door Controller.json +132 -0
- package/examples/Global Context - Expose KNX Values.json +45 -0
- package/examples/HA Translator - Payload Conversion.json +118 -0
- package/examples/Hue Area Motion - Zone Presence.json +77 -0
- package/examples/Hue Battery - Level Status.json +77 -0
- package/examples/Hue Button - Short and Dim Commands.json +83 -0
- package/examples/Hue Camera Motion - Presence.json +77 -0
- package/examples/Hue Config - Bridge Template.json +27 -0
- package/examples/Hue Contact Sensor - Open Closed.json +75 -0
- package/examples/Hue Device Software Update - Availability.json +77 -0
- package/examples/Hue Humidity Sensor - Relative Humidity.json +77 -0
- package/examples/Hue Light - Switch and Brightness.json +67 -0
- package/examples/Hue Light Sensor - Lux to KNX.json +77 -0
- package/examples/Hue Motion - Presence Sensor.json +76 -0
- package/examples/Hue Plug - Switch and State.json +63 -0
- package/examples/Hue Scene - Recall from KNX.json +63 -0
- package/examples/Hue Tap Dial - Relative Dimming.json +76 -0
- package/examples/Hue Temperature Sensor - Celsius to KNX.json +77 -0
- package/examples/Hue Zigbee Connectivity - Online Status.json +77 -0
- package/examples/IoT Bridge - MQTT Bidirectional Mapping.json +132 -0
- package/examples/Load Control - Manual Shedding Mode.json +174 -0
- package/examples/Staircase - Timer, Override and Block.json +305 -0
- package/img/readmemain.png +0 -0
- package/nodes/locales/en/knxUltimateDateTime.html +13 -1
- package/nodes/locales/it/knxUltimateDateTime.html +13 -1
- package/package.json +3 -3
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueMotion",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueMotion",
|
|
6
|
+
"disabled": false,
|
|
7
|
+
"info": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "h_knx",
|
|
11
|
+
"type": "knxUltimate-config",
|
|
12
|
+
"z": "",
|
|
13
|
+
"host": "224.0.23.12",
|
|
14
|
+
"port": "3671",
|
|
15
|
+
"physAddr": "15.15.219",
|
|
16
|
+
"suppressACKRequest": false,
|
|
17
|
+
"csv": "",
|
|
18
|
+
"KNXEthInterface": "Auto",
|
|
19
|
+
"KNXEthInterfaceManuallyInput": "",
|
|
20
|
+
"autoReconnect": "no"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "h_hue",
|
|
24
|
+
"type": "hue-config",
|
|
25
|
+
"z": "",
|
|
26
|
+
"host": "192.168.1.10",
|
|
27
|
+
"name": "Hue Bridge",
|
|
28
|
+
"bridgeid": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "h_c_knxUltimateHueMotion",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueMotion",
|
|
34
|
+
"name": "knxUltimateHueMotion example (set your real Hue device id in hueDevice)",
|
|
35
|
+
"info": "",
|
|
36
|
+
"x": 430,
|
|
37
|
+
"y": 60,
|
|
38
|
+
"wires": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "h_node_knxUltimateHueMotion",
|
|
42
|
+
"type": "knxUltimateHueMotion",
|
|
43
|
+
"z": "h_tab_knxUltimateHueMotion",
|
|
44
|
+
"name": "Hue Motion",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"namemotion": "Motion",
|
|
49
|
+
"GAmotion": "5/2/1",
|
|
50
|
+
"dptmotion": "1.001",
|
|
51
|
+
"enableNodePINS": "yes",
|
|
52
|
+
"outputs": 1,
|
|
53
|
+
"x": 620,
|
|
54
|
+
"y": 180,
|
|
55
|
+
"wires": [
|
|
56
|
+
[
|
|
57
|
+
"h_dbg_knxUltimateHueMotion"
|
|
58
|
+
]
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "h_dbg_knxUltimateHueMotion",
|
|
63
|
+
"type": "debug",
|
|
64
|
+
"z": "h_tab_knxUltimateHueMotion",
|
|
65
|
+
"name": "knxUltimateHueMotion output",
|
|
66
|
+
"active": true,
|
|
67
|
+
"tosidebar": true,
|
|
68
|
+
"console": false,
|
|
69
|
+
"tostatus": true,
|
|
70
|
+
"complete": "true",
|
|
71
|
+
"targetType": "full",
|
|
72
|
+
"x": 920,
|
|
73
|
+
"y": 180,
|
|
74
|
+
"wires": []
|
|
75
|
+
}
|
|
76
|
+
]
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHuePlug",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHuePlug",
|
|
6
|
+
"disabled": false,
|
|
7
|
+
"info": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "h_knx",
|
|
11
|
+
"type": "knxUltimate-config",
|
|
12
|
+
"z": "",
|
|
13
|
+
"host": "224.0.23.12",
|
|
14
|
+
"port": "3671",
|
|
15
|
+
"physAddr": "15.15.229",
|
|
16
|
+
"suppressACKRequest": false,
|
|
17
|
+
"csv": "",
|
|
18
|
+
"KNXEthInterface": "Auto",
|
|
19
|
+
"KNXEthInterfaceManuallyInput": "",
|
|
20
|
+
"autoReconnect": "no"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "h_hue",
|
|
24
|
+
"type": "hue-config",
|
|
25
|
+
"z": "",
|
|
26
|
+
"host": "192.168.1.10",
|
|
27
|
+
"name": "Hue Bridge",
|
|
28
|
+
"bridgeid": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "h_c_knxUltimateHuePlug",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHuePlug",
|
|
34
|
+
"name": "knxUltimateHuePlug example (set your real Hue device id in hueDevice)",
|
|
35
|
+
"info": "",
|
|
36
|
+
"x": 430,
|
|
37
|
+
"y": 60,
|
|
38
|
+
"wires": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "h_node_knxUltimateHuePlug",
|
|
42
|
+
"type": "knxUltimateHuePlug",
|
|
43
|
+
"z": "h_tab_knxUltimateHuePlug",
|
|
44
|
+
"name": "Hue Plug",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"namePlugSwitch": "Plug switch",
|
|
48
|
+
"GAPlugSwitch": "5/12/1",
|
|
49
|
+
"dptPlugSwitch": "1.001",
|
|
50
|
+
"namePlugState": "Plug state",
|
|
51
|
+
"GAPlugState": "5/12/2",
|
|
52
|
+
"dptPlugState": "1.001",
|
|
53
|
+
"namePlugPowerState": "Power state",
|
|
54
|
+
"GAPlugPowerState": "5/12/3",
|
|
55
|
+
"dptPlugPowerState": "1.001",
|
|
56
|
+
"readStatusAtStartup": "yes",
|
|
57
|
+
"enableNodePINS": "no",
|
|
58
|
+
"outputs": 0,
|
|
59
|
+
"x": 620,
|
|
60
|
+
"y": 180,
|
|
61
|
+
"wires": []
|
|
62
|
+
}
|
|
63
|
+
]
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueScene",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueScene",
|
|
6
|
+
"disabled": false,
|
|
7
|
+
"info": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "h_knx",
|
|
11
|
+
"type": "knxUltimate-config",
|
|
12
|
+
"z": "",
|
|
13
|
+
"host": "224.0.23.12",
|
|
14
|
+
"port": "3671",
|
|
15
|
+
"physAddr": "15.15.224",
|
|
16
|
+
"suppressACKRequest": false,
|
|
17
|
+
"csv": "",
|
|
18
|
+
"KNXEthInterface": "Auto",
|
|
19
|
+
"KNXEthInterfaceManuallyInput": "",
|
|
20
|
+
"autoReconnect": "no"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "h_hue",
|
|
24
|
+
"type": "hue-config",
|
|
25
|
+
"z": "",
|
|
26
|
+
"host": "192.168.1.10",
|
|
27
|
+
"name": "Hue Bridge",
|
|
28
|
+
"bridgeid": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "h_c_knxUltimateHueScene",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueScene",
|
|
34
|
+
"name": "knxUltimateHueScene example (set your real Hue device id in hueDevice)",
|
|
35
|
+
"info": "",
|
|
36
|
+
"x": 430,
|
|
37
|
+
"y": 60,
|
|
38
|
+
"wires": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "h_node_knxUltimateHueScene",
|
|
42
|
+
"type": "knxUltimateHueScene",
|
|
43
|
+
"z": "h_tab_knxUltimateHueScene",
|
|
44
|
+
"name": "Hue Scene",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"namescene": "Scene recall",
|
|
49
|
+
"GAscene": "5/7/1",
|
|
50
|
+
"dptscene": "1.001",
|
|
51
|
+
"valscene": "1",
|
|
52
|
+
"namesceneStatus": "Scene status",
|
|
53
|
+
"GAsceneStatus": "5/7/2",
|
|
54
|
+
"dptsceneStatus": "1.001",
|
|
55
|
+
"enableNodePINS": "no",
|
|
56
|
+
"outputs": 0,
|
|
57
|
+
"selectedModeTabNumber": 0,
|
|
58
|
+
"hueSceneRecallType": "active",
|
|
59
|
+
"x": 620,
|
|
60
|
+
"y": 180,
|
|
61
|
+
"wires": []
|
|
62
|
+
}
|
|
63
|
+
]
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueTapDial",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueTapDial",
|
|
6
|
+
"disabled": false,
|
|
7
|
+
"info": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "h_knx",
|
|
11
|
+
"type": "knxUltimate-config",
|
|
12
|
+
"z": "",
|
|
13
|
+
"host": "224.0.23.12",
|
|
14
|
+
"port": "3671",
|
|
15
|
+
"physAddr": "15.15.221",
|
|
16
|
+
"suppressACKRequest": false,
|
|
17
|
+
"csv": "",
|
|
18
|
+
"KNXEthInterface": "Auto",
|
|
19
|
+
"KNXEthInterfaceManuallyInput": "",
|
|
20
|
+
"autoReconnect": "no"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "h_hue",
|
|
24
|
+
"type": "hue-config",
|
|
25
|
+
"z": "",
|
|
26
|
+
"host": "192.168.1.10",
|
|
27
|
+
"name": "Hue Bridge",
|
|
28
|
+
"bridgeid": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "h_c_knxUltimateHueTapDial",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueTapDial",
|
|
34
|
+
"name": "knxUltimateHueTapDial example (set your real Hue device id in hueDevice)",
|
|
35
|
+
"info": "",
|
|
36
|
+
"x": 430,
|
|
37
|
+
"y": 60,
|
|
38
|
+
"wires": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "h_node_knxUltimateHueTapDial",
|
|
42
|
+
"type": "knxUltimateHueTapDial",
|
|
43
|
+
"z": "h_tab_knxUltimateHueTapDial",
|
|
44
|
+
"name": "Hue Tap Dial",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"namerepeat": "Dial repeat",
|
|
49
|
+
"GArepeat": "5/4/1",
|
|
50
|
+
"dptrepeat": "3.007",
|
|
51
|
+
"enableNodePINS": "yes",
|
|
52
|
+
"outputs": 1,
|
|
53
|
+
"x": 620,
|
|
54
|
+
"y": 180,
|
|
55
|
+
"wires": [
|
|
56
|
+
[
|
|
57
|
+
"h_dbg_knxUltimateHueTapDial"
|
|
58
|
+
]
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "h_dbg_knxUltimateHueTapDial",
|
|
63
|
+
"type": "debug",
|
|
64
|
+
"z": "h_tab_knxUltimateHueTapDial",
|
|
65
|
+
"name": "knxUltimateHueTapDial output",
|
|
66
|
+
"active": true,
|
|
67
|
+
"tosidebar": true,
|
|
68
|
+
"console": false,
|
|
69
|
+
"tostatus": true,
|
|
70
|
+
"complete": "true",
|
|
71
|
+
"targetType": "full",
|
|
72
|
+
"x": 920,
|
|
73
|
+
"y": 180,
|
|
74
|
+
"wires": []
|
|
75
|
+
}
|
|
76
|
+
]
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueTemperatureSensor",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueTemperatureSensor",
|
|
6
|
+
"disabled": false,
|
|
7
|
+
"info": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "h_knx",
|
|
11
|
+
"type": "knxUltimate-config",
|
|
12
|
+
"z": "",
|
|
13
|
+
"host": "224.0.23.12",
|
|
14
|
+
"port": "3671",
|
|
15
|
+
"physAddr": "15.15.223",
|
|
16
|
+
"suppressACKRequest": false,
|
|
17
|
+
"csv": "",
|
|
18
|
+
"KNXEthInterface": "Auto",
|
|
19
|
+
"KNXEthInterfaceManuallyInput": "",
|
|
20
|
+
"autoReconnect": "no"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "h_hue",
|
|
24
|
+
"type": "hue-config",
|
|
25
|
+
"z": "",
|
|
26
|
+
"host": "192.168.1.10",
|
|
27
|
+
"name": "Hue Bridge",
|
|
28
|
+
"bridgeid": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "h_c_knxUltimateHueTemperatureSensor",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueTemperatureSensor",
|
|
34
|
+
"name": "knxUltimateHueTemperatureSensor example (set your real Hue device id in hueDevice)",
|
|
35
|
+
"info": "",
|
|
36
|
+
"x": 430,
|
|
37
|
+
"y": 60,
|
|
38
|
+
"wires": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "h_node_knxUltimateHueTemperatureSensor",
|
|
42
|
+
"type": "knxUltimateHueTemperatureSensor",
|
|
43
|
+
"z": "h_tab_knxUltimateHueTemperatureSensor",
|
|
44
|
+
"name": "Hue Temperature",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"nametemperaturesensor": "Temperature",
|
|
49
|
+
"GAtemperaturesensor": "5/6/1",
|
|
50
|
+
"dpttemperaturesensor": "9.001",
|
|
51
|
+
"readStatusAtStartup": "yes",
|
|
52
|
+
"enableNodePINS": "yes",
|
|
53
|
+
"outputs": 1,
|
|
54
|
+
"x": 620,
|
|
55
|
+
"y": 180,
|
|
56
|
+
"wires": [
|
|
57
|
+
[
|
|
58
|
+
"h_dbg_knxUltimateHueTemperatureSensor"
|
|
59
|
+
]
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "h_dbg_knxUltimateHueTemperatureSensor",
|
|
64
|
+
"type": "debug",
|
|
65
|
+
"z": "h_tab_knxUltimateHueTemperatureSensor",
|
|
66
|
+
"name": "knxUltimateHueTemperatureSensor output",
|
|
67
|
+
"active": true,
|
|
68
|
+
"tosidebar": true,
|
|
69
|
+
"console": false,
|
|
70
|
+
"tostatus": true,
|
|
71
|
+
"complete": "true",
|
|
72
|
+
"targetType": "full",
|
|
73
|
+
"x": 920,
|
|
74
|
+
"y": 180,
|
|
75
|
+
"wires": []
|
|
76
|
+
}
|
|
77
|
+
]
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueZigbeeConnectivity",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueZigbeeConnectivity",
|
|
6
|
+
"disabled": false,
|
|
7
|
+
"info": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "h_knx",
|
|
11
|
+
"type": "knxUltimate-config",
|
|
12
|
+
"z": "",
|
|
13
|
+
"host": "224.0.23.12",
|
|
14
|
+
"port": "3671",
|
|
15
|
+
"physAddr": "15.15.226",
|
|
16
|
+
"suppressACKRequest": false,
|
|
17
|
+
"csv": "",
|
|
18
|
+
"KNXEthInterface": "Auto",
|
|
19
|
+
"KNXEthInterfaceManuallyInput": "",
|
|
20
|
+
"autoReconnect": "no"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "h_hue",
|
|
24
|
+
"type": "hue-config",
|
|
25
|
+
"z": "",
|
|
26
|
+
"host": "192.168.1.10",
|
|
27
|
+
"name": "Hue Bridge",
|
|
28
|
+
"bridgeid": ""
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "h_c_knxUltimateHueZigbeeConnectivity",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueZigbeeConnectivity",
|
|
34
|
+
"name": "knxUltimateHueZigbeeConnectivity example (set your real Hue device id in hueDevice)",
|
|
35
|
+
"info": "",
|
|
36
|
+
"x": 430,
|
|
37
|
+
"y": 60,
|
|
38
|
+
"wires": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "h_node_knxUltimateHueZigbeeConnectivity",
|
|
42
|
+
"type": "knxUltimateHueZigbeeConnectivity",
|
|
43
|
+
"z": "h_tab_knxUltimateHueZigbeeConnectivity",
|
|
44
|
+
"name": "Hue Zigbee",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"namezigbeeconnectivity": "Zigbee online",
|
|
49
|
+
"GAzigbeeconnectivity": "5/9/1",
|
|
50
|
+
"dptzigbeeconnectivity": "1.001",
|
|
51
|
+
"readStatusAtStartup": "yes",
|
|
52
|
+
"enableNodePINS": "yes",
|
|
53
|
+
"outputs": 1,
|
|
54
|
+
"x": 620,
|
|
55
|
+
"y": 180,
|
|
56
|
+
"wires": [
|
|
57
|
+
[
|
|
58
|
+
"h_dbg_knxUltimateHueZigbeeConnectivity"
|
|
59
|
+
]
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "h_dbg_knxUltimateHueZigbeeConnectivity",
|
|
64
|
+
"type": "debug",
|
|
65
|
+
"z": "h_tab_knxUltimateHueZigbeeConnectivity",
|
|
66
|
+
"name": "knxUltimateHueZigbeeConnectivity output",
|
|
67
|
+
"active": true,
|
|
68
|
+
"tosidebar": true,
|
|
69
|
+
"console": false,
|
|
70
|
+
"tostatus": true,
|
|
71
|
+
"complete": "true",
|
|
72
|
+
"targetType": "full",
|
|
73
|
+
"x": 920,
|
|
74
|
+
"y": 180,
|
|
75
|
+
"wires": []
|
|
76
|
+
}
|
|
77
|
+
]
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "ib_tab",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "KNX IoT Bridge",
|
|
6
|
+
"disabled": false,
|
|
7
|
+
"info": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "ib_cfg",
|
|
11
|
+
"type": "knxUltimate-config",
|
|
12
|
+
"z": "",
|
|
13
|
+
"host": "224.0.23.12",
|
|
14
|
+
"port": "3671",
|
|
15
|
+
"physAddr": "15.15.215",
|
|
16
|
+
"suppressACKRequest": false,
|
|
17
|
+
"csv": "",
|
|
18
|
+
"KNXEthInterface": "Auto",
|
|
19
|
+
"KNXEthInterfaceManuallyInput": "",
|
|
20
|
+
"autoReconnect": "no"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "ib_c",
|
|
24
|
+
"type": "comment",
|
|
25
|
+
"z": "ib_tab",
|
|
26
|
+
"name": "Mapping between KNX GA and MQTT topic with ACK output",
|
|
27
|
+
"info": "",
|
|
28
|
+
"x": 420,
|
|
29
|
+
"y": 60,
|
|
30
|
+
"wires": []
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "ib_node",
|
|
34
|
+
"type": "knxUltimateIoTBridge",
|
|
35
|
+
"z": "ib_tab",
|
|
36
|
+
"server": "ib_cfg",
|
|
37
|
+
"name": "KNX IoT Bridge",
|
|
38
|
+
"outputtopic": "iot/knx",
|
|
39
|
+
"emitOnChangeOnly": true,
|
|
40
|
+
"readOnDeploy": true,
|
|
41
|
+
"acceptFlowInput": true,
|
|
42
|
+
"mappings": [
|
|
43
|
+
{
|
|
44
|
+
"id": "map_light_1",
|
|
45
|
+
"label": "Living Light",
|
|
46
|
+
"ga": "3/0/1",
|
|
47
|
+
"dpt": "1.001",
|
|
48
|
+
"direction": "bidirectional",
|
|
49
|
+
"iotType": "mqtt",
|
|
50
|
+
"target": "home/living/light/set",
|
|
51
|
+
"method": "POST",
|
|
52
|
+
"modbusFunction": "writeHoldingRegister",
|
|
53
|
+
"scale": 1,
|
|
54
|
+
"offset": 0,
|
|
55
|
+
"template": "",
|
|
56
|
+
"property": "",
|
|
57
|
+
"enabled": true,
|
|
58
|
+
"timeout": 0,
|
|
59
|
+
"retry": 0
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"x": 640,
|
|
63
|
+
"y": 220,
|
|
64
|
+
"wires": [
|
|
65
|
+
[
|
|
66
|
+
"ib_dbg_out"
|
|
67
|
+
],
|
|
68
|
+
[
|
|
69
|
+
"ib_dbg_ack"
|
|
70
|
+
]
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"id": "ib_inj",
|
|
75
|
+
"type": "inject",
|
|
76
|
+
"z": "ib_tab",
|
|
77
|
+
"name": "IoT -> KNX (topic match)",
|
|
78
|
+
"props": [
|
|
79
|
+
{
|
|
80
|
+
"p": "topic",
|
|
81
|
+
"v": "home/living/light/set",
|
|
82
|
+
"vt": "str"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"p": "payload",
|
|
86
|
+
"v": "true",
|
|
87
|
+
"vt": "bool"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"repeat": "",
|
|
91
|
+
"crontab": "",
|
|
92
|
+
"once": false,
|
|
93
|
+
"onceDelay": 0.1,
|
|
94
|
+
"x": 220,
|
|
95
|
+
"y": 220,
|
|
96
|
+
"wires": [
|
|
97
|
+
[
|
|
98
|
+
"ib_node"
|
|
99
|
+
]
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"id": "ib_dbg_out",
|
|
104
|
+
"type": "debug",
|
|
105
|
+
"z": "ib_tab",
|
|
106
|
+
"name": "Output 1 KNX->IoT",
|
|
107
|
+
"active": true,
|
|
108
|
+
"tosidebar": true,
|
|
109
|
+
"console": false,
|
|
110
|
+
"tostatus": true,
|
|
111
|
+
"complete": "true",
|
|
112
|
+
"targetType": "full",
|
|
113
|
+
"x": 930,
|
|
114
|
+
"y": 200,
|
|
115
|
+
"wires": []
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"id": "ib_dbg_ack",
|
|
119
|
+
"type": "debug",
|
|
120
|
+
"z": "ib_tab",
|
|
121
|
+
"name": "Output 2 IoT->KNX ACK",
|
|
122
|
+
"active": true,
|
|
123
|
+
"tosidebar": true,
|
|
124
|
+
"console": false,
|
|
125
|
+
"tostatus": true,
|
|
126
|
+
"complete": "true",
|
|
127
|
+
"targetType": "full",
|
|
128
|
+
"x": 930,
|
|
129
|
+
"y": 240,
|
|
130
|
+
"wires": []
|
|
131
|
+
}
|
|
132
|
+
]
|