@zwave-js/config 8.11.2-20220117 → 8.11.3-20220127

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.
@@ -0,0 +1,257 @@
1
+ {
2
+ "manufacturer": "Vesternet",
3
+ "manufacturerId": "0x0330",
4
+ "label": "VES-ZW-DIM-001",
5
+ "description": "2-Wire Capable Dimmer",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0200",
9
+ "productId": "0xd00c"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "2",
19
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
20
+ },
21
+ {
22
+ "#": "3",
23
+ "label": "Send Basic Report on State Change",
24
+ "$import": "~/templates/master_template.json#base_enable_disable",
25
+ "defaultValue": 1
26
+ },
27
+ {
28
+ "#": "4",
29
+ "label": "Dimming Speed",
30
+ "valueSize": 1,
31
+ "unit": "seconds",
32
+ "minValue": 0,
33
+ "maxValue": 127,
34
+ "defaultValue": 1,
35
+ "unsigned": true
36
+ },
37
+ {
38
+ "#": "5",
39
+ "label": "Minimum Dim Level",
40
+ "valueSize": 1,
41
+ "minValue": 0,
42
+ "maxValue": 50,
43
+ "defaultValue": 15,
44
+ "unsigned": true
45
+ },
46
+ {
47
+ "#": "6",
48
+ "$import": "~/templates/master_template.json#maximum_dim_level_0-100"
49
+ },
50
+ {
51
+ "#": "7",
52
+ "$import": "~/templates/master_template.json#dimmer_type_trail_lead"
53
+ },
54
+ {
55
+ "#": "8",
56
+ "label": "Switch Type",
57
+ "valueSize": 1,
58
+ "minValue": 0,
59
+ "maxValue": 1,
60
+ "defaultValue": 0,
61
+ "allowManualEntry": false,
62
+ "unsigned": true,
63
+ "options": [
64
+ {
65
+ "label": "Momentary",
66
+ "value": 0
67
+ },
68
+ {
69
+ "label": "Toggle",
70
+ "value": 1
71
+ }
72
+ ]
73
+ },
74
+ {
75
+ "#": "9",
76
+ "label": "Use External Switch for Inclusion/Exclusion",
77
+ "$import": "~/templates/master_template.json#base_enable_disable",
78
+ "defaultValue": 1
79
+ },
80
+ {
81
+ "#": "11",
82
+ "label": "Wiring Type",
83
+ "readOnly": true,
84
+ "valueSize": 1,
85
+ "minValue": 0,
86
+ "maxValue": 2,
87
+ "defaultValue": 0,
88
+ "unsigned": true,
89
+ "options": [
90
+ {
91
+ "label": "Unknown",
92
+ "value": 0
93
+ },
94
+ {
95
+ "label": "2-wire (no neutral)",
96
+ "value": 1
97
+ },
98
+ {
99
+ "label": "3-wire (with neutral)",
100
+ "value": 2
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "#": "12",
106
+ "label": "Load Type",
107
+ "readOnly": true,
108
+ "valueSize": 1,
109
+ "minValue": 0,
110
+ "maxValue": 3,
111
+ "defaultValue": 0,
112
+ "unsigned": true,
113
+ "options": [
114
+ {
115
+ "label": "Unknown",
116
+ "value": 0
117
+ },
118
+ {
119
+ "label": "Resistive",
120
+ "value": 1
121
+ },
122
+ {
123
+ "label": "Inductive",
124
+ "value": 2
125
+ },
126
+ {
127
+ "label": "Capacitive",
128
+ "value": 3
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "#": "13",
134
+ "label": "Over Current Protection",
135
+ "description": "Triggered at over 2.1A for 20 seconds continuously.",
136
+ "$import": "~/templates/master_template.json#base_enable_disable",
137
+ "defaultValue": 1
138
+ },
139
+ {
140
+ "#": "14",
141
+ "label": "Power Report Absolute Threshold",
142
+ "unit": "W",
143
+ "valueSize": 2,
144
+ "minValue": 0,
145
+ "maxValue": 400,
146
+ "unsigned": true,
147
+ "defaultValue": 10
148
+ },
149
+ {
150
+ "#": "15",
151
+ "label": "Power Report Percentage Threshold",
152
+ "unit": "%",
153
+ "valueSize": 1,
154
+ "minValue": 0,
155
+ "maxValue": 100,
156
+ "unsigned": true,
157
+ "defaultValue": 20
158
+ },
159
+ {
160
+ "#": "21",
161
+ "label": "Power Report Interval",
162
+ "unit": "seconds",
163
+ "valueSize": 4,
164
+ "minValue": 0,
165
+ "maxValue": 2678400,
166
+ "unsigned": true,
167
+ "defaultValue": 600,
168
+ "options": [
169
+ {
170
+ "label": "Disable",
171
+ "value": 0
172
+ }
173
+ ]
174
+ },
175
+ {
176
+ "#": "22",
177
+ "label": "Energy Report Interval",
178
+ "unit": "seconds",
179
+ "valueSize": 4,
180
+ "minValue": 0,
181
+ "maxValue": 2678400,
182
+ "unsigned": true,
183
+ "defaultValue": 1800,
184
+ "options": [
185
+ {
186
+ "label": "Disable",
187
+ "value": 0
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "#": "23",
193
+ "label": "Voltage Report Interval",
194
+ "unit": "seconds",
195
+ "valueSize": 4,
196
+ "minValue": 0,
197
+ "maxValue": 2678400,
198
+ "unsigned": true,
199
+ "defaultValue": 3600,
200
+ "options": [
201
+ {
202
+ "label": "Disable",
203
+ "value": 0
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "#": "24",
209
+ "label": "Current Report Interval",
210
+ "unit": "seconds",
211
+ "valueSize": 4,
212
+ "minValue": 0,
213
+ "maxValue": 2678400,
214
+ "unsigned": true,
215
+ "defaultValue": 3600,
216
+ "options": [
217
+ {
218
+ "label": "Disable",
219
+ "value": 0
220
+ }
221
+ ]
222
+ },
223
+ {
224
+ "#": "31",
225
+ "label": "Dimming Curve",
226
+ "valueSize": 1,
227
+ "minValue": 0,
228
+ "maxValue": 1,
229
+ "allowManualEntry": false,
230
+ "unsigned": true,
231
+ "defaultValue": 0,
232
+ "options": [
233
+ {
234
+ "label": "Linear",
235
+ "value": 0
236
+ },
237
+ {
238
+ "label": "Logarithmic",
239
+ "value": 1
240
+ }
241
+ ]
242
+ },
243
+ {
244
+ "#": "32",
245
+ "label": "Startup Brightness",
246
+ "description": "When the light is turned from off to on, if the target brightness is lower than the startup brightness, the brightness will first go to the startup brightness then fall to the target brightness.",
247
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
248
+ "defaultValue": 0
249
+ }
250
+ ],
251
+ "metadata": {
252
+ "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 successfuly inclusion.",
253
+ "exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
254
+ "reset": "Press and hold the action button for over 10 seconds. The connected light will be set to 50% brightness and flash slowly.",
255
+ "manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-DIM-001.pdf"
256
+ }
257
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "manufacturer": "Vesternet",
3
+ "manufacturerId": "0x0330",
4
+ "label": "VES-ZW-SWI-002",
5
+ "description": "2-Wire Capable Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0200",
9
+ "productId": "0xd00f"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "2",
19
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
20
+ },
21
+ {
22
+ "#": "3",
23
+ "label": "Send Basic Report on State Change",
24
+ "$import": "~/templates/master_template.json#base_enable_disable",
25
+ "defaultValue": 1
26
+ },
27
+ {
28
+ "#": "4",
29
+ "label": "Use External Switch for Inclusion/Exclusion",
30
+ "$import": "~/templates/master_template.json#base_enable_disable",
31
+ "defaultValue": 1
32
+ },
33
+ {
34
+ "#": "5",
35
+ "label": "Switch Type",
36
+ "valueSize": 1,
37
+ "minValue": 0,
38
+ "maxValue": 1,
39
+ "defaultValue": 0,
40
+ "allowManualEntry": false,
41
+ "unsigned": true,
42
+ "options": [
43
+ {
44
+ "label": "Momentary",
45
+ "value": 0
46
+ },
47
+ {
48
+ "label": "Toggle",
49
+ "value": 1
50
+ }
51
+ ]
52
+ }
53
+ ],
54
+ "metadata": {
55
+ "inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Either power cycle the product, or triple press the action button.",
56
+ "exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
57
+ "reset": "Press and hold the action button for over 10 seconds.",
58
+ "manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-SWI-002.pdf"
59
+ }
60
+ }
@@ -51,6 +51,31 @@
51
51
  "$import": "templates/heltun_template.json#relay_output_mode",
52
52
  "label": "Relay 5: Output Mode"
53
53
  },
54
+ {
55
+ "#": "12",
56
+ "$import": "templates/heltun_template.json#relay_load_power",
57
+ "label": "Relay 1: Load Power"
58
+ },
59
+ {
60
+ "#": "13",
61
+ "$import": "templates/heltun_template.json#relay_load_power",
62
+ "label": "Relay 2: Load Power"
63
+ },
64
+ {
65
+ "#": "14",
66
+ "$import": "templates/heltun_template.json#relay_load_power",
67
+ "label": "Relay 3: Load Power"
68
+ },
69
+ {
70
+ "#": "15",
71
+ "$import": "templates/heltun_template.json#relay_load_power",
72
+ "label": "Relay 4: Load Power"
73
+ },
74
+ {
75
+ "#": "16",
76
+ "$import": "templates/heltun_template.json#relay_load_power",
77
+ "label": "Relay 5: Load Power"
78
+ },
54
79
  {
55
80
  "#": "19",
56
81
  "$import": "templates/heltun_template.json#controller_time_correction"
@@ -218,6 +218,14 @@
218
218
  }
219
219
  ]
220
220
  },
221
+ "relay_load_power": {
222
+ "description": "Power of the relay load. Used to calculate energy consumption.",
223
+ "unit": "W",
224
+ "valueSize": 2,
225
+ "minValue": 0,
226
+ "maxValue": 1100,
227
+ "defaultValue": 0
228
+ },
221
229
  "relay_timer_mode_duration": {
222
230
  "description": "Used to open/close garage doors, blinds, curtains, etc. or to turn attached devices like door lock or security OFF for a short time",
223
231
  "unit": "seconds",
@@ -1664,9 +1664,9 @@
1664
1664
  "productId": "0x0101",
1665
1665
  "firmwareVersion": {
1666
1666
  "min": "0.0",
1667
- "max": "255.255"
1667
+ "max": "1.1"
1668
1668
  },
1669
- "filename": "0x001a/rf9540-n.json"
1669
+ "filename": "0x001a/rf9540-n_0.0_1.1.json"
1670
1670
  },
1671
1671
  {
1672
1672
  "manufacturerId": "0x001a",
@@ -1676,9 +1676,9 @@
1676
1676
  "productId": "0xaa00",
1677
1677
  "firmwareVersion": {
1678
1678
  "min": "0.0",
1679
- "max": "255.255"
1679
+ "max": "1.1"
1680
1680
  },
1681
- "filename": "0x001a/rf9540-n.json"
1681
+ "filename": "0x001a/rf9540-n_0.0_1.1.json"
1682
1682
  },
1683
1683
  {
1684
1684
  "manufacturerId": "0x001a",
@@ -1688,9 +1688,45 @@
1688
1688
  "productId": "0xff00",
1689
1689
  "firmwareVersion": {
1690
1690
  "min": "0.0",
1691
+ "max": "1.1"
1692
+ },
1693
+ "filename": "0x001a/rf9540-n_0.0_1.1.json"
1694
+ },
1695
+ {
1696
+ "manufacturerId": "0x001a",
1697
+ "manufacturer": "Eaton",
1698
+ "label": "RF9540-N",
1699
+ "productType": "0x4449",
1700
+ "productId": "0x0101",
1701
+ "firmwareVersion": {
1702
+ "min": "1.2",
1691
1703
  "max": "255.255"
1692
1704
  },
1693
- "filename": "0x001a/rf9540-n.json"
1705
+ "filename": "0x001a/rf9540-n_1.2.json"
1706
+ },
1707
+ {
1708
+ "manufacturerId": "0x001a",
1709
+ "manufacturer": "Eaton",
1710
+ "label": "RF9540-N",
1711
+ "productType": "0x4449",
1712
+ "productId": "0xaa00",
1713
+ "firmwareVersion": {
1714
+ "min": "1.2",
1715
+ "max": "255.255"
1716
+ },
1717
+ "filename": "0x001a/rf9540-n_1.2.json"
1718
+ },
1719
+ {
1720
+ "manufacturerId": "0x001a",
1721
+ "manufacturer": "Eaton",
1722
+ "label": "RF9540-N",
1723
+ "productType": "0x4449",
1724
+ "productId": "0xff00",
1725
+ "firmwareVersion": {
1726
+ "min": "1.2",
1727
+ "max": "255.255"
1728
+ },
1729
+ "filename": "0x001a/rf9540-n_1.2.json"
1694
1730
  },
1695
1731
  {
1696
1732
  "manufacturerId": "0x001a",
@@ -13476,6 +13512,18 @@
13476
13512
  },
13477
13513
  "filename": "0x010f/fgd212.json"
13478
13514
  },
