@zwave-js/config 12.8.0 → 12.9.1

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.
@@ -17,7 +17,7 @@
17
17
  "paramInformation": [
18
18
  {
19
19
  "#": "3",
20
- "$import": "~/templates/master_template.json#led_indicator_two_options"
20
+ "$import": "templates/homeseer_template.json#led_indicator"
21
21
  },
22
22
  {
23
23
  "#": "4",
@@ -17,7 +17,7 @@
17
17
  "paramInformation": [
18
18
  {
19
19
  "#": "3",
20
- "$import": "~/templates/master_template.json#led_indicator_two_options"
20
+ "$import": "templates/homeseer_template.json#led_indicator"
21
21
  },
22
22
  {
23
23
  "#": "4",
@@ -17,7 +17,7 @@
17
17
  "paramInformation": [
18
18
  {
19
19
  "#": "3",
20
- "$import": "~/templates/master_template.json#led_indicator_two_options"
20
+ "$import": "templates/homeseer_template.json#led_indicator"
21
21
  },
22
22
  {
23
23
  "#": "4",
@@ -32,7 +32,7 @@
32
32
  "paramInformation": [
33
33
  {
34
34
  "#": "3",
35
- "$import": "~/templates/master_template.json#led_indicator_two_options",
35
+ "$import": "templates/homeseer_template.json#led_indicator_inverted",
36
36
  "label": "Bottom LED Operation"
37
37
  },
38
38
  {
@@ -147,9 +147,8 @@
147
147
  "#": "32",
148
148
  "label": "Wire Mode",
149
149
  "valueSize": 1,
150
- "minValue": 0,
151
- "maxValue": 1,
152
150
  "defaultValue": 0,
151
+ "allowManualEntry": false,
153
152
  "options": [
154
153
  {
155
154
  "label": "3 wire mode (Neutral, line & load)",
@@ -289,5 +289,37 @@
289
289
  "$import": "~/templates/master_template.json#base_0-100_nounit",
290
290
  "label": "Range Sensitivity",
291
291
  "description": "Higher values increase sensitivity"
292
+ },
293
+ "led_indicator": {
294
+ "label": "LED Indicator",
295
+ "valueSize": 1,
296
+ "defaultValue": 1,
297
+ "allowManualEntry": false,
298
+ "options": [
299
+ {
300
+ "label": "On when load is off",
301
+ "value": 0
302
+ },
303
+ {
304
+ "label": "Off when load is off",
305
+ "value": 1
306
+ }
307
+ ]
308
+ },
309
+ "led_indicator_inverted": {
310
+ "label": "LED Indicator",
311
+ "valueSize": 1,
312
+ "defaultValue": 0,
313
+ "allowManualEntry": false,
314
+ "options": [
315
+ {
316
+ "label": "Off when load is off",
317
+ "value": 0
318
+ },
319
+ {
320
+ "label": "On when load is off",
321
+ "value": 1
322
+ }
323
+ ]
292
324
  }
293
325
  }
@@ -41,8 +41,7 @@
41
41
  },
42
42
  {
43
43
  "#": "3",
44
- "$import": "templates/aeotec_template.json#selective_reporting",
45
- "label": "Selective Reporting"
44
+ "$import": "templates/aeotec_template.json#selective_reporting"
46
45
  },
47
46
  {
48
47
  "#": "4",
@@ -76,6 +75,29 @@
76
75
  "#": "11",
77
76
  "$import": "templates/aeotec_template.json#percent_threshold_clamp3"
78
77
  },
78
+ {
79
+ "#": "12",
80
+ "$import": "~/templates/master_template.json#base_enable_disable",
81
+ "label": "Report While Battery Powered"
82
+ },
83
+ {
84
+ "#": "20",
85
+ "label": "Current Power Mode",
86
+ "valueSize": 1,
87
+ "defaultValue": 0,
88
+ "readOnly": true,
89
+ "allowManualEntry": false,
90
+ "options": [
91
+ {
92
+ "label": "Battery",
93
+ "value": 0
94
+ },
95
+ {
96
+ "label": "USB power",
97
+ "value": 1
98
+ }
99
+ ]
100
+ },
79
101
  {
80
102
  "#": "100",
81
103
  "$import": "templates/aeotec_template.json#reset_parameters",
@@ -224,20 +246,27 @@
224
246
  "#": "111",
225
247
  "$import": "templates/aeotec_template.json#report_interval",
226
248
  "label": "Report Interval (Group 1)",
249
+ "description": "Rounded up to the nearest 4 minutes when battery powered",
227
250
  "maxValue": 167400
228
251
  },
229
252
  {
230
253
  "#": "112",
231
254
  "$import": "templates/aeotec_template.json#report_interval",
232
255
  "label": "Report Interval (Group 2)",
256
+ "description": "Rounded up to the nearest 4 minutes when battery powered",
233
257
  "maxValue": 167400
234
258
  },
235
259
  {
236
260
  "#": "113",
237
261
  "$import": "templates/aeotec_template.json#report_interval",
238
262
  "label": "Report Interval (Group 3)",
263
+ "description": "Rounded up to the nearest 4 minutes when battery powered",
239
264
  "maxValue": 167400
240
265
  },
266
+ {
267
+ "#": "254",
268
+ "$import": "templates/aeotec_template.json#device_tag"
269
+ },
241
270
  {
242
271
  "#": "255",
243
272
  "$import": "templates/aeotec_template.json#factory_reset"
@@ -0,0 +1,265 @@
1
+ {
2
+ "manufacturer": "Fibargroup",
3
+ "manufacturerId": "0x010f",
4
+ "label": "FGR-224",
5
+ "description": "Roller Shutter 4",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0304",
9
+ "productId": "0x1000",
10
+ "zwaveAllianceId": 4992
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "paramInformation": [
18
+ {
19
+ "#": "20",
20
+ "label": "Switch Type",
21
+ "valueSize": 1,
22
+ "defaultValue": 0,
23
+ "allowManualEntry": false,
24
+ "options": [
25
+ {
26
+ "value": 0,
27
+ "label": "Monostable switches - Click to move"
28
+ },
29
+ {
30
+ "value": 1,
31
+ "label": "Monostable switches - Hold to move"
32
+ },
33
+ {
34
+ "value": 2,
35
+ "label": "Single monostable switch"
36
+ },
37
+ {
38
+ "value": 3,
39
+ "label": "Bistable switches"
40
+ },
41
+ {
42
+ "value": 4,
43
+ "label": "Single bistable switch"
44
+ },
45
+ {
46
+ "value": 5,
47
+ "label": "Three-State switch"
48
+ }
49
+ ]
50
+ },
51
+ {
52
+ "#": "24",
53
+ "label": "Switch Orientation",
54
+ "valueSize": 1,
55
+ "defaultValue": 0,
56
+ "allowManualEntry": false,
57
+ "options": [
58
+ {
59
+ "value": 0,
60
+ "label": "Switch 1 = up, switch 2 = down"
61
+ },
62
+ {
63
+ "value": 1,
64
+ "label": "Switch 1 = down, switch 2 = up"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "#": "25",
70
+ "label": "Outputs Orientation",
71
+ "valueSize": 1,
72
+ "defaultValue": 0,
73
+ "allowManualEntry": false,
74
+ "options": [
75
+ {
76
+ "value": 0,
77
+ "label": "Output 1 = up, output 2 = down"
78
+ },
79
+ {
80
+ "value": 1,
81
+ "label": "Output 1 = down, output 2 = up"
82
+ }
83
+ ]
84
+ },
85
+ {
86
+ "#": "40[0x01]",
87
+ "$import": "~/templates/master_template.json#base_enable_disable",
88
+ "label": "Switch 1: Send Scenes (Key Pressed 1x)",
89
+ "defaultValue": 1
90
+ },
91
+ {
92
+ "#": "40[0x02]",
93
+ "$import": "~/templates/master_template.json#base_enable_disable",
94
+ "label": "Switch 1: Send Scenes (Key Pressed 2x)",
95
+ "defaultValue": 1
96
+ },
97
+ {
98
+ "#": "40[0x04]",
99
+ "$import": "~/templates/master_template.json#base_enable_disable",
100
+ "label": "Switch 1: Send Scenes (Key Pressed 3x)",
101
+ "defaultValue": 1
102
+ },
103
+ {
104
+ "#": "40[0x08]",
105
+ "$import": "~/templates/master_template.json#base_enable_disable",
106
+ "label": "Switch 1: Send Scenes (Key Held Down & Released)",
107
+ "defaultValue": 1
108
+ },
109
+ {
110
+ "#": "41[0x01]",
111
+ "$import": "~/templates/master_template.json#base_enable_disable",
112
+ "label": "Switch 2: Send Scenes (Key Pressed 1x)",
113
+ "defaultValue": 1
114
+ },
115
+ {
116
+ "#": "41[0x02]",
117
+ "$import": "~/templates/master_template.json#base_enable_disable",
118
+ "label": "Switch 2: Send Scenes (Key Pressed 2x)",
119
+ "defaultValue": 1
120
+ },
121
+ {
122
+ "#": "41[0x04]",
123
+ "$import": "~/templates/master_template.json#base_enable_disable",
124
+ "label": "Switch 2: Send Scenes (Key Pressed 3x)",
125
+ "defaultValue": 1
126
+ },
127
+ {
128
+ "#": "41[0x08]",
129
+ "$import": "~/templates/master_template.json#base_enable_disable",
130
+ "label": "Switch 2: Send Scenes (Key Held Down & Released)",
131
+ "defaultValue": 1
132
+ },
133
+ {
134
+ "#": "150",
135
+ "label": "Calibration",
136
+ "description": "Set this parameter to 3 to start automatic calibration. A re-interview may be required after changing this parameter.",
137
+ "valueSize": 1,
138
+ "defaultValue": 0,
139
+ "allowManualEntry": false,
140
+ "options": [
141
+ {
142
+ "value": 0,
143
+ "label": "Not calibrated"
144
+ },
145
+ {
146
+ "value": 1,
147
+ "label": "Calibration successful"
148
+ },
149
+ {
150
+ "value": 2,
151
+ "label": "Calibration failed"
152
+ },
153
+ {
154
+ "value": 3,
155
+ "label": "Start calibration / Calibrating"
156
+ },
157
+ {
158
+ "value": 4,
159
+ "label": "Manual calibration"
160
+ }
161
+ ]
162
+ },
163
+ {
164
+ "#": "151",
165
+ "label": "Operating Mode",
166
+ "description": "A re-interview may be required after changing this parameter.",
167
+ "valueSize": 1,
168
+ "defaultValue": 0,
169
+ "allowManualEntry": false,
170
+ "options": [
171
+ {
172
+ "value": 0,
173
+ "label": "Roller blind, awning, pergola, curtain"
174
+ },
175
+ {
176
+ "value": 1,
177
+ "label": "Venetian blind 90°"
178
+ },
179
+ {
180
+ "value": 2,
181
+ "label": "Venetian blind 180°"
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "#": "152",
187
+ "label": "Venetion Blind: Slat Turning Duration",
188
+ "valueSize": 2,
189
+ "unit": "0.1 seconds",
190
+ "minValue": 0,
191
+ "maxValue": 65535,
192
+ "defaultValue": 15,
193
+ "unsigned": true
194
+ },
195
+ {
196
+ "#": "156",
197
+ "label": "Up Movement Duration",
198
+ "description": "Set automatically during calibration. Can be overridden if there are problems with automatic calibration.",
199
+ "valueSize": 2,
200
+ "unit": "0.1 seconds",
201
+ "minValue": 0,
202
+ "maxValue": 65535,
203
+ "defaultValue": 600,
204
+ "unsigned": true
205
+ },
206
+ {
207
+ "#": "157",
208
+ "label": "Down Movement Duration",
209
+ "description": "Set automatically during calibration. Can be overridden if there are problems with automatic calibration.",
210
+ "valueSize": 2,
211
+ "unit": "0.1 seconds",
212
+ "minValue": 0,
213
+ "maxValue": 65535,
214
+ "defaultValue": 600,
215
+ "unsigned": true
216
+ },
217
+ {
218
+ "#": "158",
219
+ "label": "Shutter: Minimum Position",
220
+ "description": "Used to prevent the shutter from fully closing, for example to protect a flowerpot on the windowsill.",
221
+ "valueSize": 1,
222
+ "minValue": 0,
223
+ "maxValue": 99,
224
+ "defaultValue": 0
225
+ },
226
+ {
227
+ "#": "159",
228
+ "label": "Shutter: Favorite Position",
229
+ "description": "Allowable range: 0-99, 255.",
230
+ "valueSize": 1,
231
+ "minValue": 0,
232
+ "maxValue": 255,
233
+ "defaultValue": 50,
234
+ "unsigned": true,
235
+ "options": [
236
+ {
237
+ "value": 255,
238
+ "label": "Disable"
239
+ }
240
+ ]
241
+ },
242
+ {
243
+ "#": "160",
244
+ "label": "Slats: Favorite Angle",
245
+ "description": "Allowable range: 0-99, 255.",
246
+ "valueSize": 1,
247
+ "minValue": 0,
248
+ "maxValue": 255,
249
+ "defaultValue": 50,
250
+ "unsigned": true,
251
+ "options": [
252
+ {
253
+ "value": 255,
254
+ "label": "Disable"
255
+ }
256
+ ]
257
+ }
258
+ ],
259
+ "metadata": {
260
+ "inclusion": "To add the device to the Z-Wave network manually:\n1. Power the device.\n2. Identify the PROG button or the S1/S2 switches.\n3. Set the main controller in (Security/non-Security Mode) add\nmode (see the controller’s manual).\n4. Quickly, click PROG button three times. Optionally, click S1 or S2\nthree times.\n5. If you are adding in Security S2 Authenticated, input the PIN\nCode (label on the device, also underlined part of the DSK on t he\nlabel on the bottom of the box).\n6. Wait for the LED indicator to blink yellow.\n7. Successful adding will be confirmed by the Z-Wave controller’s\nmessage and the device’s LED indicator:\n• Green – successful (non-secure, S0, S2 non-authenticated),\n• Magenta – successful (Security S2 Authenticated),\n• Red – not successful",
261
+ "exclusion": "Removing (Exclusion) – Z-Wave device learning mode, allowing to\nremove the device from existing Z-Wave network.\nTo remove the device from the Z-Wave network:\n1. Make sure the device is powered.\n2. Identify the PROG button or the S1/S2 switches.\n3. Set the main controller in remove mode (see the controller’s\nmanual).\n4. Quickly, click PROG button three times. Optionally, click S1 or S2\nthree times within 10 minutes of powering up the device.\n5. Wait for the removing process to end.\n6. Successful removing will be confirmed by the Z-Wave controller’s\nmessage and the device’s LED indicator - Red.\n7. Removing the device from the Z-Wave network doesn’t cause\nfactory reset",
262
+ "reset": "Reset procedure allows to restore the device back to its factor y\nsettings, which means all information about the Z-Wave controller\nand user configuration will be deleted.\n1. Switch off the mains voltage (disable the fuse).\n2. Remove the device from the wall switch box.\n3. Switch on the mains voltage.\n4. Press and hold the PROG button to enter the menu.\n5. Wait for the LED indicator to glow yellow.\n6. Quickly release and click the PROG button again.\n7. During the factory reset, the LED indicator will blink yellow.\n8. After few seconds the device will be restarted, which is signal led\nwith the red LED indicator colour",
263
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=cert_portal/certs/948/FGR-224-T-EN-v1.22.pdf"
264
+ }
265
+ }
@@ -75,6 +75,10 @@
75
75
  "$import": "templates/wave_template.json#led_intensity",
76
76
  "label": "Signal LED Intensity"
77
77
  },
78
+ {
79
+ "#": "117",
80
+ "$import": "templates/wave_template.json#remote_reboot"
81
+ },
78
82
  {
79
83
  "#": "120",
80
84
  "$import": "templates/wave_template.json#factory_reset"
@@ -75,6 +75,10 @@
75
75
  "$import": "templates/wave_template.json#led_intensity",
76
76
  "label": "Signal LED Intensity"
77
77
  },
78
+ {
79
+ "#": "117",
80
+ "$import": "templates/wave_template.json#remote_reboot"
81
+ },
78
82
  {
79
83
  "#": "120",
80
84
  "$import": "templates/wave_template.json#factory_reset"
@@ -7,7 +7,7 @@
7
7
  {
8
8
  "productType": "0x0009",
9
9
  "productId": "0x0082",
10
- "zwaveAllianceId": 5009
10
+ "zwaveAllianceId": 5033
11
11
  }
12
12
  ],
13
13
  "firmwareVersion": {
@@ -6,7 +6,8 @@
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0002",
9
- "productId": "0x008b"
9
+ "productId": "0x008b",
10
+ "zwaveAllianceId": 5061
10
11
  }
11
12
  ],
12
13
  "firmwareVersion": {
@@ -135,7 +135,22 @@
135
135
  "maxValue": 100,
136
136
  "defaultValue": 100
137
137
  },
138
-
138
+ "remote_reboot": {
139
+ "label": "Device Reboot",
140
+ "valueSize": 1,
141
+ "defaultValue": 0,
142
+ "allowManualEntry": false,
143
+ "options": [
144
+ {
145
+ "label": "Idle",
146
+ "value": 0
147
+ },
148
+ {
149
+ "label": "Reboot device",
150
+ "value": 1
151
+ }
152
+ ]
153
+ },
139
154
  "factory_reset": {
140
155
  "label": "Factory Reset",
141
156
  "description": "Reset to factory default settings and remove from the Z-Wave network.",
@@ -199,7 +199,7 @@
199
199
  "0x00c5": "RPE Ajax LLC",
200
200
  "0x00c6": "Venstar",
201
201
  "0x00c7": "Wireless Maingate AB",
202
- "0x00c8": "Cloud Media ",
202
+ "0x00c8": "Cloud Media",
203
203
  "0x00c9": "Samsung Electronics",
204
204
  "0x00ca": "Monoprice",
205
205
  "0x00cb": "Newland Communication Science Technology Co. Ltd",
@@ -648,7 +648,7 @@
648
648
  "0x0369": "2KLIC",
649
649
  "0x036b": "NEC Platforms Ltd.",
650
650
  "0x036c": "Shenzhen Sen5 Technology Co., Ltd.",
651
- "0x036d": "Luffanet Co. Lte. ",
651
+ "0x036d": "Luffanet Co. Lte.",
652
652
  "0x036e": "Zinno",
653
653
  "0x036f": "Evolvere SpA",
654
654
  "0x0370": "Raylios",
@@ -756,6 +756,7 @@
756
756
  "0x0447": "Schneider Electric",
757
757
  "0x044b": "Dongguan Will Power",
758
758
  "0x0460": "Shelly",
759
+ "0x0466": "Nabu Casa",
759
760
  "0x1486": "Remotec",
760
761
  "0x5254": "Remotec",
761
762
  "0xffff": "_Not defined"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "12.8.0",
3
+ "version": "12.9.1",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -55,7 +55,7 @@
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.8.0",
58
+ "@zwave-js/core": "12.9.0",
59
59
  "@zwave-js/shared": "12.5.3",
60
60
  "alcalzone-shared": "^4.0.8",
61
61
  "ansi-colors": "^4.1.3",
@@ -76,7 +76,7 @@
76
76
  "@types/sinon": "^17.0.3",
77
77
  "@types/xml2js": "^0.4.14",
78
78
  "@types/yargs": "^17.0.32",
79
- "@zwave-js/maintenance": "12.8.0",
79
+ "@zwave-js/maintenance": "12.9.0",
80
80
  "ava": "^6.1.2",
81
81
  "comment-json": "^4.2.3",
82
82
  "del-cli": "^5.1.0",