@zwave-js/config 10.8.0 → 10.11.0
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/config/devices/0x0002/014g0205.json +66 -2
- package/config/devices/0x000c/hs-fls100-g2.json +21 -6
- package/config/devices/0x000c/hs-fs100_flex.json +1 -1
- package/config/devices/0x000c/hs-hsm200.json +33 -11
- package/config/devices/0x000c/hs-ls100.json +8 -4
- package/config/devices/0x000c/hs-ms100.json +14 -4
- package/config/devices/0x000c/hs-wx300.json +1 -1
- package/config/devices/0x000c/templates/homeseer_template.json +1 -1
- package/config/devices/0x0039/39337_39444_zw4103.json +7 -4
- package/config/devices/0x007a/507801.json +67 -1
- package/config/devices/0x0086/dsc11.json +5 -1
- package/config/devices/0x010f/fgk101.json +17 -4
- package/config/devices/0x0149/c7.json +376 -0
- package/config/devices/0x019b/4512689.json +16 -1
- package/config/devices/0x019b/heatit_z-relay.json +11 -1
- package/config/devices/0x021f/dms01.json +11 -1
- package/config/devices/0x0268/zpr111.json +22 -0
- package/config/devices/0x027a/zen51.json +14 -2
- package/config/devices/0x027a/zen52.json +14 -2
- package/config/devices/0x0312/mr40z.json +24 -25
- package/config/devices/0x0312/templates/minoston_template.json +135 -4
- package/config/devices/0x0330/sr-zv9080a-a.json +247 -0
- package/config/devices/0x0371/zwa001.json +0 -2
- package/config/devices/0x0438/sr-zv9032a-eu.json +390 -0
- package/config/devices/0x044e/AZAI6WSPFU2.json +6 -0
- package/package.json +10 -8
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manufacturer": "Danfoss",
|
|
3
3
|
"manufacturerId": "0x0002",
|
|
4
4
|
"label": "014G0205",
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "HC-Z Hydronic Floor Heating Controller",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x0002",
|
|
@@ -13,5 +13,69 @@
|
|
|
13
13
|
"firmwareVersion": {
|
|
14
14
|
"min": "0.0",
|
|
15
15
|
"max": "255.255"
|
|
16
|
-
}
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 1,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "1",
|
|
27
|
+
"label": "Valve Type",
|
|
28
|
+
"valueSize": 1,
|
|
29
|
+
"defaultValue": 0,
|
|
30
|
+
"allowManualEntry": false,
|
|
31
|
+
"options": [
|
|
32
|
+
{
|
|
33
|
+
"label": "NC",
|
|
34
|
+
"value": 0
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"label": "NO",
|
|
38
|
+
"value": 1
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"#": "2",
|
|
44
|
+
"label": "Heat Load Strategy",
|
|
45
|
+
"valueSize": 1,
|
|
46
|
+
"defaultValue": 0,
|
|
47
|
+
"allowManualEntry": false,
|
|
48
|
+
"options": [
|
|
49
|
+
{
|
|
50
|
+
"label": "Stacking",
|
|
51
|
+
"value": 0
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"label": "Spreading",
|
|
55
|
+
"value": 1
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"#": "3",
|
|
61
|
+
"label": "PWM Period",
|
|
62
|
+
"valueSize": 1,
|
|
63
|
+
"defaultValue": 2,
|
|
64
|
+
"allowManualEntry": false,
|
|
65
|
+
"options": [
|
|
66
|
+
{
|
|
67
|
+
"label": "15 minutes",
|
|
68
|
+
"value": 0
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"label": "30 minutes",
|
|
72
|
+
"value": 1
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"label": "60 minutes",
|
|
76
|
+
"value": 2
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
]
|
|
17
81
|
}
|
|
@@ -33,22 +33,37 @@
|
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"#": "5",
|
|
36
|
-
"
|
|
36
|
+
"label": "Load Control Mode",
|
|
37
|
+
"valueSize": 1,
|
|
38
|
+
"defaultValue": 1,
|
|
39
|
+
"unsigned": true,
|
|
40
|
+
"allowManualEntry": false,
|
|
41
|
+
"options": [
|
|
42
|
+
{
|
|
43
|
+
"label": "Z-Wave only",
|
|
44
|
+
"value": 0
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"label": "Z-Wave and Sensors",
|
|
48
|
+
"value": 1
|
|
49
|
+
}
|
|
50
|
+
]
|
|
37
51
|
},
|
|
38
52
|
{
|
|
39
53
|
"#": "6",
|
|
40
|
-
"label": "
|
|
54
|
+
"label": "Load Control Sensor Mode",
|
|
55
|
+
"description": "Select which sensors control the load when parameter 5 is set to 1",
|
|
41
56
|
"valueSize": 1,
|
|
42
57
|
"defaultValue": 0,
|
|
43
58
|
"unsigned": true,
|
|
44
59
|
"allowManualEntry": false,
|
|
45
60
|
"options": [
|
|
46
61
|
{
|
|
47
|
-
"label": "Lux and
|
|
62
|
+
"label": "Lux and motion",
|
|
48
63
|
"value": 0
|
|
49
64
|
},
|
|
50
65
|
{
|
|
51
|
-
"label": "Lux
|
|
66
|
+
"label": "Lux only",
|
|
52
67
|
"value": 1
|
|
53
68
|
}
|
|
54
69
|
]
|
|
@@ -66,7 +81,7 @@
|
|
|
66
81
|
"#": "8",
|
|
67
82
|
"label": "PIR Sensitivity",
|
|
68
83
|
"valueSize": 1,
|
|
69
|
-
"defaultValue":
|
|
84
|
+
"defaultValue": 0,
|
|
70
85
|
"unsigned": true,
|
|
71
86
|
"allowManualEntry": false,
|
|
72
87
|
"options": [
|
|
@@ -89,6 +104,6 @@
|
|
|
89
104
|
"inclusion": "1. Put the Z-Wave controller into inclusion mode.\n2. Press the Link button 3 times within 1.5 seconds to put the unit into inclusion mode.",
|
|
90
105
|
"exclusion": "1. Put the Z-Wave Controller into exclusion mode. \n2. Press the Link button 3 times within 1.5 seconds to put the unit into exclusion mode",
|
|
91
106
|
"reset": "The product reset is to operate only when the primary controller is missing or inoperable. Press the Link button 3 times within 1.5 seconds to put the unit into exclusion mode.Within 1 second of step 1, press the Link button again and hold until LED is off (about 5 seconds)",
|
|
92
|
-
"manual": "https://
|
|
107
|
+
"manual": "https://docs.homeseer.com/products/sensors/hs-fls100+/hs-fls100+-user-guide"
|
|
93
108
|
}
|
|
94
109
|
}
|
|
@@ -47,6 +47,6 @@
|
|
|
47
47
|
"inclusion": "Inclusion: Add the device into your network by a Z-Wave certified controller. HS-FS100+ supports the latest S2 security offered by Z-Wave certified controllers. If your controller supports S2, please refer to the user guide of the controller for detailed instructions on adding devices to the network. The device can be added using the traditional method for Z-Wave as follows:\n1. Place your controller into Inclusion (Add) mode by following the controller manufacturer's instructions.\n2. When the controller is ready, single click the button of HS-FS100+. The controller should indicate that the new device was added successfully. If the controller shows it failed, repeat the procedure",
|
|
48
48
|
"exclusion": "Exclusion: Remove the device from your network by a Z-Wave certified controller. HS-FS100+ supports the latest S2 security offered by Z-Wave certified controllers. If your controller supports S2, please refer to the user guide of the controller for detailed instructions on removing devices from the network. The device can be removed using the traditional method for Z-Wave as follows:\n1. Place your controller into Exclusion mode by following the controller manufacturer's instructions.\n2. When the controller is ready, single click the button of HS-FS100+. The controller should indicate that the device was removed successfully. If the controller shows it failed, repeat the procedure",
|
|
49
49
|
"reset": "Use this procedure to reset Flex Sensor to factory settings when the Z-Wave controller is missing or otherwise inoperable.\n\nPress and hold the Z-Wave button on the sensor body for 10 seconds. If successful, the LED will flash 5 times",
|
|
50
|
-
"manual": "https://
|
|
50
|
+
"manual": "https://docs.homeseer.com/products/sensors/hs-fs100/hs-fs100+-user-guide"
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -16,13 +16,11 @@
|
|
|
16
16
|
"associations": {
|
|
17
17
|
"1": {
|
|
18
18
|
"label": "Lifeline",
|
|
19
|
-
"description": "This group is normally automatically assigned to the Z-Wave system controller when EZMultiPli is added to the ZWave network.",
|
|
20
19
|
"maxNodes": 1,
|
|
21
20
|
"isLifeline": true
|
|
22
21
|
},
|
|
23
22
|
"2": {
|
|
24
|
-
"label": "
|
|
25
|
-
"description": "This group is used to directly turn lights on or off when motion is detected.",
|
|
23
|
+
"label": "Control Lights",
|
|
26
24
|
"maxNodes": 4
|
|
27
25
|
}
|
|
28
26
|
},
|
|
@@ -34,7 +32,13 @@
|
|
|
34
32
|
"valueSize": 1,
|
|
35
33
|
"minValue": 0,
|
|
36
34
|
"maxValue": 127,
|
|
37
|
-
"defaultValue": 10
|
|
35
|
+
"defaultValue": 10,
|
|
36
|
+
"options": [
|
|
37
|
+
{
|
|
38
|
+
"label": "Disable, only send motion triggers",
|
|
39
|
+
"value": 0
|
|
40
|
+
}
|
|
41
|
+
]
|
|
38
42
|
},
|
|
39
43
|
{
|
|
40
44
|
"#": "2",
|
|
@@ -49,22 +53,34 @@
|
|
|
49
53
|
{
|
|
50
54
|
"#": "3",
|
|
51
55
|
"label": "Light Level Report Interval",
|
|
52
|
-
"description": "Sets the interval for light level reports; 0 to disable",
|
|
53
56
|
"unit": "minutes",
|
|
54
57
|
"valueSize": 1,
|
|
55
58
|
"minValue": 0,
|
|
56
|
-
"maxValue":
|
|
57
|
-
"defaultValue": 60
|
|
59
|
+
"maxValue": 255,
|
|
60
|
+
"defaultValue": 60,
|
|
61
|
+
"unsigned": true,
|
|
62
|
+
"options": [
|
|
63
|
+
{
|
|
64
|
+
"label": "Disable",
|
|
65
|
+
"value": 0
|
|
66
|
+
}
|
|
67
|
+
]
|
|
58
68
|
},
|
|
59
69
|
{
|
|
60
70
|
"#": "4",
|
|
61
71
|
"label": "Temperature Report Interval",
|
|
62
|
-
"description": "Sets the interval for temp level reports; 0 to disable",
|
|
63
72
|
"unit": "minutes",
|
|
64
73
|
"valueSize": 1,
|
|
65
74
|
"minValue": 0,
|
|
66
|
-
"maxValue":
|
|
67
|
-
"defaultValue": 60
|
|
75
|
+
"maxValue": 255,
|
|
76
|
+
"defaultValue": 60,
|
|
77
|
+
"unsigned": true,
|
|
78
|
+
"options": [
|
|
79
|
+
{
|
|
80
|
+
"label": "Disable",
|
|
81
|
+
"value": 0
|
|
82
|
+
}
|
|
83
|
+
]
|
|
68
84
|
},
|
|
69
85
|
{
|
|
70
86
|
"#": "5",
|
|
@@ -75,5 +91,11 @@
|
|
|
75
91
|
"maxValue": 127,
|
|
76
92
|
"defaultValue": 0
|
|
77
93
|
}
|
|
78
|
-
]
|
|
94
|
+
],
|
|
95
|
+
"metadata": {
|
|
96
|
+
"inclusion": "1) Place the device within the direct range of your Z-Wave controller.\n2) Set the main controller in add mode (see the controller’s manual).\n3) Click the button on the side of the unit once, the LED indicator should start blinking blue. \n4) Wait for the adding process to end.\n5) Successful adding will be confirmed by the Z-Wave controller’s message.",
|
|
97
|
+
"exclusion": "1) Place the device within the direct range of your Z-Wave controller.\n2) Set the main controller remove mode (see the controller’s manual).\n3) Click the button on the side of the unit once\n4) Wait for the removing process to end.\n5) Successful adding will be confirmed by the Z-Wave controller’s message.",
|
|
98
|
+
"reset": "1) Power on the device\n2) Press and hold the side button for 60 seconds.\n2) Use this procedure only in the event that the network primary controller is missing or otherwise inoperable.",
|
|
99
|
+
"manual": "https://docs.homeseer.com/products/sensors/hsm200/hsm200-user-guide"
|
|
100
|
+
}
|
|
79
101
|
}
|
|
@@ -36,9 +36,13 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "19",
|
|
39
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
40
39
|
"label": "Temperature Report Interval",
|
|
41
|
-
"
|
|
40
|
+
"valueSize": 1,
|
|
41
|
+
"unit": "1/10 minute",
|
|
42
|
+
"minValue": 3,
|
|
43
|
+
"maxValue": 240,
|
|
44
|
+
"defaultValue": 144,
|
|
45
|
+
"unsigned": true
|
|
42
46
|
},
|
|
43
47
|
{
|
|
44
48
|
"#": "20",
|
|
@@ -70,9 +74,9 @@
|
|
|
70
74
|
}
|
|
71
75
|
],
|
|
72
76
|
"metadata": {
|
|
73
|
-
"inclusion": "1) Open the cover.\n2) Place the device within the direct range of your Z-Wave controller.\n3) Set the main controller in add mode (see the controller’s manual).\n4) Click the Z-button once or triple click the Z-button quickly, the LED indicator should blink fast. \n5) Wait for the adding process to end.\n6) Successful adding will be confirmed by the Z-Wave controller’s message.",
|
|
77
|
+
"inclusion": "1) Open the cover.\n2) Place the device within the direct range of your Z-Wave controller.\n3) Set the main controller in add mode (see the controller’s manual).\n4) Click the Z-button once (non-secure inclusion) or triple click (secure inclusion) the Z-button quickly, the LED indicator should blink fast. \n5) Wait for the adding process to end.\n6) Successful adding will be confirmed by the Z-Wave controller’s message.",
|
|
74
78
|
"exclusion": "1) Open the cover.\n2) Place the device within the direct range of your Z-Wave controller.\n3) Set the main controller remove mode (see the controller’s manual).\n4) Triple click the Z-button quickly, the LED indicator should blink fast.\n5) Wait for the removing process to end.\n6) Successful adding will be confirmed by the Z-Wave controller’s message.",
|
|
75
79
|
"reset": "1) Power on the device\n2) Press and hold the Z button for more than 20 seconds,\n3) If holding time more than 20seconds, the LED indicator will keep on for 2 seconds, which means resetting is complete.\n4) The reset feature works only when the device has been included into a Z-Wave network.\n\nUse this procedure only in the event that the network primary controller is missing or otherwise inoperable.",
|
|
76
|
-
"manual": "https://
|
|
80
|
+
"manual": "https://docs.homeseer.com/products/sensors/hs-ls100+/hs-ls100+-user-guide"
|
|
77
81
|
}
|
|
78
82
|
}
|
|
@@ -20,10 +20,16 @@
|
|
|
20
20
|
"label": "Motion Sensor Sensitivity",
|
|
21
21
|
"description": "Higher values increase sensitivity",
|
|
22
22
|
"valueSize": 1,
|
|
23
|
-
"minValue":
|
|
23
|
+
"minValue": 0,
|
|
24
24
|
"maxValue": 8,
|
|
25
25
|
"defaultValue": 8,
|
|
26
|
-
"unsigned": true
|
|
26
|
+
"unsigned": true,
|
|
27
|
+
"options": [
|
|
28
|
+
{
|
|
29
|
+
"label": "Disable",
|
|
30
|
+
"value": 0
|
|
31
|
+
}
|
|
32
|
+
]
|
|
27
33
|
},
|
|
28
34
|
{
|
|
29
35
|
"#": "14",
|
|
@@ -43,17 +49,21 @@
|
|
|
43
49
|
"valueSize": 2,
|
|
44
50
|
"unit": "seconds",
|
|
45
51
|
"minValue": 0,
|
|
46
|
-
"maxValue":
|
|
52
|
+
"maxValue": 65525,
|
|
47
53
|
"defaultValue": 600,
|
|
48
54
|
"unsigned": true
|
|
49
55
|
},
|
|
56
|
+
{
|
|
57
|
+
"#": "19",
|
|
58
|
+
"$import": "templates/homeseer_template.json#enable_basic_set_command"
|
|
59
|
+
},
|
|
50
60
|
{
|
|
51
61
|
"#": "32",
|
|
52
62
|
"$import": "templates/homeseer_template.json#low_battery_level"
|
|
53
63
|
}
|
|
54
64
|
],
|
|
55
65
|
"metadata": {
|
|
56
|
-
"inclusion": "1) Open the cover.\n2) Place the device within the direct range of your Z-Wave controller.\n3) Set the main controller in add mode (see the controller’s manual).\n4) Click the Z-button once
|
|
66
|
+
"inclusion": "1) Open the cover.\n2) Place the device within the direct range of your Z-Wave controller.\n3) Set the main controller in add mode (see the controller’s manual).\n4) Click the Z-button once, the LED indicator should blink fast. \n5) Wait for the adding process to end.\n6) Successful adding will be confirmed by the Z-Wave controller’s message.",
|
|
57
67
|
"exclusion": "1) Open the cover.\n2) Place the device within the direct range of your Z-Wave controller.\n3) Set the main controller remove mode (see the controller’s manual).\n4) Triple click the Z-button quickly, the LED indicator should blink fast.\n5) Wait for the removing process to end.\n6) Successful adding will be confirmed by the Z-Wave controller’s message.",
|
|
58
68
|
"reset": "1)Power on the device,\n2) Press and hold the Z button for more than 20 seconds,\n3) If holding time more than 20seconds, the LED indicator will keep on for 2 seconds, which means resetting is complete.\n4) The reset feature works only when the device has been included into a Z-Wave network.\n\nUse this procedure only in the event that the network primary controller is missing or otherwise inoperable.",
|
|
59
69
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2729/User%20Manual%20for%20motion%20sensor-revised%20.pdf"
|
|
@@ -222,6 +222,6 @@
|
|
|
222
222
|
"inclusion": "1. Put your Z-Wave controller into inclusion (or exclusion) mode. Consult your controller’s manual if you’re unsure how to do this. \n2. In rapid succession, tap the bottom paddle 2 times, then press & hold the bottom paddle for 3 seconds (tap-tap-press & hold). This will initiate the inclusion (or exclusion) process. \nNote: The switch will default to dimmer mode after Z-Wave exclusion.",
|
|
223
223
|
"exclusion": "1. Put your Z-Wave controller into inclusion (or exclusion) mode. Consult your controller’s manual if you’re unsure how to do this. \n2. In rapid succession, tap the bottom paddle 2 times, then press & hold the bottom paddle for 3 seconds (tap-tap-press & hold). This will initiate the inclusion (or exclusion) process. \nNote: The switch will default to dimmer mode after Z-Wave exclusion.",
|
|
224
224
|
"reset": "To be used only in the event that the network primary controller is lost or otherwise inoperable.\n\n1. In rapid succession, tap the top paddle 3 times, then tap the bottom paddle 3 times. If all LEDs flash white 5 times, factory reset was successful. If not, repeat this procedure.\nNote: As this must be done very quickly, we recommend using 2 fingers for this operation; one on each paddle!\nNote: The switch will default to 3-wire mode and dimmer mode after factory reset",
|
|
225
|
-
"manual": "https://
|
|
225
|
+
"manual": "https://docs.homeseer.com/products/lighting/hs-wx300/hs-wx300-user-guide"
|
|
226
226
|
}
|
|
227
227
|
}
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
"enable_notification_buzzer": {
|
|
97
97
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
98
|
-
"label": "Enable
|
|
98
|
+
"label": "Enable Notificaton Buzzer"
|
|
99
99
|
},
|
|
100
100
|
"enable_shock_alarm": {
|
|
101
101
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
@@ -17,19 +17,22 @@
|
|
|
17
17
|
"paramInformation": [
|
|
18
18
|
{
|
|
19
19
|
"#": "3",
|
|
20
|
-
"label": "
|
|
21
|
-
"description": "Led light off when device is turned off (default)",
|
|
20
|
+
"label": "LED Indicator",
|
|
22
21
|
"valueSize": 1,
|
|
23
22
|
"defaultValue": 0,
|
|
24
23
|
"unsigned": true,
|
|
25
24
|
"allowManualEntry": false,
|
|
26
25
|
"options": [
|
|
27
26
|
{
|
|
28
|
-
"label": "
|
|
27
|
+
"label": "LED on when device is off",
|
|
28
|
+
"value": 0
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"label": "LED on when device is on",
|
|
29
32
|
"value": 1
|
|
30
33
|
},
|
|
31
34
|
{
|
|
32
|
-
"label": "
|
|
35
|
+
"label": "Always off",
|
|
33
36
|
"value": 2
|
|
34
37
|
}
|
|
35
38
|
]
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manufacturer": "Merten",
|
|
3
3
|
"manufacturerId": "0x007a",
|
|
4
4
|
"label": "507801",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Connect Roller Shutter",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x8003",
|
|
@@ -12,5 +12,71 @@
|
|
|
12
12
|
"firmwareVersion": {
|
|
13
13
|
"min": "0.0",
|
|
14
14
|
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Move Roller Shutter",
|
|
19
|
+
"maxNodes": 5,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"paramInformation": [
|
|
24
|
+
{
|
|
25
|
+
"#": "176",
|
|
26
|
+
"label": "Changeover Delay",
|
|
27
|
+
"description": "For motor protection",
|
|
28
|
+
"valueSize": 1,
|
|
29
|
+
"unit": "0.1 seconds",
|
|
30
|
+
"unsigned": true,
|
|
31
|
+
"minValue": 0,
|
|
32
|
+
"maxValue": 255,
|
|
33
|
+
"defaultValue": 10
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"#": "177",
|
|
37
|
+
"label": "Travel Time Up, Byte 1",
|
|
38
|
+
"valueSize": 1,
|
|
39
|
+
"unit": "25.6 seconds",
|
|
40
|
+
"unsigned": true,
|
|
41
|
+
"minValue": 0,
|
|
42
|
+
"maxValue": 255,
|
|
43
|
+
"defaultValue": 4
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "178",
|
|
47
|
+
"label": "Travel Time Up, Byte 2",
|
|
48
|
+
"valueSize": 1,
|
|
49
|
+
"unsigned": true,
|
|
50
|
+
"unit": "0.1 seconds",
|
|
51
|
+
"minValue": 0,
|
|
52
|
+
"maxValue": 255,
|
|
53
|
+
"defaultValue": 176
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"#": "179",
|
|
57
|
+
"label": "Travel Time Down, Byte 1",
|
|
58
|
+
"valueSize": 1,
|
|
59
|
+
"unsigned": true,
|
|
60
|
+
"unit": "25.6 seconds",
|
|
61
|
+
"minValue": 0,
|
|
62
|
+
"maxValue": 255,
|
|
63
|
+
"defaultValue": 4
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"#": "180",
|
|
67
|
+
"label": "Travel Time Down, Byte 2",
|
|
68
|
+
"valueSize": 1,
|
|
69
|
+
"unsigned": true,
|
|
70
|
+
"unit": "0.1 seconds",
|
|
71
|
+
"minValue": 0,
|
|
72
|
+
"maxValue": 255,
|
|
73
|
+
"defaultValue": 176
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"metadata": {
|
|
77
|
+
"inclusion": "Triple click button",
|
|
78
|
+
"exclusion": "Triple click button",
|
|
79
|
+
"reset": "Triple click button, then click and hold for 5 seconds",
|
|
80
|
+
"manual": "https://download.schneider-electric.com/files?p_Doc_Ref=MTN507801_HW_2008_43_EN&p_enDocType=User+guide&p_File_Name=MTN507801_HW_2008_43_EN.pdf"
|
|
15
81
|
}
|
|
16
82
|
}
|
|
@@ -380,5 +380,9 @@
|
|
|
380
380
|
"#": "255",
|
|
381
381
|
"$import": "templates/aeotec_template.json#factory_reset"
|
|
382
382
|
}
|
|
383
|
-
]
|
|
383
|
+
],
|
|
384
|
+
"compat": {
|
|
385
|
+
// The root endpoint exposes a master binary switch and total energy consumption
|
|
386
|
+
"preserveRootApplicationCCValueIDs": true
|
|
387
|
+
}
|
|
384
388
|
}
|
|
@@ -646,8 +646,21 @@
|
|
|
646
646
|
"defaultValue": 1
|
|
647
647
|
}
|
|
648
648
|
],
|
|
649
|
-
"compat":
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
649
|
+
"compat": [
|
|
650
|
+
{
|
|
651
|
+
"$if": "firmwareVersion < 3.2",
|
|
652
|
+
// On older firmware versions, the device has a Multilevel sensor on endpoint 2
|
|
653
|
+
// which is not mirrored on the root endpoint. However, the endpoints are considered
|
|
654
|
+
// unnecessary, so endpoint 2 gets hidden along with the sensor.
|
|
655
|
+
"preserveEndpoints": [2],
|
|
656
|
+
"preserveRootApplicationCCValueIDs": true,
|
|
657
|
+
|
|
658
|
+
// The device is a Binary Sensor, but uses Basic Sets to report its status
|
|
659
|
+
"enableBasicSetMapping": true
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
// The device is a Binary Sensor, but uses Basic Sets to report its status
|
|
663
|
+
"enableBasicSetMapping": true
|
|
664
|
+
}
|
|
665
|
+
]
|
|
653
666
|
}
|