@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.
Files changed (29) hide show
  1. package/build/Notifications.d.ts +1 -0
  2. package/build/Notifications.d.ts.map +1 -1
  3. package/build/Notifications.js +18 -0
  4. package/build/Notifications.js.map +1 -1
  5. package/config/.dprint.jsonc +1 -1
  6. package/config/devices/0x0063/14297_zw1002.json +16 -0
  7. package/config/devices/0x013c/nsg-ab-02.json +101 -0
  8. package/config/devices/0x019b/leakage-stopper.json +297 -0
  9. package/config/devices/0x019b/templates/heatit_template.json +21 -0
  10. package/config/devices/0x0346/ring_smoke_co_listener.json +70 -0
  11. package/config/devices/0x045a/Z-TRV-V01.json +155 -0
  12. package/config/devices/0x0460/qmem-0A1PC16.json +50 -0
  13. package/config/devices/0x0460/qmsw-0A1P8.json +101 -0
  14. package/config/devices/0x0460/qmsw-0A1X8.json +91 -0
  15. package/config/devices/0x0460/qnpl-001X12.json +101 -0
  16. package/config/devices/0x0460/qnpl-001X16.json +101 -0
  17. package/config/devices/0x0460/qnsh-001P10.json +5 -47
  18. package/config/devices/0x0460/qnsn-0A24X.json +66 -0
  19. package/config/devices/0x0460/qnsn-0D24X.json +66 -0
  20. package/config/devices/0x0460/qnsw-001P16.json +35 -186
  21. package/config/devices/0x0460/qnsw-001X16.json +29 -173
  22. package/config/devices/0x0460/qnsw-002P16.json +52 -286
  23. package/config/devices/0x0460/qpsw-0A1P16.json +105 -0
  24. package/config/devices/0x0460/qpsw-0A1X16.json +96 -0
  25. package/config/devices/0x0460/qpsw-0A2P16.json +148 -0
  26. package/config/devices/0x0460/qpsw-0A2X16.json +128 -0
  27. package/config/devices/0x0460/templates/wave_template.json +168 -0
  28. package/config/notifications.json +18 -6
  29. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "Shelly",
2
+ "manufacturer": "Shelly Europe Ltd.",
3
3
  "manufacturerId": "0x0460",
4
4
  "label": "QNSW-001X16",
5
5
  "description": "Wave 1",
@@ -7,7 +7,7 @@
7
7
  {
8
8
  "productType": "0x0002",
9
9
  "productId": "0x0083",
10
- "zwaveAllianceId": 4922
10
+ "zwaveAllianceId": [4922, 5005, 5020]
11
11
  }
12
12
  ],