13515
+ {
13516
+ "manufacturerId": "0x010f",
13517
+ "manufacturer": "Fibargroup",
13518
+ "label": "FGD212",
13519
+ "productType": "0x0102",
13520
+ "productId": "0x1001",
13521
+ "firmwareVersion": {
13522
+ "min": "0.0",
13523
+ "max": "255.255"
13524
+ },
13525
+ "filename": "0x010f/fgd212.json"
13526
+ },
13479
13527
  {
13480
13528
  "manufacturerId": "0x010f",
13481
13529
  "manufacturer": "Fibargroup",
@@ -13704,6 +13752,18 @@
13704
13752
  },
13705
13753
  "filename": "0x010f/fgfs101.json"
13706
13754
  },
13755
+ {
13756
+ "manufacturerId": "0x010f",
13757
+ "manufacturer": "Fibargroup",
13758
+ "label": "FGFS101",
13759
+ "productType": "0x0b00",
13760
+ "productId": "0x4001",
13761
+ "firmwareVersion": {
13762
+ "min": "0.0",
13763
+ "max": "255.255"
13764
+ },
13765
+ "filename": "0x010f/fgfs101.json"
13766
+ },
13707
13767
  {
13708
13768
  "manufacturerId": "0x010f",
13709
13769
  "manufacturer": "Fibargroup",
@@ -19032,6 +19092,18 @@
19032
19092
  },
