@zwave-js/config 10.12.0 → 10.13.0

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,123 @@
1
+ {
2
+ "manufacturer": "Vesternet",
3
+ "manufacturerId": "0x0330",
4
+ "label": "VES-ZW-HLD-016",
5
+ "description": "High Load Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0xd019"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "2.2.5",
14
+ "max": "2.2.7"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "2",
19
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
20
+ },
21
+ {
22
+ "#": "3",
23
+ "$import": "~/templates/master_template.json#base_enable_disable",
24
+ "label": "Send Basic Report on State Change",
25
+ "defaultValue": 1
26
+ },
27
+ {
28
+ "#": "4",
29
+ "$import": "~/templates/master_template.json#base_enable_disable",
30
+ "label": "Over Current Protection",
31
+ "description": "Triggered at over 16A.",
32
+ "defaultValue": 1
33
+ },
34
+ {
35
+ "#": "5",
36
+ "label": "Switch Type",
37
+ "valueSize": 1,
38
+ "defaultValue": 0,
39
+ "allowManualEntry": false,
40
+ "unsigned": true,
41
+ "options": [
42
+ {
43
+ "label": "Momentary",
44
+ "value": 0
45
+ },
46
+ {
47
+ "label": "Toggle",
48
+ "value": 1
49
+ }
50
+ ]
51
+ },
52
+ {
53
+ "#": "10",
54
+ "label": "Power Change Report Threshold",
55
+ "unit": "W",
56
+ "valueSize": 1,
57
+ "minValue": 0,
58
+ "maxValue": 255,
59
+ "unsigned": true,
60
+ "defaultValue": 5,
61
+ "options": [
62
+ {
63
+ "label": "Disable",
64
+ "value": 0
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "#": "11",
70
+ "label": "Current Change Report Threshold",
71
+ "unit": "0.1 A",
72
+ "valueSize": 1,
73
+ "minValue": 0,
74
+ "maxValue": 255,
75
+ "unsigned": true,
76
+ "defaultValue": 1,
77
+ "options": [
78
+ {
79
+ "label": "Disable",
80
+ "value": 0
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "#": "12",
86
+ "label": "Voltage Change Report Threshold",
87
+ "unit": "V",
88
+ "valueSize": 1,
89
+ "minValue": 0,
90
+ "maxValue": 255,
91
+ "unsigned": true,
92
+ "defaultValue": 1,
93
+ "options": [
94
+ {
95
+ "label": "Disable",
96
+ "value": 0
97
+ }
98
+ ]
99
+ },
100
+ {
101
+ "#": "13",
102
+ "label": "Energy/Power/Voltage/Current Report Interval",
103
+ "unit": "seconds",
104
+ "valueSize": 4,
105
+ "minValue": 0,
106
+ "maxValue": 2678400,
107
+ "unsigned": true,
108
+ "defaultValue": 1800,
109
+ "options": [
110
+ {
111
+ "label": "Disable",
112
+ "value": 0
113
+ }
114
+ ]
115
+ }
116
+ ],
117
+ "metadata": {
118
+ "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 successful inclusion.",
119
+ "exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
120
+ "reset": "Press and hold the action button for over 10 seconds. The connected light will be set to 50% brightness and flash slowly.",
121
+ "manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-HLD-016.pdf"
122
+ }
123
+ }
@@ -0,0 +1,241 @@
1
+ {
2
+ "manufacturer": "Vesternet",
3
+ "manufacturerId": "0x0330",
4
+ "label": "VES-ZW-MOT-018",
5
+ "description": "Motor Controller",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0xd00d",
10
+ "zwaveAllianceId": 3342
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "2.4.5",
15
+ "max": "2.4.7"
16
+ },
17
+ "paramInformation": [
18
+ {
19
+ "#": "2",
20
+ "label": "Send Multi Level Report On State Change",
21
+ "unit": "%",
22
+ "valueSize": 1,
23
+ "minValue": 0,
24
+ "maxValue": 10,
25
+ "unsigned": true,
26
+ "defaultValue": 5,
27
+ "options": [
28
+ {
29
+ "label": "Disable",
30
+ "value": 0
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "#": "3",
36
+ "label": "Working Mode",
37
+ "valueSize": 1,
38
+ "minValue": 0,
39
+ "maxValue": 2,
40
+ "unsigned": true,
41
+ "defaultValue": 2,
42
+ "options": [
43
+ {
44
+ "label": "Light",
45
+ "value": 0
46
+ },
47
+ {
48
+ "label": "Shutter mode without positioning",
49
+ "value": 1
50
+ },
51
+ {
52
+ "label": "Shutter mode with positioning",
53
+ "value": 2
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ "#": "4",
59
+ "$import": "~/templates/master_template.json#base_enable_disable",
60
+ "label": "Save Positioning Percentage",
61
+ "defaultValue": 1
62
+ },
63
+ {
64
+ "#": "5",
65
+ "$import": "~/templates/master_template.json#base_enable_disable",
66
+ "label": "Over Current Protection",
67
+ "description": "Triggered when module goes over current limit.",
68
+ "defaultValue": 1
69
+ },
70
+ {
71
+ "#": "6",
72
+ "label": "Positioning Calibration",
73
+ "description": "Only valid in Shutter Mode with positioning. Set to 'Calibrate / Calibrated' to begin, will show 'Not Calibrated' or 'Calibrated' once complete.",
74
+ "valueSize": 1,
75
+ "minValue": 0,
76
+ "maxValue": 1,
77
+ "unsigned": true,
78
+ "defaultValue": 0,
79
+ "options": [
80
+ {
81
+ "label": "Not calibrated",
82
+ "value": 0
83
+ },
84
+ {
85
+ "label": "Calibrate / calibrated",
86
+ "value": 1
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "#": "7",
92
+ "label": "Momentary Switch Input Behaviour",
93
+ "description": "Only valid in Light Mode",
94
+ "valueSize": 1,
95
+ "defaultValue": 0,
96
+ "allowManualEntry": false,
97
+ "unsigned": true,
98
+ "options": [
99
+ {
100
+ "label": "All the same, toggle the respective output",
101
+ "value": 0
102
+ },
103
+ {
104
+ "label": "Short press only, toggle the respective output",
105
+ "value": 1
106
+ },
107
+ {
108
+ "label": "Hold & release only, toggle the respective output",
109
+ "value": 2
110
+ },
111
+ {
112
+ "label": "Short press only, toggle both outputs",
113
+ "value": 3
114
+ },
115
+ {
116
+ "label": "Hold & release only, toggle both outputs",
117
+ "value": 4
118
+ }
119
+ ]
120
+ },
121
+ {
122
+ "#": "8",
123
+ "$import": "~/templates/master_template.json#base_enable_disable",
124
+ "label": "Inclusion / Exclusion Using External Switch On Input S1",
125
+ "defaultValue": 1
126
+ },
127
+ {
128
+ "#": "9",
129
+ "label": "Send Central Scene Commands In Response To Inputs",
130
+ "valueSize": 1,
131
+ "defaultValue": 1,
132
+ "allowManualEntry": false,
133
+ "unsigned": true,
134
+ "options": [
135
+ {
136
+ "label": "Disabled for both inputs",
137
+ "value": 0
138
+ },
139
+ {
140
+ "label": "Enabled for both inputs",
141
+ "value": 1
142
+ },
143
+ {
144
+ "label": "Enable for S1 input only",
145
+ "value": 2
146
+ },
147
+ {
148
+ "label": "Enable for S2 input only",
149
+ "value": 3
150
+ }
151
+ ]
152
+ },
153
+ {
154
+ "#": "10",
155
+ "label": "Power Change Report Threshold",
156
+ "unit": "W",
157
+ "valueSize": 1,
158
+ "minValue": 0,
159
+ "maxValue": 100,
160
+ "unsigned": true,
161
+ "defaultValue": 10,
162
+ "options": [
163
+ {
164
+ "label": "Disable",
165
+ "value": 0
166
+ }
167
+ ]
168
+ },
169
+ {
170
+ "#": "11",
171
+ "label": "Current Change Report Threshold",
172
+ "unit": "0.1 A",
173
+ "valueSize": 1,
174
+ "minValue": 0,
175
+ "maxValue": 10,
176
+ "unsigned": true,
177
+ "defaultValue": 1,
178
+ "options": [
179
+ {
180
+ "label": "Disable",
181
+ "value": 0
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "#": "12",
187
+ "label": "Voltage Change Report Threshold",
188
+ "unit": "V",
189
+ "valueSize": 1,
190
+ "minValue": 0,
191
+ "maxValue": 10,
192
+ "unsigned": true,
193
+ "defaultValue": 2,
194
+ "options": [
195
+ {
196
+ "label": "Disable",
197
+ "value": 0
198
+ }
199
+ ]
200
+ },
201
+ {
202
+ "#": "13",
203
+ "label": "Slats Rotation Time",
204
+ "description": "Only valid in Shutter Mode with positioning. Time taken to rotate slats before blind starts to move.",
205
+ "unit": "0.1 seconds",
206
+ "valueSize": 1,
207
+ "minValue": 0,
208
+ "maxValue": 250,
209
+ "unsigned": true,
210
+ "defaultValue": 0,
211
+ "options": [
212
+ {
213
+ "label": "Disable",
214
+ "value": 0
215
+ }
216
+ ]
217
+ },
218
+ {
219
+ "#": "14",
220
+ "label": "Energy/Power/Voltage/Current Report Interval",
221
+ "unit": "seconds",
222
+ "valueSize": 4,
223
+ "minValue": 0,
224
+ "maxValue": 2678400,
225
+ "unsigned": true,
226
+ "defaultValue": 3600,
227
+ "options": [
228
+ {
229
+ "label": "Disable",
230
+ "value": 0
231
+ }
232
+ ]
233
+ }
234
+ ],
235
+ "metadata": {
236
+ "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 successful inclusion.",
237
+ "exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
238
+ "reset": "Press and hold the action button for over 10 seconds.",
239
+ "manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-MOT-018.pdf"
240
+ }
241
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "manufacturer": "Vesternet",
3
+ "manufacturerId": "0x0330",
4
+ "label": "VES-ZW-REM-010",
5
+ "description": "Remote Control - 12 Button",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0300",
9
+ "productId": "0xb302",
10
+ "zwaveAllianceId": 3907
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "1.25",
15
+ "max": "1.28"
16
+ },
17
+ // This is a re-branded version of the Sunricher ZV9001K12-DIM-Z4
18
+ "preferred": true,
19
+ "metadata": {
20
+ "inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Press and hold down both | and O buttons on the top row for over 3 seconds until the LED indicator turns on. After approximately 10 seconds the LED indicator will blink 6 times to indicate successful inclusion.",
21
+ "exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Press and hold down both | and O buttons on the top row for over 3 seconds until the LED indicator turns on. After approximately 7 seconds the LED indicator will blink 4 times to indicate successful exclusion.",
22
+ "reset": "Press and hold down both | and O buttons on the top row for over 10 seconds until the LED indicator turns on. Release both | and O buttons and the LED indicator will blink 4 times to indicate successful factory reset.",
23
+ "manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-REM-010.pdf"
24
+ }
25
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "manufacturer": "Vesternet",
3
+ "manufacturerId": "0x0060",
4
+ "label": "VES-ZW-SOC-28",
5
+ "description": "UK Socket Plug",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0034",
9
+ "productId": "0x0001",
10
+ "zwaveAllianceId": [4675]
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "1.0.24",
15
+ "max": "1.0.26"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Reports",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Control",
25
+ "maxNodes": 5
26
+ }
27
+ },
28
+ "paramInformation": [
29
+ {
30
+ "#": "1",
31
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
32
+ },
33
+ {
34
+ "#": "2",
35
+ "label": "LED Indicator",
36
+ "valueSize": 1,
37
+ "defaultValue": 2,
38
+ "unsigned": true,
39
+ "allowManualEntry": false,
40
+ "options": [
41
+ {
42
+ "label": "Disabled",
43
+ "value": 0
44
+ },
45
+ {
46
+ "label": "Enabled",
47
+ "value": 1
48
+ },
49
+ {
50
+ "label": "Enabled for 5 seconds",
51
+ "value": 2
52
+ }
53
+ ]
54
+ }
55
+ ],
56
+ "metadata": {
57
+ "inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Either power cycle the product for power-on inclusion, or press the button and hold for 3 seconds.",
58
+ "exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Press the button and hold for 3 seconds.",
59
+ "reset": "Step 1. Press the button 3 times within 1.5 seconds.\nStep 2. Within 1 second of Step 1, press the button and hold for over 5 seconds until the LED is off..",
60
+ "manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-SOC-28.pdf"
61
+ }
62
+ }
@@ -6,12 +6,13 @@
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0200",
9
- "productId": "0xd00f"
9
+ "productId": "0xd00f",
10
+ "zwaveAllianceId": 3333
10
11
  }
11
12
  ],
12
13
  "firmwareVersion": {
13
- "min": "0.0",
14
- "max": "255.255"
14
+ "min": "1.4",
15
+ "max": "1.7"
15
16
  },
16
17
  "paramInformation": [
17
18
  {
@@ -20,14 +21,14 @@
20
21
  },
21
22
  {
22
23
  "#": "3",
23
- "label": "Send Basic Report on State Change",
24
24
  "$import": "~/templates/master_template.json#base_enable_disable",
25
+ "label": "Send Basic Report on State Change",
25
26
  "defaultValue": 1
26
27
  },
27
28
  {
28
29
  "#": "4",
29
- "label": "Use External Switch for Inclusion/Exclusion",
30
30
  "$import": "~/templates/master_template.json#base_enable_disable",
31
+ "label": "Use External Switch for Inclusion/Exclusion",
31
32
  "defaultValue": 1
32
33
  },
33
34
  {
@@ -0,0 +1,168 @@
1
+ {
2
+ "manufacturer": "Vesternet",
3
+ "manufacturerId": "0x0330",
4
+ "label": "VES-ZW-SWI-014",
5
+ "description": "2 Channel Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0xd109"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "1.2.5",
14
+ "max": "1.2.7"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "2",
19
+ "label": "Send Binary Report on State Change",
20
+ "$import": "~/templates/master_template.json#base_enable_disable",
21
+ "defaultValue": 1
22
+ },
23
+ {
24
+ "#": "4",
25
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
26
+ },
27
+ {
28
+ "#": "5",
29
+ "$import": "~/templates/master_template.json#base_enable_disable",
30
+ "label": "Over Current Protection",
31
+ "description": "Triggered when module goes over current limit.",
32
+ "defaultValue": 1
33
+ },
34
+ {
35
+ "#": "7",
36
+ "label": "Momentary Switch Input Behaviour",
37
+ "description": "Only valid in Light Mode",
38
+ "valueSize": 1,
39
+ "defaultValue": 0,
40
+ "allowManualEntry": false,
41
+ "unsigned": true,
42
+ "options": [
43
+ {
44
+ "label": "All the same, toggle the respective output",
45
+ "value": 0
46
+ },
47
+ {
48
+ "label": "Short press only, toggle the respective output",
49
+ "value": 1
50
+ },
51
+ {
52
+ "label": "Hold & release only, toggle the respective output",
53
+ "value": 2
54
+ },
55
+ {
56
+ "label": "Short press only, toggle both outputs",
57
+ "value": 3
58
+ },
59
+ {
60
+ "label": "Hold & release only, toggle both outputs",
61
+ "value": 4
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "#": "8",
67
+ "$import": "~/templates/master_template.json#base_enable_disable",
68
+ "label": "Inclusion / Exclusion Using External Switch On Input S1",
69
+ "defaultValue": 1
70
+ },
71
+ {
72
+ "#": "9",
73
+ "label": "Send Central Scene Commands In Response To Inputs",
74
+ "valueSize": 1,
75
+ "defaultValue": 1,
76
+ "allowManualEntry": false,
77
+ "unsigned": true,
78
+ "options": [
79
+ {
80
+ "label": "Disabled for both inputs",
81
+ "value": 0
82
+ },
83
+ {
84
+ "label": "Enabled for both inputs",
85
+ "value": 1
86
+ },
87
+ {
88
+ "label": "Enable for S1 input only",
89
+ "value": 2
90
+ },
91
+ {
92
+ "label": "Enable for S2 input only",
93
+ "value": 3
94
+ }
95
+ ]
96
+ },
97
+ {
98
+ "#": "10",
99
+ "label": "Power Change Report Threshold",
100
+ "unit": "W",
101
+ "valueSize": 1,
102
+ "minValue": 0,
103
+ "maxValue": 100,
104
+ "unsigned": true,
105
+ "defaultValue": 10,
106
+ "options": [
107
+ {
108
+ "label": "Disable",
109
+ "value": 0
110
+ }
111
+ ]
112
+ },
113
+ {
114
+ "#": "11",
115
+ "label": "Current Change Report Threshold",
116
+ "unit": "0.1 A",
117
+ "valueSize": 1,
118
+ "minValue": 0,
119
+ "maxValue": 10,
120
+ "unsigned": true,
121
+ "defaultValue": 1,
122
+ "options": [
123
+ {
124
+ "label": "Disable",
125
+ "value": 0
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "#": "12",
131
+ "label": "Voltage Change Report Threshold",
132
+ "unit": "V",
133
+ "valueSize": 1,
134
+ "minValue": 0,
135
+ "maxValue": 10,
136
+ "unsigned": true,
137
+ "defaultValue": 2,
138
+ "options": [
139
+ {
140
+ "label": "Disable",
141
+ "value": 0
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "#": "14",
147
+ "label": "Energy/Power/Voltage/Current Report Interval",
148
+ "unit": "seconds",
149
+ "valueSize": 4,
150
+ "minValue": 0,
151
+ "maxValue": 2678400,
152
+ "unsigned": true,
153
+ "defaultValue": 3600,
154
+ "options": [
155
+ {
156
+ "label": "Disable",
157
+ "value": 0
158
+ }
159
+ ]
160
+ }
161
+ ],
162
+ "metadata": {
163
+ "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 successful inclusion.",
164
+ "exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
165
+ "reset": "Press and hold the action button for over 10 seconds.",
166
+ "manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-SWI-014.pdf"
167
+ }
168
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "manufacturer": "Vesternet",
3
+ "manufacturerId": "0x0330",
4
+ "label": "VES-ZW-WAL-003",
5
+ "description": "Wall Controller - 2 Button",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0300",
9
+ "productId": "0xa307",
10
+ "zwaveAllianceId": 3900
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "1.27",
15
+ "max": "1.29"
16
+ },
17
+ "metadata": {
18
+ "inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Press and hold down both | and O buttons for over 3 seconds until the LED indicator turns on. After approximately 10 seconds the LED indicator will blink 6 times to indicate successful inclusion.",
19
+ "exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Press and hold down both | and O buttons for over 3 seconds until the LED indicator turns on. After approximately 7 seconds the LED indicator will blink 4 times to indicate successful exclusion.",
20
+ "reset": "Press and hold down both | and O buttons for over 10 seconds until the LED indicator turns on. Release both | and O buttons and the LED indicator will blink 4 times to indicate successful factory reset.",
21
+ "manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-WAL-003.pdf"
22
+ }
23
+ }