@zwave-js/config 12.5.0-beta.0 → 12.5.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/0x0060/st814.json +12 -6
- package/config/devices/0x0063/26931_zw4006.json +2 -3
- package/config/devices/0x0086/dsb09.json +0 -10
- package/config/devices/0x008a/energy_switch.json +4 -0
- package/config/devices/0x0109/zl7432.json +3 -0
- package/config/devices/0x010f/fgs213.json +4 -0
- package/config/devices/0x010f/fgss001.json +6 -1
- package/config/devices/0x015f/mh9-co2.json +1 -1
- package/config/devices/0x019a/11_04_21_22_28.json +4 -4
- package/config/devices/0x021d/db1.json +11 -0
- package/config/devices/0x027a/templates/zooz_template.json +10 -7
- package/config/devices/0x027a/zen05.json +2 -2
- package/config/devices/0x027a/zen14.json +6 -6
- package/config/devices/0x027a/zen16.json +25 -37
- package/config/devices/0x027a/zen17.json +42 -107
- package/config/devices/0x027a/zen30.json +4 -4
- package/config/devices/0x027a/zen32.json +2 -2
- package/config/devices/0x027a/zen71.json +2 -2
- package/config/devices/0x027a/zen72.json +2 -2
- package/config/devices/0x027a/zen73.json +2 -2
- package/config/devices/0x027a/zen74.json +2 -2
- package/config/devices/0x027a/zen76.json +2 -2
- package/config/devices/0x027a/zen77.json +2 -2
- package/config/devices/0x031e/lzw42.json +11 -0
- package/config/devices/0x0330/ves-zw-dim-001.json +1 -1
- package/config/devices/0x0330/ves-zw-mot-018.json +10 -0
- package/config/devices/0x0344/he-zw-therm-fl2.json +18 -1
- package/config/devices/0x0346/contact_sensor_gen2.json +5 -0
- package/config/devices/0x0346/glass_break_sensor.json +5 -0
- package/package.json +4 -4
- package/config/devices/0x010f/fgss-001.json +0 -17
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
{
|
|
30
30
|
"#": "1",
|
|
31
31
|
"label": "Dim Level Sent via Basic Set",
|
|
32
|
-
"description": "The dim level sent to a lamp module upon activation: (0) Off; (1)-(99) Dim Level",
|
|
33
32
|
"valueSize": 1,
|
|
34
33
|
"minValue": 0,
|
|
35
34
|
"maxValue": 99,
|
|
@@ -44,8 +43,9 @@
|
|
|
44
43
|
{
|
|
45
44
|
"#": "2",
|
|
46
45
|
"label": "Temperature Trigger ON Value",
|
|
47
|
-
"description": "Temperature level when a ON command is sent out.
|
|
46
|
+
"description": "Temperature level when a ON command is sent out. Allowable range -20..50, 99.",
|
|
48
47
|
"valueSize": 1,
|
|
48
|
+
"unit": "°C/F",
|
|
49
49
|
"minValue": -20,
|
|
50
50
|
"maxValue": 99,
|
|
51
51
|
"defaultValue": 99,
|
|
@@ -59,8 +59,9 @@
|
|
|
59
59
|
{
|
|
60
60
|
"#": "3",
|
|
61
61
|
"label": "Temperature Trigger OFF Value",
|
|
62
|
-
"description": "Temperature level when a OFF command is sent out.
|
|
62
|
+
"description": "Temperature level when a OFF command is sent out. Allowable range -20..50, 99.",
|
|
63
63
|
"valueSize": 1,
|
|
64
|
+
"unit": "°C/F",
|
|
64
65
|
"minValue": -20,
|
|
65
66
|
"maxValue": 99,
|
|
66
67
|
"defaultValue": 99,
|
|
@@ -74,8 +75,9 @@
|
|
|
74
75
|
{
|
|
75
76
|
"#": "4",
|
|
76
77
|
"label": "Humidity Trigger ON Value",
|
|
77
|
-
"description": "Humidity level when a ON command is sent out.
|
|
78
|
+
"description": "Humidity level when a ON command is sent out. Allowable range 20..90, 99.",
|
|
78
79
|
"valueSize": 1,
|
|
80
|
+
"unit": "%rH",
|
|
79
81
|
"minValue": 20,
|
|
80
82
|
"maxValue": 99,
|
|
81
83
|
"defaultValue": 99,
|
|
@@ -89,8 +91,9 @@
|
|
|
89
91
|
{
|
|
90
92
|
"#": "5",
|
|
91
93
|
"label": "Humidity Trigger OFF Value",
|
|
92
|
-
"description": "Humidity level when a OFF command is sent out.
|
|
94
|
+
"description": "Humidity level when a OFF command is sent out. Allowable range 20..90, 99.",
|
|
93
95
|
"valueSize": 1,
|
|
96
|
+
"unit": "%rH",
|
|
94
97
|
"minValue": 20,
|
|
95
98
|
"maxValue": 99,
|
|
96
99
|
"defaultValue": 99,
|
|
@@ -106,6 +109,7 @@
|
|
|
106
109
|
"label": "Auto Report Time",
|
|
107
110
|
"description": "Sets the time interval when a sensor report is sent",
|
|
108
111
|
"valueSize": 2,
|
|
112
|
+
"unit": "minutes",
|
|
109
113
|
"minValue": 0,
|
|
110
114
|
"maxValue": 1439,
|
|
111
115
|
"defaultValue": 0,
|
|
@@ -121,6 +125,7 @@
|
|
|
121
125
|
"label": "Auto Report Temperature",
|
|
122
126
|
"description": "Sets the temperature change causing a sensor report.",
|
|
123
127
|
"valueSize": 1,
|
|
128
|
+
"unit": "°C/F",
|
|
124
129
|
"minValue": 0,
|
|
125
130
|
"maxValue": 70,
|
|
126
131
|
"defaultValue": 0,
|
|
@@ -134,8 +139,9 @@
|
|
|
134
139
|
{
|
|
135
140
|
"#": "8",
|
|
136
141
|
"label": "Auto Report Humidity",
|
|
137
|
-
"description": "Sets the humidity change causing a sensor report.",
|
|
142
|
+
"description": "Sets the humidity change causing a sensor report. Allowable range: 0, 5..70.",
|
|
138
143
|
"valueSize": 1,
|
|
144
|
+
"unit": "%rH",
|
|
139
145
|
"minValue": 0,
|
|
140
146
|
"maxValue": 70,
|
|
141
147
|
"defaultValue": 0,
|
|
@@ -19,16 +19,6 @@
|
|
|
19
19
|
"label": "Lifeline",
|
|
20
20
|
"maxNodes": 5,
|
|
21
21
|
"isLifeline": true
|
|
22
|
-
},
|
|
23
|
-
"2": {
|
|
24
|
-
"label": "Group 2",
|
|
25
|
-
"maxNodes": 5,
|
|
26
|
-
"isLifeline": true
|
|
27
|
-
},
|
|
28
|
-
"3": {
|
|
29
|
-
"label": "Group 3",
|
|
30
|
-
"maxNodes": 5,
|
|
31
|
-
"isLifeline": true
|
|
32
22
|
}
|
|
33
23
|
},
|
|
34
24
|
"paramInformation": [
|
|
@@ -6,11 +6,16 @@
|
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x0c00",
|
|
9
|
-
"productId": "0x1000"
|
|
9
|
+
"productId": "0x1000",
|
|
10
|
+
"zwaveAllianceId": 1049
|
|
10
11
|
},
|
|
11
12
|
{
|
|
12
13
|
"productType": "0x0c00",
|
|
13
14
|
"productId": "0x3000"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"productType": "0x0c00",
|
|
18
|
+
"productId": "0x4000"
|
|
14
19
|
}
|
|
15
20
|
],
|
|
16
21
|
"firmwareVersion": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"#": "4",
|
|
32
|
-
"label": "Temperature
|
|
32
|
+
"label": "Temperature Reporting",
|
|
33
33
|
"valueSize": 1,
|
|
34
34
|
"minValue": 0,
|
|
35
35
|
"maxValue": 3,
|
|
36
|
-
"defaultValue":
|
|
36
|
+
"defaultValue": 0,
|
|
37
37
|
"options": [
|
|
38
38
|
{
|
|
39
39
|
"label": "Disable",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
{
|
|
66
66
|
"#": "7",
|
|
67
67
|
"label": "High Temperature Threshold",
|
|
68
|
-
"valueSize":
|
|
68
|
+
"valueSize": 1,
|
|
69
69
|
"unit": "°C",
|
|
70
70
|
"minValue": -20,
|
|
71
71
|
"maxValue": 80,
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
{
|
|
75
75
|
"#": "8",
|
|
76
76
|
"label": "Low Temperature Threshold",
|
|
77
|
-
"valueSize":
|
|
77
|
+
"valueSize": 1,
|
|
78
78
|
"unit": "°C",
|
|
79
79
|
"minValue": -20,
|
|
80
80
|
"maxValue": 60,
|
|
@@ -19,5 +19,16 @@
|
|
|
19
19
|
"exclusion": "-Follow the user guide of hub to enter exclusion mode.\n-Operate on lock following guide below:\n1.Enter master mode(refer to programming instruction)\n2.Input “8” to enter “function extension settings”\n3.Input “2” to log off a network",
|
|
20
20
|
"reset": "※Please use this procedure only when the network primary controller is missing or inoperable.\n-Operations on lock\n1.Open the door and keep the lock in \"unlock\" status\n2.Open battery box and find the reset button. \n3.Use a sharp thing to press and hold the reset button.\n4.Keep holding the reset button and remove a battery from battery box then replace it.\n5.Keep holding the reset button until hearing voice guide",
|
|
21
21
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3373/Alfred%20Z-Wave%20Plus%20System%20Integrators%20Guide(DB1)%20V1.2.pdf"
|
|
22
|
+
},
|
|
23
|
+
"compat": {
|
|
24
|
+
"commandClasses": {
|
|
25
|
+
"remove": {
|
|
26
|
+
// The device has a bug where it stays awake after receiving a Supervision Get command
|
|
27
|
+
// with "request updates" set to true, which quickly drains the battery.
|
|
28
|
+
"Supervision": {
|
|
29
|
+
"endpoints": "*"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
22
33
|
}
|
|
23
34
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
// Auto-On/Off-Timers for ZEN3x and ZEN7x
|
|
3
|
-
"
|
|
2
|
+
// Auto-On/Off-Timers for ZEN0x, ZEN1x (except ZEN15), ZEN3x and ZEN7x
|
|
3
|
+
"auto_timer_base_0x_1x_3x_7x_nounit": {
|
|
4
4
|
"valueSize": 4,
|
|
5
|
-
"unit": "minutes",
|
|
6
5
|
"minValue": 0,
|
|
7
6
|
"maxValue": 65535,
|
|
8
7
|
"defaultValue": 0,
|
|
@@ -14,13 +13,17 @@
|
|
|
14
13
|
}
|
|
15
14
|
]
|
|
16
15
|
},
|
|
17
|
-
"
|
|
16
|
+
"auto_timer_base_0x_1x_3x_7x": {
|
|
17
|
+
"$import": "#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
18
|
+
"unit": "minutes"
|
|
19
|
+
},
|
|
20
|
+
"auto_off_timer_0x_1x_3x_7x": {
|
|
18
21
|
"label": "Auto Turn-Off Timer",
|
|
19
|
-
"$import": "#
|
|
22
|
+
"$import": "#auto_timer_base_0x_1x_3x_7x"
|
|
20
23
|
},
|
|
21
|
-
"
|
|
24
|
+
"auto_on_timer_0x_1x_3x_7x": {
|
|
22
25
|
"label": "Auto Turn-On Timer",
|
|
23
|
-
"$import": "#
|
|
26
|
+
"$import": "#auto_timer_base_0x_1x_3x_7x"
|
|
24
27
|
},
|
|
25
28
|
|
|
26
29
|
// Auto-On/Off-Timers for ZEN5x with fixed time unit
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"#": "2",
|
|
45
|
-
"$import": "templates/zooz_template.json#
|
|
45
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"#": "4",
|
|
49
|
-
"$import": "templates/zooz_template.json#
|
|
49
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x"
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"#": "6",
|
|
@@ -36,22 +36,22 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "2",
|
|
39
|
-
"$import": "templates/zooz_template.json#
|
|
40
|
-
"label": "Auto Turn-Off Timer
|
|
39
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x",
|
|
40
|
+
"label": "Auto Turn-Off Timer (Outlet 1)"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"#": "3",
|
|
44
|
-
"$import": "templates/zooz_template.json#
|
|
45
|
-
"label": "Auto Turn-Off Timer
|
|
44
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x",
|
|
45
|
+
"label": "Auto Turn-Off Timer (Outlet 2)"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"#": "4",
|
|
49
|
-
"$import": "
|
|
49
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x",
|
|
50
50
|
"label": "Auto Turn-On Timer (Outlet 1)"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"#": "5",
|
|
54
|
-
"$import": "
|
|
54
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x",
|
|
55
55
|
"label": "Auto Turn-On Timer (Outlet 2)"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
@@ -126,17 +126,15 @@
|
|
|
126
126
|
{
|
|
127
127
|
"#": "6",
|
|
128
128
|
"$if": "firmwareVersion < 1.1",
|
|
129
|
-
"$import": "
|
|
130
|
-
"label": "Relay 1: Auto Turn-Off Timer"
|
|
131
|
-
"description": "Sets the time after which relay 1 turns off once it has been turned on.",
|
|
132
|
-
"unit": "minutes"
|
|
129
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x",
|
|
130
|
+
"label": "Relay 1: Auto Turn-Off Timer"
|
|
133
131
|
},
|
|
134
132
|
{
|
|
135
133
|
"#": "6",
|
|
136
134
|
"$if": "firmwareVersion >= 1.1",
|
|
137
|
-
"$import": "
|
|
135
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
138
136
|
"label": "Relay 1: Auto Turn-Off Timer",
|
|
139
|
-
"description": "
|
|
137
|
+
"description": "Unit defined in parameter 15."
|
|
140
138
|
},
|
|
141
139
|
{
|
|
142
140
|
"#": "15",
|
|
@@ -163,17 +161,15 @@
|
|
|
163
161
|
{
|
|
164
162
|
"#": "7",
|
|
165
163
|
"$if": "firmwareVersion < 1.1",
|
|
166
|
-
"$import": "
|
|
167
|
-
"label": "Relay 1: Auto Turn-On Timer"
|
|
168
|
-
"description": "Sets the time after which relay 1 turns on once it has been turned off.",
|
|
169
|
-
"unit": "minutes"
|
|
164
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x",
|
|
165
|
+
"label": "Relay 1: Auto Turn-On Timer"
|
|
170
166
|
},
|
|
171
167
|
{
|
|
172
168
|
"#": "7",
|
|
173
169
|
"$if": "firmwareVersion >= 1.1",
|
|
174
|
-
"$import": "
|
|
170
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
175
171
|
"label": "Relay 1: Auto Turn-On Timer",
|
|
176
|
-
"description": "
|
|
172
|
+
"description": "Unit defined in parameter 16."
|
|
177
173
|
},
|
|
178
174
|
{
|
|
179
175
|
"#": "16",
|
|
@@ -184,17 +180,15 @@
|
|
|
184
180
|
{
|
|
185
181
|
"#": "8",
|
|
186
182
|
"$if": "firmwareVersion < 1.1",
|
|
187
|
-
"$import": "
|
|
188
|
-
"label": "Relay 2: Auto Turn-Off Timer"
|
|
189
|
-
"description": "Sets the time after which relay 2 turns off once it has been turned on.",
|
|
190
|
-
"unit": "minutes"
|
|
183
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x",
|
|
184
|
+
"label": "Relay 2: Auto Turn-Off Timer"
|
|
191
185
|
},
|
|
192
186
|
{
|
|
193
187
|
"#": "8",
|
|
194
188
|
"$if": "firmwareVersion >= 1.1",
|
|
195
|
-
"$import": "
|
|
189
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
196
190
|
"label": "Relay 2: Auto Turn-Off Timer",
|
|
197
|
-
"description": "
|
|
191
|
+
"description": "Unit defined in parameter 17."
|
|
198
192
|
},
|
|
199
193
|
{
|
|
200
194
|
"#": "17",
|
|
@@ -205,17 +199,15 @@
|
|
|
205
199
|
{
|
|
206
200
|
"#": "9",
|
|
207
201
|
"$if": "firmwareVersion < 1.1",
|
|
208
|
-
"$import": "
|
|
209
|
-
"label": "Relay 2: Auto Turn-On Timer"
|
|
210
|
-
"description": "Sets the time after which relay 2 turns on once it has been turned off.",
|
|
211
|
-
"unit": "minutes"
|
|
202
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x",
|
|
203
|
+
"label": "Relay 2: Auto Turn-On Timer"
|
|
212
204
|
},
|
|
213
205
|
{
|
|
214
206
|
"#": "9",
|
|
215
207
|
"$if": "firmwareVersion >= 1.1",
|
|
216
|
-
"$import": "
|
|
208
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
217
209
|
"label": "Relay 2: Auto Turn-On Timer",
|
|
218
|
-
"description": "
|
|
210
|
+
"description": "Unit defined in parameter 18."
|
|
219
211
|
},
|
|
220
212
|
{
|
|
221
213
|
"#": "18",
|
|
@@ -226,17 +218,15 @@
|
|
|
226
218
|
{
|
|
227
219
|
"#": "10",
|
|
228
220
|
"$if": "firmwareVersion < 1.1",
|
|
229
|
-
"$import": "
|
|
230
|
-
"label": "Relay 3: Auto Turn-Off Timer"
|
|
231
|
-
"description": "Sets the time after which relay 3 turns off once it has been turned on.",
|
|
232
|
-
"unit": "minutes"
|
|
221
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x",
|
|
222
|
+
"label": "Relay 3: Auto Turn-Off Timer"
|
|
233
223
|
},
|
|
234
224
|
{
|
|
235
225
|
"#": "10",
|
|
236
226
|
"$if": "firmwareVersion >= 1.1",
|
|
237
|
-
"$import": "
|
|
227
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
238
228
|
"label": "Relay 3: Auto Turn-Off Timer",
|
|
239
|
-
"description": "
|
|
229
|
+
"description": "Unit defined in parameter 19."
|
|
240
230
|
},
|
|
241
231
|
{
|
|
242
232
|
"#": "19",
|
|
@@ -247,17 +237,15 @@
|
|
|
247
237
|
{
|
|
248
238
|
"#": "11",
|
|
249
239
|
"$if": "firmwareVersion < 1.1",
|
|
250
|
-
"$import": "
|
|
251
|
-
"label": "Relay 3: Auto Turn-On Timer"
|
|
252
|
-
"description": "Sets the time after which relay 3 turns on once it has been turned off.",
|
|
253
|
-
"unit": "minutes"
|
|
240
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x",
|
|
241
|
+
"label": "Relay 3: Auto Turn-On Timer"
|
|
254
242
|
},
|
|
255
243
|
{
|
|
256
244
|
"#": "11",
|
|
257
245
|
"$if": "firmwareVersion >= 1.1",
|
|
258
|
-
"$import": "
|
|
259
|
-
"label": "Relay
|
|
260
|
-
"description": "
|
|
246
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
247
|
+
"label": "Relay 2: Auto Turn-On Timer",
|
|
248
|
+
"description": "Unit defined in parameter 20."
|
|
261
249
|
},
|
|
262
250
|
{
|
|
263
251
|
"#": "20",
|
|
@@ -368,81 +368,14 @@
|
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
"#": "6",
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"valueSize": 4,
|
|
374
|
-
"minValue": 0,
|
|
375
|
-
"maxValue": 65535,
|
|
376
|
-
"defaultValue": 0
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"#": "7",
|
|
380
|
-
"label": "Auto Turn-On Timer (Relay 1)",
|
|
381
|
-
"description": "The time after relay 1 will automatically turn on, using the unit defined in parameter 16",
|
|
382
|
-
"valueSize": 4,
|
|
383
|
-
"minValue": 0,
|
|
384
|
-
"maxValue": 65535,
|
|
385
|
-
"defaultValue": 0
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"#": "8",
|
|
389
|
-
"label": "Auto Turn-Off Timer (Relay 2)",
|
|
390
|
-
"description": "The time after relay 2 will automatically turn off, using the unit defined in parameter 17",
|
|
391
|
-
"valueSize": 4,
|
|
392
|
-
"minValue": 0,
|
|
393
|
-
"maxValue": 65535,
|
|
394
|
-
"defaultValue": 0
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"#": "9",
|
|
398
|
-
"label": "Auto Turn-On Timer (Relay 2)",
|
|
399
|
-
"description": "The time after relay 2 will automatically turn on, using the unit defined in parameter 18",
|
|
400
|
-
"valueSize": 4,
|
|
401
|
-
"minValue": 0,
|
|
402
|
-
"maxValue": 65535,
|
|
403
|
-
"defaultValue": 0
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"#": "10",
|
|
407
|
-
"label": "Control Relay 1 with S1 Input",
|
|
408
|
-
"description": "If disabled and Parameter 2 is >= 4, a Z-Wave report will be sent but R1 will not be triggered",
|
|
409
|
-
"valueSize": 1,
|
|
410
|
-
"defaultValue": 1,
|
|
411
|
-
"allowManualEntry": false,
|
|
412
|
-
"options": [
|
|
413
|
-
{
|
|
414
|
-
"label": "Disable",
|
|
415
|
-
"value": 0
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"label": "Enable",
|
|
419
|
-
"value": 1
|
|
420
|
-
}
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
"#": "11",
|
|
425
|
-
"label": "Control Relay 2 with S2 Input",
|
|
426
|
-
"description": "If disabled and Parameter 3 is >= 4, a Z-Wave report will be sent but R2 will not be triggered",
|
|
427
|
-
"valueSize": 1,
|
|
428
|
-
"defaultValue": 1,
|
|
429
|
-
"allowManualEntry": false,
|
|
430
|
-
"options": [
|
|
431
|
-
{
|
|
432
|
-
"label": "Disable",
|
|
433
|
-
"value": 0
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"label": "Enable",
|
|
437
|
-
"value": 1
|
|
438
|
-
}
|
|
439
|
-
]
|
|
371
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
372
|
+
"label": "Relay 1: Auto Turn-Off Timer"
|
|
440
373
|
},
|
|
441
374
|
{
|
|
442
375
|
"#": "15",
|
|
443
|
-
"label": "Auto Turn-Off Timer Unit
|
|
376
|
+
"label": "Relay 1: Auto Turn-Off Timer Unit",
|
|
444
377
|
"valueSize": 1,
|
|
445
|
-
"defaultValue":
|
|
378
|
+
"defaultValue": 0,
|
|
446
379
|
"allowManualEntry": false,
|
|
447
380
|
"options": [
|
|
448
381
|
{
|
|
@@ -459,67 +392,69 @@
|
|
|
459
392
|
}
|
|
460
393
|
]
|
|
461
394
|
},
|
|
395
|
+
{
|
|
396
|
+
"#": "7",
|
|
397
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
398
|
+
"label": "Relay 1: Auto Turn-On Timer"
|
|
399
|
+
},
|
|
462
400
|
{
|
|
463
401
|
"#": "16",
|
|
464
|
-
"
|
|
465
|
-
"
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
"
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
"value": 0
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"label": "Seconds",
|
|
475
|
-
"value": 1
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"label": "Hours",
|
|
479
|
-
"value": 2
|
|
480
|
-
}
|
|
481
|
-
]
|
|
402
|
+
"$import": "#paramInformation/15",
|
|
403
|
+
"label": "Relay 1: Auto Turn-On Timer Unit"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"#": "8",
|
|
407
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
408
|
+
"label": "Relay 2: Auto Turn-Off Timer"
|
|
482
409
|
},
|
|
483
410
|
{
|
|
484
411
|
"#": "17",
|
|
485
|
-
"
|
|
486
|
-
"
|
|
412
|
+
"$import": "#paramInformation/15",
|
|
413
|
+
"label": "Relay 2: Auto Turn-Off Timer Unit"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"#": "9",
|
|
417
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x_nounit",
|
|
418
|
+
"label": "Relay 2: Auto Turn-On Timer"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"#": "18",
|
|
422
|
+
"$import": "#paramInformation/15",
|
|
423
|
+
"label": "Relay 2: Auto Turn-On Timer Unit"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"#": "10",
|
|
427
|
+
"label": "Control Relay 1 with S1 Input",
|
|
428
|
+
"description": "If disabled and Parameter 2 is >= 4, a Z-Wave report will be sent but R1 will not be triggered",
|
|
487
429
|
"valueSize": 1,
|
|
488
|
-
"defaultValue":
|
|
430
|
+
"defaultValue": 1,
|
|
489
431
|
"allowManualEntry": false,
|
|
490
432
|
"options": [
|
|
491
433
|
{
|
|
492
|
-
"label": "
|
|
434
|
+
"label": "Disable",
|
|
493
435
|
"value": 0
|
|
494
436
|
},
|
|
495
437
|
{
|
|
496
|
-
"label": "
|
|
438
|
+
"label": "Enable",
|
|
497
439
|
"value": 1
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"label": "Hours",
|
|
501
|
-
"value": 2
|
|
502
440
|
}
|
|
503
441
|
]
|
|
504
442
|
},
|
|
505
443
|
{
|
|
506
|
-
"#": "
|
|
507
|
-
"label": "
|
|
444
|
+
"#": "11",
|
|
445
|
+
"label": "Control Relay 2 with S2 Input",
|
|
446
|
+
"description": "If disabled and Parameter 3 is >= 4, a Z-Wave report will be sent but R2 will not be triggered",
|
|
508
447
|
"valueSize": 1,
|
|
509
|
-
"defaultValue":
|
|
448
|
+
"defaultValue": 1,
|
|
510
449
|
"allowManualEntry": false,
|
|
511
450
|
"options": [
|
|
512
451
|
{
|
|
513
|
-
"label": "
|
|
452
|
+
"label": "Disable",
|
|
514
453
|
"value": 0
|
|
515
454
|
},
|
|
516
455
|
{
|
|
517
|
-
"label": "
|
|
456
|
+
"label": "Enable",
|
|
518
457
|
"value": 1
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"label": "Hours",
|
|
522
|
-
"value": 2
|
|
523
458
|
}
|
|
524
459
|
]
|
|
525
460
|
},
|
|
@@ -69,22 +69,22 @@
|
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"#": "8",
|
|
72
|
-
"$import": "templates/zooz_template.json#
|
|
72
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x",
|
|
73
73
|
"label": "Auto Turn-Off Timer for Dimmer"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"#": "9",
|
|
77
|
-
"$import": "templates/zooz_template.json#
|
|
77
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x",
|
|
78
78
|
"label": "Auto Turn-On Timer for Dimmer"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"#": "10",
|
|
82
|
-
"$import": "templates/zooz_template.json#
|
|
82
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x",
|
|
83
83
|
"label": "Auto Turn-Off Timer for Relay"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"#": "11",
|
|
87
|
-
"$import": "templates/zooz_template.json#
|
|
87
|
+
"$import": "templates/zooz_template.json#auto_timer_base_0x_1x_3x_7x",
|
|
88
88
|
"label": "Auto Turn-On Timer for Relay"
|
|
89
89
|
},
|
|
90
90
|
{
|
|
@@ -200,12 +200,12 @@
|
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
202
|
"#": "16",
|
|
203
|
-
"$import": "templates/zooz_template.json#
|
|
203
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x",
|
|
204
204
|
"label": "Auto-Off Timer (Relay)"
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
"#": "17",
|
|
208
|
-
"$import": "templates/zooz_template.json#
|
|
208
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x",
|
|
209
209
|
"label": "Auto-On Timer (Relay)"
|
|
210
210
|
},
|
|
211
211
|
{
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"#": "3",
|
|
56
|
-
"$import": "templates/zooz_template.json#
|
|
56
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"#": "5",
|
|
60
|
-
"$import": "templates/zooz_template.json#
|
|
60
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"#": "7[0x01]",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"#": "3",
|
|
77
|
-
"$import": "templates/zooz_template.json#
|
|
77
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
"#": "5",
|
|
81
|
-
"$import": "templates/zooz_template.json#
|
|
81
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
"#": "7[0x01]",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "3",
|
|
39
|
-
"$import": "templates/zooz_template.json#
|
|
39
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"#": "5",
|
|
43
|
-
"$import": "templates/zooz_template.json#
|
|
43
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"#": "8",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "3",
|
|
39
|
-
"$import": "templates/zooz_template.json#
|
|
39
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"#": "5",
|
|
43
|
-
"$import": "templates/zooz_template.json#
|
|
43
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"#": "8",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"#": "3",
|
|
60
|
-
"$import": "templates/zooz_template.json#
|
|
60
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"#": "5",
|
|
64
|
-
"$import": "templates/zooz_template.json#
|
|
64
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"#": "7[0x01]",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"#": "3",
|
|
75
|
-
"$import": "templates/zooz_template.json#
|
|
75
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"#": "5",
|
|
79
|
-
"$import": "templates/zooz_template.json#
|
|
79
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"#": "7[0x01]",
|
|
@@ -66,5 +66,16 @@
|
|
|
66
66
|
"exclusion": "Put your hub in exclusion mode and turn the power to the bulb on. Your bulb will blink twice (2x) indicating it's in exclusion mode. When exclusion is successful, it will blink one more time (1x) to confirm. Your hub should say that the device is excluded.",
|
|
67
67
|
"reset": "You may power on/off the bulb 6x (between 0.5-2 seconds each time) or use a certified controller to remove the device from your network to factory default. Only use this procedure in the event that the network primary controller is missing or otherwise inoperable. Your bulb will flash twice to confirm factory reset.",
|
|
68
68
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3613/LZW42%20Manual.pdf"
|
|
69
|
+
},
|
|
70
|
+
"compat": {
|
|
71
|
+
// The device supports Color Switch V2, despite only reporting support for V1
|
|
72
|
+
"commandClasses": {
|
|
73
|
+
"add": {
|
|
74
|
+
"Color Switch": {
|
|
75
|
+
"isSupported": true,
|
|
76
|
+
"version": 2
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
69
80
|
}
|
|
70
81
|
}
|
|
@@ -223,6 +223,16 @@
|
|
|
223
223
|
]
|
|
224
224
|
}
|
|
225
225
|
],
|
|
226
|
+
"compat": {
|
|
227
|
+
"commandClasses": {
|
|
228
|
+
"remove": {
|
|
229
|
+
// The device probably has a bugged Window Covering CC implementation
|
|
230
|
+
"0x6a": {
|
|
231
|
+
"endpoints": "*"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
226
236
|
"metadata": {
|
|
227
237
|
"inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Either power cycle the product, or triple press the action button.\n Step 3. The connected light will stay on solid for 3 seconds to indicate successful inclusion.",
|
|
228
238
|
"exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
|
|
@@ -629,5 +629,22 @@
|
|
|
629
629
|
"maxValue": 370,
|
|
630
630
|
"defaultValue": 180
|
|
631
631
|
}
|
|
632
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"compat": {
|
|
634
|
+
"overrideQueries": {
|
|
635
|
+
// The response to the supported scales query is off by one bit: https://github.com/zwave-js/node-zwave-js/issues/6680
|
|
636
|
+
"Multilevel Sensor": [
|
|
637
|
+
{
|
|
638
|
+
"method": "getSupportedScales",
|
|
639
|
+
"matchArgs": [3], // Illuminance
|
|
640
|
+
"result": [
|
|
641
|
+
1 // Lux
|
|
642
|
+
],
|
|
643
|
+
"persistValues": {
|
|
644
|
+
"supportedScales(3)": [1]
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
]
|
|
648
|
+
}
|
|
649
|
+
}
|
|
633
650
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "12.5.0
|
|
3
|
+
"version": "12.5.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@zwave-js/core": "12.5.0
|
|
59
|
-
"@zwave-js/shared": "12.
|
|
58
|
+
"@zwave-js/core": "12.5.0",
|
|
59
|
+
"@zwave-js/shared": "12.5.0",
|
|
60
60
|
"alcalzone-shared": "^4.0.8",
|
|
61
61
|
"ansi-colors": "^4.1.3",
|
|
62
62
|
"fs-extra": "^11.1.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@types/sinon": "^10.0.16",
|
|
77
77
|
"@types/xml2js": "^0.4.12",
|
|
78
78
|
"@types/yargs": "^17.0.24",
|
|
79
|
-
"@zwave-js/maintenance": "12.5.0
|
|
79
|
+
"@zwave-js/maintenance": "12.5.0",
|
|
80
80
|
"ava": "^5.3.1",
|
|
81
81
|
"comment-json": "^4.2.3",
|
|
82
82
|
"del-cli": "^5.1.0",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manufacturer": "Fibargroup",
|
|
3
|
-
"manufacturerId": "0x010f",
|
|
4
|
-
"label": "Smoke Sensor",
|
|
5
|
-
"description": "Fibaro Smoke Sensor",
|
|
6
|
-
"devices": [
|
|
7
|
-
{
|
|
8
|
-
"productType": "0x0000",
|
|
9
|
-
"productId": "0x1000",
|
|
10
|
-
"zwaveAllianceId": 1049
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"firmwareVersion": {
|
|
14
|
-
"min": "0.0",
|
|
15
|
-
"max": "255.255"
|
|
16
|
-
}
|
|
17
|
-
}
|