19033
19093
  "filename": "0x0148/stellaz.json"
19034
19094
  },
19095
+ {
19096
+ "manufacturerId": "0x0148",
19097
+ "manufacturer": "Eurotronic",
19098
+ "label": "TFS 700087",
19099
+ "productType": "0x0004",
19100
+ "productId": "0x0001",
19101
+ "firmwareVersion": {
19102
+ "min": "0.0",
19103
+ "max": "255.255"
19104
+ },
19105
+ "filename": "0x0148/temp_humidity_sensor.json"
19106
+ },
19035
19107
  {
19036
19108
  "manufacturerId": "0x0149",
19037
19109
  "manufacturer": "wiDom",
@@ -24939,7 +25011,7 @@
24939
25011
  {
24940
25012
  "manufacturerId": "0x0208",
24941
25013
  "manufacturer": "HANK Electronics Ltd.",
24942
- "label": "HKZW_SO03",
25014
+ "label": "HKZW-SO03",
24943
25015
  "productType": "0x0101",
24944
25016
  "productId": "0x000a",
24945
25017
  "firmwareVersion": {
@@ -30168,6 +30240,18 @@
30168
30240
  },
30169
30241
  "filename": "0x032e/das-102.json"
30170
30242
  },
30243
+ {
30244
+ "manufacturerId": "0x032e",
30245
+ "manufacturer": "Defaro",
30246
+ "label": "DAT-101",
30247
+ "productType": "0x0013",
30248
+ "productId": "0x0021",
30249
+ "firmwareVersion": {
30250
+ "min": "0.0",
30251
+ "max": "255.255"
30252
+ },
30253
+ "filename": "0x032e/dat-101.json"
30254
+ },
30171
30255
  {
30172
30256
  "manufacturerId": "0x032e",
30173
30257
  "manufacturer": "DEFARO",
@@ -30312,6 +30396,30 @@
30312
30396
  },
30313
30397
  "filename": "0x0330/veggplug.json"
30314
30398
  },
