@zwave-js/config 14.3.9 → 14.3.12
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/build/cjs/_version.d.ts +1 -1
- package/build/cjs/_version.js +1 -1
- package/build/cjs/_version.js.map +1 -1
- package/build/esm/_version.d.ts +1 -1
- package/build/esm/_version.d.ts.map +1 -1
- package/build/esm/_version.js +1 -1
- package/build/esm/_version.js.map +1 -1
- package/config/devices/0x0063/76596_ZWN4015.json +80 -0
- package/config/devices/0x0118/tz88.json +79 -9
- package/config/devices/0x011f/schlage_pir_sensor.json +17 -3
- package/config/devices/0x0129/yrl210.json +4 -0
- package/config/devices/0x026e/crzb.json +26 -0
- package/config/devices/0x027a/templates/zooz_template.json +5 -0
- package/config/devices/0x027a/zen04.json +76 -12
- package/config/devices/0x027a/zen15.json +149 -52
- package/config/devices/0x027a/zen17.json +15 -2
- package/config/devices/0x027a/zen20.json +74 -8
- package/config/devices/0x027a/zen30.json +7 -0
- package/config/devices/0x027a/zen32.json +8 -0
- package/config/devices/0x027a/zen72.json +13 -1
- package/config/devices/0x027a/zen74.json +6 -6
- package/config/devices/0x027a/zse44.json +70 -13
- package/config/devices/0x0312/n4002.json +29 -52
- package/config/devices/0x0438/4512744.json +3 -1
- package/config/devices/0x0438/4512745.json +3 -1
- package/config/devices/0x043d/pgd728f_zpu.json +40 -0
- package/config/devices/0x0460/qndw-002C.json +60 -0
- package/config/devices/0x0460/qnpl-0A112.json +85 -0
- package/config/devices/0x0460/qpdm-0A1P01.json +129 -0
- package/config/devices/0x0460/qpdm-0A2P01.json +223 -0
- package/config/devices/0x0460/templates/wave_template.json +106 -5
- package/config/devices/0x046a/WB04V.json +348 -0
- package/config/devices/0x046a/WM25L.json +245 -0
- package/package.json +1 -1
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Shelly Europe Ltd.",
|
|
3
|
+
"manufacturerId": "0x0460",
|
|
4
|
+
"label": "QPDM-0A2P01",
|
|
5
|
+
"description": "Shelly Wave PRO Dimmer 2PM",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0001",
|
|
9
|
+
"productId": "0x0082"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
20
|
+
"label": "SW1 Switch Type",
|
|
21
|
+
"defaultValue": 0
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"#": "2",
|
|
25
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
26
|
+
"label": "SW2 Switch Type",
|
|
27
|
+
"defaultValue": 0
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"#": "3",
|
|
31
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
32
|
+
"label": "SW3 Switch Type",
|
|
33
|
+
"defaultValue": 0
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"#": "4",
|
|
37
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
38
|
+
"label": "SW4 Switch Type",
|
|
39
|
+
"defaultValue": 0
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "131",
|
|
43
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
44
|
+
"label": "Dual Button Mode SW1 & SW2",
|
|
45
|
+
"description": "Valid only for Momentary switch type"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"#": "132",
|
|
49
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
50
|
+
"label": "Dual Button Mode SW3 & SW4",
|
|
51
|
+
"description": "Valid only for Momentary switch type"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "7",
|
|
55
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
56
|
+
"label": "Detach O1 Output"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"#": "8",
|
|
60
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
61
|
+
"label": "Detach O2 Output"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"#": "9",
|
|
65
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
66
|
+
"label": "Detach O3 Output"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"#": "10",
|
|
70
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
71
|
+
"label": "Detach O4 Otput"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"#": "17",
|
|
75
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
|
|
76
|
+
"label": "O1: State After Power Failure"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"#": "18",
|
|
80
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
|
|
81
|
+
"label": "O2: State After Power Failure"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"#": "19",
|
|
85
|
+
"$import": "templates/wave_template.json#auto_off_timer",
|
|
86
|
+
"label": "O1: Auto-Off Timer"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"#": "20",
|
|
90
|
+
"$import": "templates/wave_template.json#auto_on_timer",
|
|
91
|
+
"label": "O1: Auto-On Timer"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"#": "25",
|
|
95
|
+
"$import": "templates/wave_template.json#timer_unit",
|
|
96
|
+
"label": "O1: Auto-On/Off Timer Unit"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"#": "21",
|
|
100
|
+
"$import": "templates/wave_template.json#auto_off_timer",
|
|
101
|
+
"label": "O2: Auto-Off Timer"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"#": "22",
|
|
105
|
+
"$import": "templates/wave_template.json#auto_on_timer",
|
|
106
|
+
"label": "O2: Auto-On Timer"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"#": "26",
|
|
110
|
+
"$import": "templates/wave_template.json#timer_unit",
|
|
111
|
+
"label": "O2: Auto-On/Off Timer Unit"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"#": "36",
|
|
115
|
+
"$import": "templates/wave_template.json#power_change_report_treshold",
|
|
116
|
+
"label": "O1: Power Change Report Threshold"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"#": "37",
|
|
120
|
+
"$import": "templates/wave_template.json#power_change_report_treshold",
|
|
121
|
+
"label": "O2: Power Change Report Threshold"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"#": "39",
|
|
125
|
+
"$import": "templates/wave_template.json#min_time_between_reports",
|
|
126
|
+
"label": "O1: Minimum Time Between Power Reports"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"#": "40",
|
|
130
|
+
"$import": "templates/wave_template.json#min_time_between_reports",
|
|
131
|
+
"label": "O2: Minimum Time Between Power Reports"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"#": "78",
|
|
135
|
+
"$import": "templates/wave_template.json#force_calibration",
|
|
136
|
+
"label": "Force Calibration O1"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"#": "89",
|
|
140
|
+
"$import": "templates/wave_template.json#force_calibration",
|
|
141
|
+
"label": "Force Calibration O2"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"#": "121",
|
|
145
|
+
"$import": "templates/wave_template.json#max_dimming_value",
|
|
146
|
+
"label": "O1: Maximum Dim Level"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"#": "122",
|
|
150
|
+
"$import": "templates/wave_template.json#max_dimming_value",
|
|
151
|
+
"label": "O2: Maximum Dim Level"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"#": "123",
|
|
155
|
+
"$import": "templates/wave_template.json#min_dimming_value",
|
|
156
|
+
"label": "O1: Minimum Dim Level"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"#": "124",
|
|
160
|
+
"$import": "templates/wave_template.json#min_dimming_value",
|
|
161
|
+
"label": "O2: Minimum Dim Level"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"#": "125",
|
|
165
|
+
"$import": "templates/wave_template.json#dimming_time",
|
|
166
|
+
"label": "O1: Dimming Time (Short Press)"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"#": "126",
|
|
170
|
+
"$import": "templates/wave_template.json#dimming_time",
|
|
171
|
+
"label": "O2: Dimming Time (Short Press)"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"#": "127",
|
|
175
|
+
"$import": "templates/wave_template.json#fade_rate",
|
|
176
|
+
"label": "O1: Fade Rate (Long Press)"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"#": "128",
|
|
180
|
+
"$import": "templates/wave_template.json#fade_rate",
|
|
181
|
+
"label": "O2: Fade Rate (Long Press)"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"#": "129",
|
|
185
|
+
"$import": "~/templates/master_template.json#base_1-99_nounit",
|
|
186
|
+
"label": "O1: Minimum Turn-On Brightness",
|
|
187
|
+
"defaultValue": 15
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"#": "130",
|
|
191
|
+
"$import": "~/templates/master_template.json#base_1-99_nounit",
|
|
192
|
+
"label": "O2: Minimum Turn-On Brightness",
|
|
193
|
+
"defaultValue": 15
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"#": "117",
|
|
197
|
+
"$import": "templates/wave_template.json#remote_reboot",
|
|
198
|
+
"label": "Remote Reboot"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"#": "120",
|
|
202
|
+
"$import": "templates/wave_template.json#factory_reset"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"#": "201",
|
|
206
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
207
|
+
"label": "Serial Number: Part 1"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"#": "202",
|
|
211
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
212
|
+
"label": "Serial Number: Part 2"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"#": "203",
|
|
216
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
217
|
+
"label": "Serial Number: Part 3"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"metadata": {
|
|
221
|
+
"$import": "templates/wave_template.json#default_metadata"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
@@ -56,14 +56,26 @@
|
|
|
56
56
|
"valueSize": 2,
|
|
57
57
|
"minValue": 0,
|
|
58
58
|
"maxValue": 32535,
|
|
59
|
-
"defaultValue": 0
|
|
59
|
+
"defaultValue": 0,
|
|
60
|
+
"options": [
|
|
61
|
+
{
|
|
62
|
+
"label": "Disable",
|
|
63
|
+
"value": 0
|
|
64
|
+
}
|
|
65
|
+
]
|
|
60
66
|
},
|
|
61
67
|
"auto_on_timer": {
|
|
62
68
|
"description": "The timer resets to zero each time the device receives an OFF command",
|
|
63
69
|
"valueSize": 2,
|
|
64
70
|
"minValue": 0,
|
|
65
71
|
"maxValue": 32535,
|
|
66
|
-
"defaultValue": 0
|
|
72
|
+
"defaultValue": 0,
|
|
73
|
+
"options": [
|
|
74
|
+
{
|
|
75
|
+
"label": "Disable",
|
|
76
|
+
"value": 0
|
|
77
|
+
}
|
|
78
|
+
]
|
|
67
79
|
},
|
|
68
80
|
"timer_unit": {
|
|
69
81
|
"valueSize": 1,
|
|
@@ -100,14 +112,26 @@
|
|
|
100
112
|
"unit": "%",
|
|
101
113
|
"minValue": 0,
|
|
102
114
|
"maxValue": 100,
|
|
103
|
-
"defaultValue": 50
|
|
115
|
+
"defaultValue": 50,
|
|
116
|
+
"options": [
|
|
117
|
+
{
|
|
118
|
+
"label": "Disable",
|
|
119
|
+
"value": 0
|
|
120
|
+
}
|
|
121
|
+
]
|
|
104
122
|
},
|
|
105
123
|
"min_time_between_reports": {
|
|
106
124
|
"valueSize": 1,
|
|
107
125
|
"unit": "seconds",
|
|
108
126
|
"minValue": 0,
|
|
109
127
|
"maxValue": 120,
|
|
110
|
-
"defaultValue": 30
|
|
128
|
+
"defaultValue": 30,
|
|
129
|
+
"options": [
|
|
130
|
+
{
|
|
131
|
+
"label": "Disable",
|
|
132
|
+
"value": 0
|
|
133
|
+
}
|
|
134
|
+
]
|
|
111
135
|
},
|
|
112
136
|
"alarm_configuration": {
|
|
113
137
|
"valueSize": 4,
|
|
@@ -164,7 +188,7 @@
|
|
|
164
188
|
},
|
|
165
189
|
{
|
|
166
190
|
"label": "Factory reset",
|
|
167
|
-
"value":
|
|
191
|
+
"value": 1
|
|
168
192
|
}
|
|
169
193
|
]
|
|
170
194
|
},
|
|
@@ -174,6 +198,83 @@
|
|
|
174
198
|
"maxValue": 2147483647,
|
|
175
199
|
"readOnly": true
|
|
176
200
|
},
|
|
201
|
+
"min_dimming_value": {
|
|
202
|
+
"label": "Minimum Dim Level",
|
|
203
|
+
"valueSize": 1,
|
|
204
|
+
"minValue": 1,
|
|
205
|
+
"maxValue": 98,
|
|
206
|
+
"defaultValue": 15
|
|
207
|
+
},
|
|
208
|
+
"max_dimming_value": {
|
|
209
|
+
"label": "Maximum Dim Level",
|
|
210
|
+
"valueSize": 1,
|
|
211
|
+
"minValue": 1,
|
|
212
|
+
"maxValue": 99,
|
|
213
|
+
"defaultValue": 99
|
|
214
|
+
},
|
|
215
|
+
"dimming_time": {
|
|
216
|
+
"label": "Dimming Time (Short Press)",
|
|
217
|
+
"valueSize": 1,
|
|
218
|
+
"unit": "seconds",
|
|
219
|
+
"minValue": 1,
|
|
220
|
+
"maxValue": 10,
|
|
221
|
+
"defaultValue": 3
|
|
222
|
+
},
|
|
223
|
+
"fade_rate": {
|
|
224
|
+
"label": "Fade Rate (Long Press)",
|
|
225
|
+
"valueSize": 1,
|
|
226
|
+
"defaultValue": 2,
|
|
227
|
+
"allowManualEntry": false,
|
|
228
|
+
"options": [
|
|
229
|
+
{
|
|
230
|
+
"label": "Non Dimmable Load",
|
|
231
|
+
"value": 0
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"label": "5% / sec",
|
|
235
|
+
"value": 1
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"label": "7% / sec",
|
|
239
|
+
"value": 2
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"label": "10% / sec",
|
|
243
|
+
"value": 3
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"label": "15% / sec",
|
|
247
|
+
"value": 4
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"label": "20% / sec",
|
|
251
|
+
"value": 5
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
"force_calibration": {
|
|
256
|
+
"valueSize": 1,
|
|
257
|
+
"defaultValue": 1,
|
|
258
|
+
"allowManualEntry": false,
|
|
259
|
+
"options": [
|
|
260
|
+
{
|
|
261
|
+
"label": "Start Calibration",
|
|
262
|
+
"value": 1
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"label": "Device Calibrated (read only)",
|
|
266
|
+
"value": 2
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"label": "Device not Calibrated (read only)",
|
|
270
|
+
"value": 3
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"label": "Calibration error (read only)",
|
|
274
|
+
"value": 4
|
|
275
|
+
}
|
|
276
|
+
]
|
|
277
|
+
},
|
|
177
278
|
"default_metadata": {
|
|
178
279
|
"inclusion": "6.1 Adding the Device to a Z-Wave™ network (inclusion)\nNote! All Device outputs (O, O1, O2, etc. - depending on the Device type) will turn the load 1s on/1s off /1s on/1s off if the Device is successfully added to/removed from a Z-Wave™ network.\n\n6.1.1 SmartStart adding (inclusion)\nSmartStart enabled products can be added into a Z-Wave™ network by scanning the Z-Wave™ QR Code present on the Device with a gateway providing SmartStart inclusion. No further action is required, and the SmartStart device will be added automatically within 10 minutes of being switched on in the network vicinity.\n1. With the gateway application scan the QR code on the Device label and add the Security 2 (S2) Device Specific Key (DSK) to the provisioning list in the gateway.\n2. Connect the Device to a power supply.\n3. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n4. Adding will be initiated automatically within a few seconds after connecting the Device to a power supply, and the Device will be added to a Z-Wave™ network automatically.\n5. The blue LED will be blinking in Mode 2 during the adding process.\n6. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\n\n6.1.2 Adding (inclusion) with a switch/push-button\n1. Connect the Device to a power supply.\n2. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2, etc.) 3 times within 3 seconds (this procedure puts the Device in Learn mode*). The Device must receive on/off signal 3 times, which means pressing the momentary switch 3 times, or toggling the switch on and off 3 times.\n5. The blue LED will be blinking in Mode 2 during the adding process.\n6. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\n*Learn mode - a state that allows the Device to receive network information from the gateway.\n\n6.1.3 Adding (inclusion) with the S button\n1. Connect the Device to a power supply.\n2. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n5. Quickly release and then press and hold (> 2s) the S button on the Device until the blue LED starts blinking in Mode 3. Releasing the S button will start the Learn mode.\n6. The blue LED will be blinking in Mode 2 during the adding process.\n7. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\nNote! In Setting mode, the Device has a timeout of 10s before entering again into Normal mode",
|
|
179
280
|
"exclusion": "Removing the Device from a Z-Wave™ network (exclusion)\nNote! The Device will be removed from your Z-wave™ network, but any custom configuration parameters will not be erased.\nNote! All Device outputs (O, O1, O2, etc. - depending on the Device type) will turn the load 1s on/1s off /1s on/1s off if the Device is successfully added to/removed from a Z-Wave™ network.\n\n6.2.1 Removing (exclusion) with a switch/push-button\n1. Connect the Device to a power supply.\n2. Check if the green LED is blinking in Mode 1. If so, the Device is added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2,…) 3 times within 3 seconds (this procedure puts the Device in Learn mode). The Device must receive on/off signal 3 times, which means pressing the momentary switch 3 times, or toggling the switch on and off 3 times.\n5. The blue LED will be blinking in Mode 2 during the removing process.\n6. The blue LED will be blinking in Mode 1 if the Device is successfully removed from a Z-Wave™ network.\n\n6.2.2 Removing (exclusion) with the S button\n1. Connect the Device to a power supply.\n2. Check if the green LED is blinking in Mode 1. If so, the Device is added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n5. Quickly release and then press and hold (> 2s) the S button on the Device until the blue LED starts blinking in Mode 3. Releasing the S button will start the Learn mode.\n6. The blue LED will be blinking in Mode 2 during the removing process.\n7. The blue LED will be blinking in Mode 1 if the Device is successfully removed from a Z-Wave™ network.\nNote! In Setting mode, the Device has a timeout of 10s before entering again into Normal mode",
|