node-red-contrib-knx-ultimate 4.3.16 → 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 +5 -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/package.json +1 -1
|
@@ -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
|
+
]
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "lc_tab",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "KNX Load Control",
|
|
6
|
+
"disabled": false,
|
|
7
|
+
"info": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "lc_cfg",
|
|
11
|
+
"type": "knxUltimate-config",
|
|
12
|
+
"z": "",
|
|
13
|
+
"host": "224.0.23.12",
|
|
14
|
+
"port": "3671",
|
|
15
|
+
"physAddr": "15.15.216",
|
|
16
|
+
"suppressACKRequest": false,
|
|
17
|
+
"csv": "",
|
|
18
|
+
"KNXEthInterface": "Auto",
|
|
19
|
+
"KNXEthInterfaceManuallyInput": "",
|
|
20
|
+
"autoReconnect": "no"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "lc_c",
|
|
24
|
+
"type": "comment",
|
|
25
|
+
"z": "lc_tab",
|
|
26
|
+
"name": "Manual shedding/unshedding with 5 priority loads",
|
|
27
|
+
"info": "",
|
|
28
|
+
"x": 430,
|
|
29
|
+
"y": 60,
|
|
30
|
+
"wires": []
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "lc_node",
|
|
34
|
+
"type": "knxUltimateLoadControl",
|
|
35
|
+
"z": "lc_tab",
|
|
36
|
+
"server": "lc_cfg",
|
|
37
|
+
"name": "Load Control",
|
|
38
|
+
"controlMode": "msg",
|
|
39
|
+
"topic": "4/0/1",
|
|
40
|
+
"dpt": "14.056",
|
|
41
|
+
"wattLimit": 3000,
|
|
42
|
+
"sheddingCheckInterval": 15,
|
|
43
|
+
"sheddingRestoreDelay": 60,
|
|
44
|
+
"GA1": "4/1/1",
|
|
45
|
+
"DPT1": "1.001",
|
|
46
|
+
"Name1": "Water Heater",
|
|
47
|
+
"autoRestore1": true,
|
|
48
|
+
"MonitorGA1": "4/2/1",
|
|
49
|
+
"MonitorDPT1": "14.056",
|
|
50
|
+
"MonitorName1": "Water Heater W",
|
|
51
|
+
"GA2": "4/1/2",
|
|
52
|
+
"DPT2": "1.001",
|
|
53
|
+
"Name2": "EV Charger",
|
|
54
|
+
"autoRestore2": true,
|
|
55
|
+
"MonitorGA2": "4/2/2",
|
|
56
|
+
"MonitorDPT2": "14.056",
|
|
57
|
+
"MonitorName2": "EV Charger W",
|
|
58
|
+
"GA3": "4/1/3",
|
|
59
|
+
"DPT3": "1.001",
|
|
60
|
+
"Name3": "Boiler",
|
|
61
|
+
"autoRestore3": true,
|
|
62
|
+
"MonitorGA3": "4/2/3",
|
|
63
|
+
"MonitorDPT3": "14.056",
|
|
64
|
+
"MonitorName3": "Boiler W",
|
|
65
|
+
"GA4": "4/1/4",
|
|
66
|
+
"DPT4": "1.001",
|
|
67
|
+
"Name4": "Dryer",
|
|
68
|
+
"autoRestore4": true,
|
|
69
|
+
"MonitorGA4": "4/2/4",
|
|
70
|
+
"MonitorDPT4": "14.056",
|
|
71
|
+
"MonitorName4": "Dryer W",
|
|
72
|
+
"GA5": "4/1/5",
|
|
73
|
+
"DPT5": "1.001",
|
|
74
|
+
"Name5": "Oven",
|
|
75
|
+
"autoRestore5": true,
|
|
76
|
+
"MonitorGA5": "4/2/5",
|
|
77
|
+
"MonitorDPT5": "14.056",
|
|
78
|
+
"MonitorName5": "Oven W",
|
|
79
|
+
"x": 690,
|
|
80
|
+
"y": 240,
|
|
81
|
+
"wires": [
|
|
82
|
+
[
|
|
83
|
+
"lc_dbg"
|
|
84
|
+
]
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "lc_shed",
|
|
89
|
+
"type": "inject",
|
|
90
|
+
"z": "lc_tab",
|
|
91
|
+
"name": "msg.shedding = shed",
|
|
92
|
+
"props": [
|
|
93
|
+
{
|
|
94
|
+
"p": "shedding",
|
|
95
|
+
"v": "shed",
|
|
96
|
+
"vt": "str"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"repeat": "",
|
|
100
|
+
"crontab": "",
|
|
101
|
+
"once": false,
|
|
102
|
+
"onceDelay": 0.1,
|
|
103
|
+
"x": 210,
|
|
104
|
+
"y": 200,
|
|
105
|
+
"wires": [
|
|
106
|
+
[
|
|
107
|
+
"lc_node"
|
|
108
|
+
]
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"id": "lc_unshed",
|
|
113
|
+
"type": "inject",
|
|
114
|
+
"z": "lc_tab",
|
|
115
|
+
"name": "msg.shedding = unshed",
|
|
116
|
+
"props": [
|
|
117
|
+
{
|
|
118
|
+
"p": "shedding",
|
|
119
|
+
"v": "unshed",
|
|
120
|
+
"vt": "str"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"repeat": "",
|
|
124
|
+
"crontab": "",
|
|
125
|
+
"once": false,
|
|
126
|
+
"onceDelay": 0.1,
|
|
127
|
+
"x": 220,
|
|
128
|
+
"y": 240,
|
|
129
|
+
"wires": [
|
|
130
|
+
[
|
|
131
|
+
"lc_node"
|
|
132
|
+
]
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"id": "lc_auto",
|
|
137
|
+
"type": "inject",
|
|
138
|
+
"z": "lc_tab",
|
|
139
|
+
"name": "msg.shedding = auto",
|
|
140
|
+
"props": [
|
|
141
|
+
{
|
|
142
|
+
"p": "shedding",
|
|
143
|
+
"v": "auto",
|
|
144
|
+
"vt": "str"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"repeat": "",
|
|
148
|
+
"crontab": "",
|
|
149
|
+
"once": false,
|
|
150
|
+
"onceDelay": 0.1,
|
|
151
|
+
"x": 210,
|
|
152
|
+
"y": 280,
|
|
153
|
+
"wires": [
|
|
154
|
+
[
|
|
155
|
+
"lc_node"
|
|
156
|
+
]
|
|
157
|
+
]
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"id": "lc_dbg",
|
|
161
|
+
"type": "debug",
|
|
162
|
+
"z": "lc_tab",
|
|
163
|
+
"name": "Load control output",
|
|
164
|
+
"active": true,
|
|
165
|
+
"tosidebar": true,
|
|
166
|
+
"console": false,
|
|
167
|
+
"tostatus": true,
|
|
168
|
+
"complete": "true",
|
|
169
|
+
"targetType": "full",
|
|
170
|
+
"x": 950,
|
|
171
|
+
"y": 240,
|
|
172
|
+
"wires": []
|
|
173
|
+
}
|
|
174
|
+
]
|