30399
+ {
30400
+ "manufacturerId": "0x0330",
30401
+ "manufacturer": "Vesternet",
30402
+ "label": "VES-ZW-DIM-001",
30403
+ "productType": "0x0200",
30404
+ "productId": "0xd00c",
30405
+ "firmwareVersion": {
30406
+ "min": "0.0",
30407
+ "max": "255.255"
30408
+ },
30409
+ "filename": "0x0330/ves-zw-dim-001.json"
30410
+ },
30411
+ {
30412
+ "manufacturerId": "0x0330",
30413
+ "manufacturer": "Vesternet",
30414
+ "label": "VES-ZW-SWI-002",
30415
+ "productType": "0x0200",
30416
+ "productId": "0xd00f",
30417
+ "firmwareVersion": {
30418
+ "min": "0.0",
30419
+ "max": "255.255"
30420
+ },
30421
+ "filename": "0x0330/ves-zw-swi-002.json"
30422
+ },
30315
30423
  {
30316
30424
  "manufacturerId": "0x0330",
30317
30425
  "manufacturer": "Sunricher",
@@ -158,6 +158,44 @@
158
158
  }
159
159
  ]
160
160
  },
161
+ "dimmer_type_trail_lead": {
162
+ "label": "Dimmer Mode",
163
+ "valueSize": 1,
164
+ "minValue": 0,
165
+ "maxValue": 1,
166
+ "defaultValue": 0,
167
+ "allowManualEntry": false,
168
+ "unsigned": true,
169
+ "options": [
170
+ {
171
+ "label": "Trailing edge",
172
+ "value": 0
173
+ },
174
+ {
175
+ "label": "Leading edge",
176
+ "value": 1
177
+ }
178
+ ]
179
+ },
180
+ "dimmer_type_lead_trail": {
181
+ "label": "Dimmer Mode",
182
+ "valueSize": 1,
183
+ "minValue": 0,
184
+ "maxValue": 1,
185
+ "defaultValue": 0,
186
+ "allowManualEntry": false,
187
+ "unsigned": true,
188
+ "options": [
189
+ {
190
+ "label": "Leading edge",
191
+ "value": 0
192
+ },
193
+ {
194
+ "label": "Trailing edge",
195
+ "value": 1
196
+ }
197
+ ]
198
+ },
161
199
  "dimming_timing_with_0": {
162
200
  "$import": "#base_0-255_nounit",
163
201
  "unit": "10ms",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "8.11.2-20220117",
3
+ "version": "8.11.3-20220127",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"