@zwave-js/config 12.5.0 → 12.5.2
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/Notifications.d.ts +1 -0
- package/build/Notifications.d.ts.map +1 -1
- package/build/Notifications.js +18 -0
- package/build/Notifications.js.map +1 -1
- package/config/.dprint.jsonc +1 -1
- package/config/devices/0x0063/14297_zw1002.json +16 -0
- package/config/devices/0x013c/nsg-ab-02.json +101 -0
- package/config/devices/0x019b/leakage-stopper.json +297 -0
- package/config/devices/0x019b/templates/heatit_template.json +21 -0
- package/config/devices/0x0346/ring_smoke_co_listener.json +70 -0
- package/config/devices/0x045a/Z-TRV-V01.json +155 -0
- package/config/devices/0x0460/qmem-0A1PC16.json +50 -0
- package/config/devices/0x0460/qmsw-0A1P8.json +101 -0
- package/config/devices/0x0460/qmsw-0A1X8.json +91 -0
- package/config/devices/0x0460/qnpl-001X12.json +101 -0
- package/config/devices/0x0460/qnpl-001X16.json +101 -0
- package/config/devices/0x0460/qnsh-001P10.json +5 -47
- package/config/devices/0x0460/qnsn-0A24X.json +66 -0
- package/config/devices/0x0460/qnsn-0D24X.json +66 -0
- package/config/devices/0x0460/qnsw-001P16.json +35 -186
- package/config/devices/0x0460/qnsw-001X16.json +29 -173
- package/config/devices/0x0460/qnsw-002P16.json +52 -286
- package/config/devices/0x0460/qpsw-0A1P16.json +105 -0
- package/config/devices/0x0460/qpsw-0A1X16.json +96 -0
- package/config/devices/0x0460/qpsw-0A2P16.json +148 -0
- package/config/devices/0x0460/qpsw-0A2X16.json +128 -0
- package/config/devices/0x0460/templates/wave_template.json +168 -0
- package/config/notifications.json +18 -6
- package/package.json +3 -3
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Shelly Europe Ltd.",
|
|
3
|
+
"manufacturerId": "0x0460",
|
|
4
|
+
"label": "QNSN-0A24X",
|
|
5
|
+
"description": "Wave I4",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0009",
|
|
9
|
+
"productId": "0x0081",
|
|
10
|
+
"zwaveAllianceId": 5008
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "1",
|
|
20
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
21
|
+
"label": "SW1 Switch Type"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"#": "2",
|
|
25
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
26
|
+
"label": "SW2 Switch Type"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"#": "3",
|
|
30
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
31
|
+
"label": "SW3 Switch Type"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "4",
|
|
35
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
36
|
+
"label": "SW4 Switch Type"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"#": "105",
|
|
40
|
+
"$import": "templates/wave_template.json#led_intensity",
|
|
41
|
+
"label": "Signal LED Intensity"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "120",
|
|
45
|
+
"$import": "templates/wave_template.json#factory_reset"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"#": "201",
|
|
49
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
50
|
+
"label": "Serial Number: Part 1"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "202",
|
|
54
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
55
|
+
"label": "Serial Number: Part 2"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"#": "203",
|
|
59
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
60
|
+
"label": "Serial Number: Part 3"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"metadata": {
|
|
64
|
+
"$import": "templates/wave_template.json#default_metadata"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Shelly Europe Ltd.",
|
|
3
|
+
"manufacturerId": "0x0460",
|
|
4
|
+
"label": "QNSN-0D24X",
|
|
5
|
+
"description": "Wave I4 DC",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0009",
|
|
9
|
+
"productId": "0x0082",
|
|
10
|
+
"zwaveAllianceId": 5009
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "1",
|
|
20
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
21
|
+
"label": "SW1 Switch Type"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"#": "2",
|
|
25
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
26
|
+
"label": "SW2 Switch Type"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"#": "3",
|
|
30
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
31
|
+
"label": "SW3 Switch Type"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "4",
|
|
35
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
36
|
+
"label": "SW4 Switch Type"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"#": "105",
|
|
40
|
+
"$import": "templates/wave_template.json#led_intensity",
|
|
41
|
+
"label": "Signal LED Intensity"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "120",
|
|
45
|
+
"$import": "templates/wave_template.json#factory_reset"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"#": "201",
|
|
49
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
50
|
+
"label": "Serial Number: Part 1"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "202",
|
|
54
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
55
|
+
"label": "Serial Number: Part 2"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"#": "203",
|
|
59
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
60
|
+
"label": "Serial Number: Part 3"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"metadata": {
|
|
64
|
+
"$import": "templates/wave_template.json#default_metadata"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"manufacturer": "Shelly",
|
|
2
|
+
"manufacturer": "Shelly Europe Ltd.",
|
|
3
3
|
"manufacturerId": "0x0460",
|
|
4
4
|
"label": "QNSW-001P16",
|
|
5
5
|
"description": "Wave 1PM",
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x0002",
|
|
9
|
-
"productId": "0x0084"
|
|
9
|
+
"productId": "0x0084",
|
|
10
|
+
"zwaveAllianceId": [4961, 5021, 5019]
|
|
10
11
|
}
|
|
11
12
|
],
|
|
12
13
|
"firmwareVersion": {
|
|
@@ -31,24 +32,8 @@
|
|
|
31
32
|
"paramInformation": [
|
|
32
33
|
{
|
|
33
34
|
"#": "1",
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"defaultValue": 2,
|
|
37
|
-
"allowManualEntry": false,
|
|
38
|
-
"options": [
|
|
39
|
-
{
|
|
40
|
-
"label": "Momentary switch",
|
|
41
|
-
"value": 0
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"label": "Toggle switch (Follow switch)",
|
|
45
|
-
"value": 1
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"label": "Toggle switch (Change on toggle)",
|
|
49
|
-
"value": 2
|
|
50
|
-
}
|
|
51
|
-
]
|
|
35
|
+
"$import": "templates/wave_template.json#switch_type",
|
|
36
|
+
"label": "SW1 Switch Type"
|
|
52
37
|
},
|
|
53
38
|
{
|
|
54
39
|
"#": "17",
|
|
@@ -57,211 +42,75 @@
|
|
|
57
42
|
},
|
|
58
43
|
{
|
|
59
44
|
"#": "19",
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"valueSize": 2,
|
|
63
|
-
"minValue": 0,
|
|
64
|
-
"maxValue": 32535,
|
|
65
|
-
"defaultValue": 0
|
|
45
|
+
"$import": "templates/wave_template.json#auto_off_timer",
|
|
46
|
+
"label": "O1: Auto-Off Timer"
|
|
66
47
|
},
|
|
67
48
|
{
|
|
68
49
|
"#": "20",
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"valueSize": 2,
|
|
72
|
-
"minValue": 0,
|
|
73
|
-
"maxValue": 32535,
|
|
74
|
-
"defaultValue": 0
|
|
50
|
+
"$import": "templates/wave_template.json#auto_on_timer",
|
|
51
|
+
"label": "O1: Auto-On Timer"
|
|
75
52
|
},
|
|
76
53
|
{
|
|
77
|
-
"#": "
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"defaultValue": 0,
|
|
81
|
-
"allowManualEntry": false,
|
|
82
|
-
"options": [
|
|
83
|
-
{
|
|
84
|
-
"label": "NO: Normally open",
|
|
85
|
-
"value": 0
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"label": "NC: Normally closed",
|
|
89
|
-
"value": 1
|
|
90
|
-
}
|
|
91
|
-
]
|
|
54
|
+
"#": "25",
|
|
55
|
+
"$import": "templates/wave_template.json#timer_unit",
|
|
56
|
+
"label": "O1: Auto-On/Off Timer Unit"
|
|
92
57
|
},
|
|
93
58
|
{
|
|
94
|
-
"#": "
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"defaultValue": 0,
|
|
98
|
-
"allowManualEntry": false,
|
|
99
|
-
"options": [
|
|
100
|
-
{
|
|
101
|
-
"label": "Seconds",
|
|
102
|
-
"value": 0
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"label": "10 ms",
|
|
106
|
-
"value": 1
|
|
107
|
-
}
|
|
108
|
-
]
|
|
59
|
+
"#": "23",
|
|
60
|
+
"$import": "templates/wave_template.json#out_relay_type",
|
|
61
|
+
"label": "O1: Relay Type"
|
|
109
62
|
},
|
|
110
63
|
{
|
|
111
64
|
"#": "36",
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"unit": "%",
|
|
115
|
-
"minValue": 0,
|
|
116
|
-
"maxValue": 100,
|
|
117
|
-
"defaultValue": 50
|
|
65
|
+
"$import": "templates/wave_template.json#power_change_report_treshold",
|
|
66
|
+
"label": "O1: Power Change Report Threshold"
|
|
118
67
|
},
|
|
119
68
|
{
|
|
120
69
|
"#": "39",
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"unit": "seconds",
|
|
124
|
-
"minValue": 0,
|
|
125
|
-
"maxValue": 120,
|
|
126
|
-
"defaultValue": 30
|
|
70
|
+
"$import": "templates/wave_template.json#min_time_between_reports",
|
|
71
|
+
"label": "O1: Minimum Time Between Power Reports"
|
|
127
72
|
},
|
|
128
73
|
{
|
|
129
74
|
"#": "91",
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"valueSize": 4,
|
|
133
|
-
"defaultValue": 0,
|
|
134
|
-
"allowManualEntry": false,
|
|
135
|
-
"options": [
|
|
136
|
-
{
|
|
137
|
-
"label": "No action",
|
|
138
|
-
"value": 0
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"label": "Open relay",
|
|
142
|
-
"value": 1
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"label": "Close relay",
|
|
146
|
-
"value": 2
|
|
147
|
-
}
|
|
148
|
-
]
|
|
75
|
+
"$import": "templates/wave_template.json#alarm_configuration",
|
|
76
|
+
"label": "Alarm Configuration: Water"
|
|
149
77
|
},
|
|
150
78
|
{
|
|
151
79
|
"#": "92",
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"valueSize": 4,
|
|
155
|
-
"defaultValue": 0,
|
|
156
|
-
"allowManualEntry": false,
|
|
157
|
-
"options": [
|
|
158
|
-
{
|
|
159
|
-
"label": "No action",
|
|
160
|
-
"value": 0
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"label": "Open relay",
|
|
164
|
-
"value": 1
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"label": "Close relay",
|
|
168
|
-
"value": 2
|
|
169
|
-
}
|
|
170
|
-
]
|
|
80
|
+
"$import": "templates/wave_template.json#alarm_configuration",
|
|
81
|
+
"label": "Alarm Configuration: Smoke"
|
|
171
82
|
},
|
|
172
83
|
{
|
|
173
84
|
"#": "93",
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"valueSize": 4,
|
|
177
|
-
"defaultValue": 0,
|
|
178
|
-
"allowManualEntry": false,
|
|
179
|
-
"options": [
|
|
180
|
-
{
|
|
181
|
-
"label": "No action",
|
|
182
|
-
"value": 0
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"label": "Open relay",
|
|
186
|
-
"value": 1
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"label": "Close relay",
|
|
190
|
-
"value": 2
|
|
191
|
-
}
|
|
192
|
-
]
|
|
85
|
+
"$import": "templates/wave_template.json#alarm_configuration",
|
|
86
|
+
"label": "Alarm Configuration: CO"
|
|
193
87
|
},
|
|
194
88
|
{
|
|
195
89
|
"#": "94",
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"valueSize": 4,
|
|
199
|
-
"defaultValue": 0,
|
|
200
|
-
"allowManualEntry": false,
|
|
201
|
-
"options": [
|
|
202
|
-
{
|
|
203
|
-
"label": "No action",
|
|
204
|
-
"value": 0
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"label": "Open relay",
|
|
208
|
-
"value": 1
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"label": "Close relay",
|
|
212
|
-
"value": 2
|
|
213
|
-
}
|
|
214
|
-
]
|
|
90
|
+
"$import": "templates/wave_template.json#alarm_configuration",
|
|
91
|
+
"label": "Alarm Configuration: Heat"
|
|
215
92
|
},
|
|
216
93
|
{
|
|
217
94
|
"#": "120",
|
|
218
|
-
"
|
|
219
|
-
"description": "Reset to factory default settings and remove from the Z-Wave network.",
|
|
220
|
-
"valueSize": 4,
|
|
221
|
-
"defaultValue": 0,
|
|
222
|
-
"allowManualEntry": false,
|
|
223
|
-
"options": [
|
|
224
|
-
{
|
|
225
|
-
"label": "Idle",
|
|
226
|
-
"value": 0
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"label": "Factory reset",
|
|
230
|
-
"value": 1431655765
|
|
231
|
-
}
|
|
232
|
-
]
|
|
95
|
+
"$import": "templates/wave_template.json#factory_reset"
|
|
233
96
|
},
|
|
234
97
|
{
|
|
235
98
|
"#": "201",
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"valueSize": 4,
|
|
239
|
-
"minValue": 0,
|
|
240
|
-
"maxValue": 2147483647,
|
|
241
|
-
"readOnly": true
|
|
99
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
100
|
+
"label": "Serial Number: Part 1"
|
|
242
101
|
},
|
|
243
102
|
{
|
|
244
103
|
"#": "202",
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"valueSize": 4,
|
|
248
|
-
"minValue": 0,
|
|
249
|
-
"maxValue": 2147483647,
|
|
250
|
-
"readOnly": true
|
|
104
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
105
|
+
"label": "Serial Number: Part 2"
|
|
251
106
|
},
|
|
252
107
|
{
|
|
253
108
|
"#": "203",
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
-
"valueSize": 4,
|
|
257
|
-
"minValue": 0,
|
|
258
|
-
"maxValue": 2147483647,
|
|
259
|
-
"readOnly": true
|
|
109
|
+
"$import": "templates/wave_template.json#serial_number",
|
|
110
|
+
"label": "Serial Number: Part 3"
|
|
260
111
|
}
|
|
261
112
|
],
|
|
262
113
|
"metadata": {
|
|
263
|
-
"
|
|
264
|
-
"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",
|
|
265
|
-
"reset": "6.3 Factory reset\n6.3.1 Factory reset general\nAfter Factory reset, all custom parameters and stored values (kWh, associations, routings, etc.) will return to their default state. HOME ID and NODE ID assigned to the Device will be deleted. Use this reset procedure only when the gateway is missing or otherwise inoperable.\n\n6.3.2 Factory reset with a switch/push-button\nNote! Factory reset with a switch/push-button is only possible within the first minute after the Device is connected to a power supply.\n1. Connect the Device to a power supply.\n2. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2,…) 5 times within 3 seconds. The Device must receive on/off signal 5 times, which means pressing the push-button 5 times, or toggling the switch on and off 5 times.\n3. During factory reset, the LED will turn solid green for about 1s, then the blue and red LED will start blinking in Mode 3 for approx. 2s.\n4. The blue LED will be blinking in Mode 1 if the Factory reset is successful.\n\n6.3.3 Factory reset with the S button\nNote! Factory reset with the S button is possible anytime.\n1. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n2. Press the S button multiple times until the LED turns solid red.\n3. Press and hold (> 2s) S button on the Device until the red LED starts blinking in Mode 3. Releasing the S button will start the factory reset.\n4. During factory reset, the LED will turn solid green for about 1s, then the blue and red LED will start blinking in Mode 3 for approx. 2s.\n5. The blue LED will be blinking in Mode 1 if the Factory reset is successful.\n\n6.3.4 Remote factory reset with parameter with the gateway\nFactory reset can be done remotely with the settings in Parameter No. 120"
|
|
114
|
+
"$import": "templates/wave_template.json#default_metadata"
|
|
266
115
|
}
|
|
267
116
|
}
|