-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzen22_V3.json
492 lines (492 loc) · 10.7 KB
/
zen22_V3.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
// Zooz ZEN22
// Dimmer Paddle Switch
{
"manufacturer": "Zooz",
"manufacturerId": "0x027a",
"label": "ZEN22",
"description": "Dimmer Paddle Switch",
"devices": [
{
"productType": "0xb112",
"productId": "0x1f1c"
}
],
"firmwareVersion": {
"min": "3.0",
"max": "19.0"
},
"supportsZWavePlus": true,
"paramInformation": {
"1": {
"label": "Paddle Control",
"description": "Choose Paddle Functionality",
"valueSize": 1,
"minValue": 0,
"maxValue": 2,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "Upper paddle turns on, lower paddle turns off",
"value": 0
},
{
"label": "Upper paddle turns off, lower paddle turns on",
"value": 1
},
{
"label": "Any paddle turns on/off",
"value": 2
}
]
},
"2": {
"label": "LED Indicator Control",
"description": "Choose LED Functionality",
"valueSize": 1,
"minValue": 0,
"maxValue": 3,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "LED on when switch off, LED off when switch off",
"value": 0
},
{
"label": "LED on when switch on, LED off when switch off",
"value": 1
},
{
"label": "LED always OFF",
"value": 2
},
{
"label": "LED always ON",
"value": 3
}
]
},
"3": {
"label": "Auto Turn-off enable/disable",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "Timer disabled",
"value": 0
},
{
"label": "Timer enabled",
"value": 1
}
]
},
"4": {
"label": "Auto Turn-off time",
"unit": "minutes",
"valueSize": 4,
"minValue": 1,
"maxValue": 65535,
"defaultValue": 60,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": true
},
"5": {
"label": "Auto Turn-on enable/disable",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "Timer disabled",
"value": 0
},
{
"label": "Timer enabled",
"value": 1
}
]
},
"6": {
"label": "Auto Turn-On Timer Duration",
"unit": "minutes",
"valueSize": 4,
"minValue": 1,
"maxValue": 65535,
"defaultValue": 60,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": true
},
"7": {
"label": "Association Reports",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 15,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "None",
"value": 0
},
{
"label": "Physical tap on ZEN22 only",
"value": 1
},
{
"label": "Physical tap on connected 3-way switch only",
"value": 2
},
{
"label": "Physical tap on ZEN22 or connected 3-way switch",
"value": 3
},
{
"label": "Z-Wave command from hub",
"value": 4
},
{
"label": "Physical tap on ZEN22 or Z-Wave command from hub",
"value": 5
},
{
"label": "Physical tap on connected 3-way switch or Z-Wave command from hub",
"value": 6
},
{
"label": "Physical tap on ZEN22 / connected 3-way switch or Z-Wave command from hub",
"value": 7
},
{
"label": "Timer only",
"value": 8
},
{
"label": "Physical tap on ZEN22 or timer",
"value": 9
},
{
"label": "Physical tap on connected 3-way switch or timer",
"value": 10
},
{
"label": "Physical tap on ZEN22 / connected 3-way switch or timer",
"value": 11
},
{
"label": "Z-Wave command from hub or timer",
"value": 12
},
{
"label": "Physical tap on ZEN22, Z-Wave command from hub, or timer",
"value": 13
},
{
"label": "Physical tap on ZEN22 / connected 3-way switch, Z-Wave command from hub, or timer",
"value": 14
},
{
"label": "All of the above. (default)",
"value": 15
}
]
},
"8": {
"label": "Status after Power failure",
"valueSize": 1,
"minValue": 0,
"maxValue": 2,
"defaultValue": 2,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "forced to OFF",
"value": 0
},
{
"label": "forced to ON",
"value": 1
},
{
"label": "restore prior status",
"value": 2
}
]
},
"9": {
"label": "Dimmer Ramp Rate",
"unit": "seconds",
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 1,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": true
},
"10": {
"label": "Minimum brightness level",
"unit": "percent",
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 1,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": true
},
"11": {
"label": "Maximum brightness level",
"unit": "percent",
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 99,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": true
},
"12": {
"label": "Double Tap function",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "Full brightness (default)",
"value": 0
},
{
"label": "Brightness set in parameter 11",
"value": 1
}
]
},
"13": {
"label": "Enable/Disable Scene Control",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "Disabled (default)",
"value": 0
},
{
"label": "Enabled",
"value": 1
}
]
},
"14": {
"label": "Enable/Disable Double-tap",
"valueSize": 1,
"minValue": 0,
"maxValue": 2,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "Enabled",
"value": 0
},
{
"label": "Disabled (last level)",
"value": 1
},
{
"label": "Disabled (full/max level)",
"value": 2
}
]
},
"15": {
"instance": 1,
"label": "Smart Bulb Mode: Enable/Disable Paddle / Z-Wave Control",
"unit": "",
"valueSize": 1,
"minValue": 0,
"maxValue": 2,
"defaultValue": 1,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "Physical paddle control disabled",
"value": 0
},
{
"label": "Physical paddle control enabled (default)",
"value": 1
},
{
"label": "Physical paddle and Z-Wave control disabled",
"value": 2
}
]
},
"16": {
"instance": 1,
"label": "Physical Dimming Speed",
"type" : "byte",
"unit": "",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 4,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": true
},
"17": {
"instance": 1,
"label": "Zwave Ramp Rate Control",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "Z-Wave ramp rate matches the physical ramp rate set in parameter 9",
"value": 0
},
{
"label": "Z-Wave ramp rate is set independently using appropriate Z-Wave commands (default)",
"value": 1
}
]
},
"18": {
"instance": 1,
"label": "Custom Brightness Level On",
"type" : "byte",
"unit": "",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": true
},
"19": {
"instance": 1,
"label": "3-Way Switch Type",
"unit": "",
"valueSize": 1,
"minValue": 0,
"maxValue": 3,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "Regular mechanical 3-way on/off switch, use the connected 3-way switch to turn the light off or on to the last brightness level, dimming only available from the Zooz Z-Wave dimmer and from the hub (or through voice control if smart speaker is integrated with your Z-Wave hub) (default)",
"value": 0
},
{
"label": "Regular mechanical 3-way on/off switch, tap the paddles once to change state (light on or off), tap the paddles twice quickly to turn light on to full brightness, tap the paddles quickly 3 times to enable a dimming sequence (the light will start dimming up and down in a loop) and tap the switch again to set the selected brightness level",
"value": 1
},
{
"label": "Momentary switch, click once to change status (light on or off), click twice quickly to turn light on to full brightness, press and hold to adjust brightness (dim up / dim down in sequence)",
"value": 2
},
{
"label": "Momentary switch, click once to change status (light on or off), click twice quickly to turn light on to full brightness, press and hold to adjust brightness (dim up / dim down in sequence but always reduce brightness after double click)",
"value": 3
}
]
},
"20": {
"instance": 1,
"label": "Zwave tap and hold Control",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "Report each brightness level to hub when physical / Z-Wave control is disabled for physical dimming (final level only reported if physical / Z-Wave control is enabled)",
"value": 0
},
{
"label": "Report final brightness level only for physical dimming, regardless of the physical / Z-Wave control mode",
"value": 1
}
]
},
"21": {
"instance": 1,
"label": "Reporting behavior with disabled physical control",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": false,
"options": [
{
"label": "switch reports on/off status and changes LED indicator state even if physical and Z-Wave control is disabled (default)",
"value": 0
},
{
"label": "switch doesn't report on/off status or change LED indicator state when physical (and Z-Wave) control is disabled",
"value": 1
}
]
},
"22": {
"instance": 1,
"label": "Night Light Mode",
"type" : "byte",
"unit": "",
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 20,
"readOnly": false,
"writeOnly": false,
"allowManualEntry": true
}
}
}