13
13
  "firmwareVersion": {
@@ -32,219 +32,75 @@
32
32
  "paramInformation": [
33
33
  {
34
34
  "#": "1",
35
- "label": "SW1 Switch Type",
36
- "valueSize": 1,
37
- "defaultValue": 2,
38
- "allowManualEntry": false,
39
- "options": [
40
- {
41
- "label": "Momentary switch",
42
- "value": 0
43
- },
44
- {
45
- "label": "Toggle switch (Follow switch)",
46
- "value": 1
47
- },
48
- {
49
- "label": "Toggle switch (Change on toggle)",
50
- "value": 2
51
- }
52
- ]
35
+ "$import": "templates/wave_template.json#switch_type",
36
+ "label": "SW1 Switch Type"
53
37
  },
54
38
  {
55
39
  "#": "17",
56
40
  "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
57
- "label": "O1: State After Power Failure",
58
- "minValue": 0,
59
- "maxValue": 1,
60
- "unsigned": true
41
+ "label": "O1: State After Power Failure"
61
42
  },
62
43
  {
63
44
  "#": "19",
64
- "label": "O1: Auto-Off Timer",
65
- "description": "The timer resets to zero each time the Device receives an ON command",
66
- "valueSize": 2,
67
- "minValue": 0,
68
- "maxValue": 32535,
69
- "defaultValue": 0
45
+ "$import": "templates/wave_template.json#auto_off_timer",
46
+ "label": "O1: Auto-Off Timer"
70
47
  },
71
48
  {
72
49
  "#": "20",
73
- "label": "O1: Auto-On Timer",
74
- "description": "The timer resets to zero each time the Device receives an OFF command",
75
- "valueSize": 2,
76
- "minValue": 0,
77
- "maxValue": 32535,
78
- "defaultValue": 0
50
+ "$import": "templates/wave_template.json#auto_on_timer",
51
+ "label": "O1: Auto-On Timer"
79
52
  },
80
53
  {
81
54
  "#": "25",
82
- "label": "O1: Auto-On/Off Timer Unit",
83
- "valueSize": 1,
84
- "defaultValue": 0,
85
- "allowManualEntry": false,
86
- "options": [
87
- {
88
- "label": "Seconds",
89
- "value": 0
90
- },
91
- {
92
- "label": "10 ms",
93
- "value": 1
94
- }
95
- ]
55
+ "$import": "templates/wave_template.json#timer_unit",
56
+ "label": "O1: Auto-On/Off Timer Unit"
96
57
  },
97
58
  {
98
59
  "#": "23",
99
- "label": "O1: Relay Type",
100
- "valueSize": 1,
101
- "defaultValue": 0,
102
- "allowManualEntry": false,
103
- "options": [
104
- {
105
- "label": "NO: Normally open",
106
- "value": 0
107
- },
108
- {
109
- "label": "NC: Normally closed",
110
- "value": 1
111
- }
112
- ]
60
+ "$import": "templates/wave_template.json#out_relay_type",
61
+ "label": "O1: Relay Type"
113
62
  },
114
63
  {
115
64
  "#": "91",
116
- "label": "Alarm Configuration: Water",
117
- "description": "This parameter determines which alarm frames the Device should respond to and how.",
118
- "valueSize": 4,
119
- "defaultValue": 0,
120
- "allowManualEntry": false,
121
- "options": [
122
- {
123
- "label": "No action",
124
- "value": 0
125
- },
126
- {
127
- "label": "Open relay",
128
- "value": 1
129
- },
130
- {
131
- "label": "Close relay",
132
- "value": 2
133
- }
134
- ]
65
+ "$import": "templates/wave_template.json#alarm_configuration",
66
+ "label": "Alarm Configuration: Water"
135
67
  },
136
68
  {
137
69
  "#": "92",
138
- "label": "Alarm Configuration: Smoke",
139
- "description": "This parameter determines which alarm frames the Device should respond to and how.",
140
- "valueSize": 4,
141
- "defaultValue": 0,
142
- "allowManualEntry": false,
143
- "options": [
144
- {
145
- "label": "No action",
146
- "value": 0
147
- },
148
- {
149
- "label": "Open relay",
150
- "value": 1
151
- },
152
- {
153
- "label": "Close relay",
154
- "value": 2
155
- }
156
- ]
70
+ "$import": "templates/wave_template.json#alarm_configuration",
71
+ "label": "Alarm Configuration: Smoke"
157
72
  },
158
73
  {
159
74
  "#": "93",
160
- "label": "Alarm Configuration: CO",
161
- "description": "This parameter determines which alarm frames the Device should respond to and how.",
162
- "valueSize": 4,
163
- "defaultValue": 0,
164
- "allowManualEntry": false,
165
- "options": [
166
- {
167
- "label": "No action",
168
- "value": 0
169
- },
170
- {
171
- "label": "Open relay",
172
- "value": 1
173
- },
174
- {
175
- "label": "Close relay",
176
- "value": 2
177
- }
178
- ]
75
+ "$import": "templates/wave_template.json#alarm_configuration",
76
+ "label": "Alarm Configuration: CO"
179
77
  },
180
78
  {
181
79
  "#": "94",
182
- "label": "Alarm Configuration: Heat",
183
- "description": "This parameter determines which alarm frames the Device should respond to and how.",
184
- "valueSize": 4,
185
- "defaultValue": 0,
186
- "allowManualEntry": false,
187
- "options": [
188
- {
189
- "label": "No action",
190
- "value": 0
191
- },
192
- {
193
- "label": "Open relay",
194
- "value": 1
195
- },
196
- {
197
- "label": "Close relay",
198
- "value": 2
199
- }
200
- ]
80
+ "$import": "templates/wave_template.json#alarm_configuration",
81
+ "label": "Alarm Configuration: Heat"
201
82
  },
202
83
  {
203
84
  "#": "120",
204
- "label": "Factory Reset",
205
- "description": "Reset to factory default settings and remove from the Z-Wave network.",
206
- "valueSize": 4,
207
- "defaultValue": 0,
208
- "allowManualEntry": false,
209
- "options": [
210
- {
211
- "label": "Idle",
212
- "value": 0
213
- },
214
- {
215
- "label": "Factory reset",
216
- "value": 1431655765
217
- }
218
- ]
85
+ "$import": "templates/wave_template.json#factory_reset"
219
86
  },
220
87
  {
221
88
  "#": "201",
222
- "label": "Serial Number: Part 1",
223
- "valueSize": 4,
224
- "minValue": 0,
225
- "maxValue": 2147483647,
226
- "readOnly": true
89
+ "$import": "templates/wave_template.json#serial_number",
90
+ "label": "Serial Number: Part 1"
227
91
  },
228
92
  {
229
93
  "#": "202",
230
- "label": "Serial Number: Part 2",
231
- "valueSize": 4,
232
- "minValue": 0,
233
- "maxValue": 2147483647,
234
- "readOnly": true
94
+ "$import": "templates/wave_template.json#serial_number",
95
+ "label": "Serial Number: Part 2"
235
96
  },
236
97
  {
237
98
  "#": "203",
238
- "label": "Serial Number: Part 3",
239
- "valueSize": 4,
240
- "minValue": 0,
241
- "maxValue": 2147483647,
242
- "readOnly": true
99
+ "$import": "templates/wave_template.json#serial_number",
100
+ "label": "Serial Number: Part 3"
243
101
  }
244
102
  ],
245
103
  "metadata": {
246
- "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",
247
- "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",
248
- "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"
104
+ "$import": "templates/wave_template.json#default_metadata"
249
105
  }
250
106
  }