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,77 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueBattery",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueBattery",
|
|
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.225",
|
|
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_knxUltimateHueBattery",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueBattery",
|
|
34
|
+
"name": "knxUltimateHueBattery 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_knxUltimateHueBattery",
|
|
42
|
+
"type": "knxUltimateHueBattery",
|
|
43
|
+
"z": "h_tab_knxUltimateHueBattery",
|
|
44
|
+
"name": "Hue Battery",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"namebatterysensor": "Battery %",
|
|
49
|
+
"GAbatterysensor": "5/8/1",
|
|
50
|
+
"dptbatterysensor": "5.001",
|
|
51
|
+
"readStatusAtStartup": "yes",
|
|
52
|
+
"enableNodePINS": "yes",
|
|
53
|
+
"outputs": 1,
|
|
54
|
+
"x": 620,
|
|
55
|
+
"y": 180,
|
|
56
|
+
"wires": [
|
|
57
|
+
[
|
|
58
|
+
"h_dbg_knxUltimateHueBattery"
|
|
59
|
+
]
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "h_dbg_knxUltimateHueBattery",
|
|
64
|
+
"type": "debug",
|
|
65
|
+
"z": "h_tab_knxUltimateHueBattery",
|
|
66
|
+
"name": "knxUltimateHueBattery 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,83 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueButton",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueButton",
|
|
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.218",
|
|
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_knxUltimateHueButton",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueButton",
|
|
34
|
+
"name": "knxUltimateHueButton 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_knxUltimateHueButton",
|
|
42
|
+
"type": "knxUltimateHueButton",
|
|
43
|
+
"z": "h_tab_knxUltimateHueButton",
|
|
44
|
+
"name": "Hue Button",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"nameshort_release": "Short press",
|
|
49
|
+
"GAshort_release": "5/1/1",
|
|
50
|
+
"dptshort_release": "1.001",
|
|
51
|
+
"nameshort_releaseStatus": "Short press status",
|
|
52
|
+
"GAshort_releaseStatus": "5/1/2",
|
|
53
|
+
"dptshort_releaseStatus": "1.001",
|
|
54
|
+
"nameDim": "Dim",
|
|
55
|
+
"GArepeat": "5/1/3",
|
|
56
|
+
"dptrepeat": "3.007",
|
|
57
|
+
"toggleValues": true,
|
|
58
|
+
"switchSend": true,
|
|
59
|
+
"dimSend": "up",
|
|
60
|
+
"x": 620,
|
|
61
|
+
"y": 180,
|
|
62
|
+
"wires": [
|
|
63
|
+
[
|
|
64
|
+
"h_dbg_knxUltimateHueButton"
|
|
65
|
+
]
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "h_dbg_knxUltimateHueButton",
|
|
70
|
+
"type": "debug",
|
|
71
|
+
"z": "h_tab_knxUltimateHueButton",
|
|
72
|
+
"name": "knxUltimateHueButton output",
|
|
73
|
+
"active": true,
|
|
74
|
+
"tosidebar": true,
|
|
75
|
+
"console": false,
|
|
76
|
+
"tostatus": true,
|
|
77
|
+
"complete": "true",
|
|
78
|
+
"targetType": "full",
|
|
79
|
+
"x": 920,
|
|
80
|
+
"y": 180,
|
|
81
|
+
"wires": []
|
|
82
|
+
}
|
|
83
|
+
]
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueCameraMotion",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueCameraMotion",
|
|
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.231",
|
|
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_knxUltimateHueCameraMotion",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueCameraMotion",
|
|
34
|
+
"name": "knxUltimateHueCameraMotion 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_knxUltimateHueCameraMotion",
|
|
42
|
+
"type": "knxUltimateHueCameraMotion",
|
|
43
|
+
"z": "h_tab_knxUltimateHueCameraMotion",
|
|
44
|
+
"name": "Hue Camera Motion",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"nameCameraMotion": "Camera motion",
|
|
49
|
+
"GAcameraMotion": "5/14/1",
|
|
50
|
+
"dptCameraMotion": "1.001",
|
|
51
|
+
"readStatusAtStartup": "yes",
|
|
52
|
+
"enableNodePINS": "yes",
|
|
53
|
+
"outputs": 1,
|
|
54
|
+
"x": 620,
|
|
55
|
+
"y": 180,
|
|
56
|
+
"wires": [
|
|
57
|
+
[
|
|
58
|
+
"h_dbg_knxUltimateHueCameraMotion"
|
|
59
|
+
]
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "h_dbg_knxUltimateHueCameraMotion",
|
|
64
|
+
"type": "debug",
|
|
65
|
+
"z": "h_tab_knxUltimateHueCameraMotion",
|
|
66
|
+
"name": "knxUltimateHueCameraMotion 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,27 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "hc_tab",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "Hue Config",
|
|
6
|
+
"disabled": false,
|
|
7
|
+
"info": ""
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "hc_hue",
|
|
11
|
+
"type": "hue-config",
|
|
12
|
+
"z": "",
|
|
13
|
+
"host": "192.168.1.10",
|
|
14
|
+
"name": "Hue Bridge",
|
|
15
|
+
"bridgeid": ""
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "hc_c",
|
|
19
|
+
"type": "comment",
|
|
20
|
+
"z": "hc_tab",
|
|
21
|
+
"name": "Create your Hue Bridge config node and reference it from all Hue nodes",
|
|
22
|
+
"info": "",
|
|
23
|
+
"x": 380,
|
|
24
|
+
"y": 120,
|
|
25
|
+
"wires": []
|
|
26
|
+
}
|
|
27
|
+
]
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueContactSensor",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueContactSensor",
|
|
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.227",
|
|
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_knxUltimateHueContactSensor",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueContactSensor",
|
|
34
|
+
"name": "knxUltimateHueContactSensor 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_knxUltimateHueContactSensor",
|
|
42
|
+
"type": "knxUltimateHueContactSensor",
|
|
43
|
+
"z": "h_tab_knxUltimateHueContactSensor",
|
|
44
|
+
"name": "Hue Contact",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"namecontact": "Door contact",
|
|
49
|
+
"GAcontact": "5/10/1",
|
|
50
|
+
"dptcontact": "1.019",
|
|
51
|
+
"outputs": 1,
|
|
52
|
+
"x": 620,
|
|
53
|
+
"y": 180,
|
|
54
|
+
"wires": [
|
|
55
|
+
[
|
|
56
|
+
"h_dbg_knxUltimateHueContactSensor"
|
|
57
|
+
]
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "h_dbg_knxUltimateHueContactSensor",
|
|
62
|
+
"type": "debug",
|
|
63
|
+
"z": "h_tab_knxUltimateHueContactSensor",
|
|
64
|
+
"name": "knxUltimateHueContactSensor output",
|
|
65
|
+
"active": true,
|
|
66
|
+
"tosidebar": true,
|
|
67
|
+
"console": false,
|
|
68
|
+
"tostatus": true,
|
|
69
|
+
"complete": "true",
|
|
70
|
+
"targetType": "full",
|
|
71
|
+
"x": 920,
|
|
72
|
+
"y": 180,
|
|
73
|
+
"wires": []
|
|
74
|
+
}
|
|
75
|
+
]
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHuedevice_software_update",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHuedevice_software_update",
|
|
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.228",
|
|
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_knxUltimateHuedevice_software_update",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHuedevice_software_update",
|
|
34
|
+
"name": "knxUltimateHuedevice_software_update 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_knxUltimateHuedevice_software_update",
|
|
42
|
+
"type": "knxUltimateHuedevice_software_update",
|
|
43
|
+
"z": "h_tab_knxUltimateHuedevice_software_update",
|
|
44
|
+
"name": "Hue SW Update",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"namedevice_software_update": "SW update",
|
|
49
|
+
"GAdevice_software_update": "5/11/1",
|
|
50
|
+
"dptdevice_software_update": "1.001",
|
|
51
|
+
"readStatusAtStartup": "yes",
|
|
52
|
+
"enableNodePINS": "yes",
|
|
53
|
+
"outputs": 1,
|
|
54
|
+
"x": 620,
|
|
55
|
+
"y": 180,
|
|
56
|
+
"wires": [
|
|
57
|
+
[
|
|
58
|
+
"h_dbg_knxUltimateHuedevice_software_update"
|
|
59
|
+
]
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "h_dbg_knxUltimateHuedevice_software_update",
|
|
64
|
+
"type": "debug",
|
|
65
|
+
"z": "h_tab_knxUltimateHuedevice_software_update",
|
|
66
|
+
"name": "knxUltimateHuedevice_software_update 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_knxUltimateHueHumiditySensor",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueHumiditySensor",
|
|
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.230",
|
|
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_knxUltimateHueHumiditySensor",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueHumiditySensor",
|
|
34
|
+
"name": "knxUltimateHueHumiditySensor 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_knxUltimateHueHumiditySensor",
|
|
42
|
+
"type": "knxUltimateHueHumiditySensor",
|
|
43
|
+
"z": "h_tab_knxUltimateHueHumiditySensor",
|
|
44
|
+
"name": "Hue Humidity",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"namehumiditysensor": "Humidity",
|
|
49
|
+
"GAhumiditysensor": "5/13/1",
|
|
50
|
+
"dpthumiditysensor": "9.007",
|
|
51
|
+
"readStatusAtStartup": "yes",
|
|
52
|
+
"enableNodePINS": "yes",
|
|
53
|
+
"outputs": 1,
|
|
54
|
+
"x": 620,
|
|
55
|
+
"y": 180,
|
|
56
|
+
"wires": [
|
|
57
|
+
[
|
|
58
|
+
"h_dbg_knxUltimateHueHumiditySensor"
|
|
59
|
+
]
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "h_dbg_knxUltimateHueHumiditySensor",
|
|
64
|
+
"type": "debug",
|
|
65
|
+
"z": "h_tab_knxUltimateHueHumiditySensor",
|
|
66
|
+
"name": "knxUltimateHueHumiditySensor 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,67 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueLight",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueLight",
|
|
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.217",
|
|
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_knxUltimateHueLight",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueLight",
|
|
34
|
+
"name": "knxUltimateHueLight 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_knxUltimateHueLight",
|
|
42
|
+
"type": "knxUltimateHueLight",
|
|
43
|
+
"z": "h_tab_knxUltimateHueLight",
|
|
44
|
+
"name": "Hue Light",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"nameLightSwitch": "Hue switch",
|
|
49
|
+
"GALightSwitch": "5/0/1",
|
|
50
|
+
"dptLightSwitch": "1.001",
|
|
51
|
+
"nameLightState": "Hue state",
|
|
52
|
+
"GALightState": "5/0/2",
|
|
53
|
+
"dptLightState": "1.001",
|
|
54
|
+
"nameLightBrightness": "Brightness",
|
|
55
|
+
"GALightBrightness": "5/0/3",
|
|
56
|
+
"dptLightBrightness": "5.001",
|
|
57
|
+
"nameLightBrightnessState": "Brightness status",
|
|
58
|
+
"GALightBrightnessState": "5/0/4",
|
|
59
|
+
"dptLightBrightnessState": "5.001",
|
|
60
|
+
"readStatusAtStartup": "yes",
|
|
61
|
+
"enableNodePINS": "no",
|
|
62
|
+
"outputs": 0,
|
|
63
|
+
"x": 620,
|
|
64
|
+
"y": 180,
|
|
65
|
+
"wires": []
|
|
66
|
+
}
|
|
67
|
+
]
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "h_tab_knxUltimateHueLightSensor",
|
|
4
|
+
"type": "tab",
|
|
5
|
+
"label": "knxUltimateHueLightSensor",
|
|
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.222",
|
|
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_knxUltimateHueLightSensor",
|
|
32
|
+
"type": "comment",
|
|
33
|
+
"z": "h_tab_knxUltimateHueLightSensor",
|
|
34
|
+
"name": "knxUltimateHueLightSensor 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_knxUltimateHueLightSensor",
|
|
42
|
+
"type": "knxUltimateHueLightSensor",
|
|
43
|
+
"z": "h_tab_knxUltimateHueLightSensor",
|
|
44
|
+
"name": "Hue Light Sensor",
|
|
45
|
+
"server": "h_knx",
|
|
46
|
+
"serverHue": "h_hue",
|
|
47
|
+
"hueDevice": "device-id-here",
|
|
48
|
+
"namelightsensor": "Lux",
|
|
49
|
+
"GAlightsensor": "5/5/1",
|
|
50
|
+
"dptlightsensor": "9.004",
|
|
51
|
+
"readStatusAtStartup": "yes",
|
|
52
|
+
"enableNodePINS": "yes",
|
|
53
|
+
"outputs": 1,
|
|
54
|
+
"x": 620,
|
|
55
|
+
"y": 180,
|
|
56
|
+
"wires": [
|
|
57
|
+
[
|
|
58
|
+
"h_dbg_knxUltimateHueLightSensor"
|
|
59
|
+
]
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "h_dbg_knxUltimateHueLightSensor",
|
|
64
|
+
"type": "debug",
|
|
65
|
+
"z": "h_tab_knxUltimateHueLightSensor",
|
|
66
|
+
"name": "knxUltimateHueLightSensor 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
|
+
]
|