@zwave-js/config 10.16.0 → 10.19.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.
@@ -44,17 +44,17 @@
44
44
  },
45
45
  {
46
46
  "#": "3",
47
- "$import": "templates/zooz_template.json#auto_off_timer_variable_unit",
47
+ "$import": "templates/zooz_template.json#auto_off_timer_variable_unit_5x_short",
48
48
  "label": "Relay 1: Auto Off Timer"
49
49
  },
50
50
  {
51
51
  "#": "4",
52
- "$import": "templates/zooz_template.json#auto_on_timer_variable_unit",
52
+ "$import": "templates/zooz_template.json#auto_on_timer_variable_unit_5x_short",
53
53
  "label": "Relay 1: Auto On Timer"
54
54
  },
55
55
  {
56
56
  "#": "7",
57
- "$import": "templates/zooz_template.json#auto_timer_unit_select",
57
+ "$import": "templates/zooz_template.json#auto_timer_unit_select_min_sec",
58
58
  "label": "Relay 1: Timer Unit"
59
59
  },
60
60
  {
@@ -84,17 +84,17 @@
84
84
  },
85
85
  {
86
86
  "#": "5",
87
- "$import": "templates/zooz_template.json#auto_off_timer_variable_unit",
87
+ "$import": "templates/zooz_template.json#auto_off_timer_variable_unit_5x_short",
88
88
  "label": "Relay 2: Auto Off Timer"
89
89
  },
90
90
  {
91
91
  "#": "6",
92
- "$import": "templates/zooz_template.json#auto_on_timer_variable_unit",
92
+ "$import": "templates/zooz_template.json#auto_on_timer_variable_unit_5x_short",
93
93
  "label": "Relay 2: Auto On Timer"
94
94
  },
95
95
  {
96
96
  "#": "8",
97
- "$import": "templates/zooz_template.json#auto_timer_unit_select",
97
+ "$import": "templates/zooz_template.json#auto_timer_unit_select_min_sec",
98
98
  "label": "Relay 2: Timer Unit"
99
99
  },
100
100
  {
@@ -128,7 +128,7 @@
128
128
  },
129
129
  {
130
130
  "#": "24",
131
- "$import": "templates/zooz_template.json#association_reports"
131
+ "$import": "templates/zooz_template.json#association_reports_binary"
132
132
  }
133
133
  ],
134
134
  "metadata": {
@@ -0,0 +1,234 @@
1
+ {
2
+ "manufacturer": "Zooz",
3
+ "manufacturerId": "0x027a",
4
+ "label": "ZEN53 LR",
5
+ "description": "DC Motor Controller",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0904",
9
+ "productId": "0x0219"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "label": "State/Position After Power Failure",
20
+ "valueSize": 1,
21
+ "minValue": 0,
22
+ "maxValue": 100,
23
+ "defaultValue": 100,
24
+ "options": [
25
+ {
26
+ "label": "Always off",
27
+ "value": 0
28
+ },
29
+ {
30
+ "label": "Previous position",
31
+ "value": 100
32
+ }
33
+ ]
34
+ },
35
+ {
36
+ "#": "2",
37
+ "$import": "~/templates/master_template.json#enable_led_indicator",
38
+ "defaultValue": 1
39
+ },
40
+ {
41
+ "#": "3",
42
+ "label": "Motor Cycle Duration (Shutter Mode)",
43
+ "valueSize": 2,
44
+ "unit": "ms",
45
+ "minValue": 0,
46
+ "maxValue": 65535,
47
+ "defaultValue": 6000,
48
+ "unsigned": true,
49
+ "options": [
50
+ {
51
+ "label": "Use limit switches",
52
+ "value": 0
53
+ }
54
+ ]
55
+ },
56
+ {
57
+ "#": "4",
58
+ "label": "Motor Cycle Duration (Venetian Mode)",
59
+ "valueSize": 2,
60
+ "unit": "ms",
61
+ "minValue": 0,
62
+ "maxValue": 65535,
63
+ "defaultValue": 1000,
64
+ "unsigned": true,
65
+ "options": [
66
+ {
67
+ "label": "Use limit switches",
68
+ "value": 0
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "#": "5",
74
+ "label": "Calibration",
75
+ "valueSize": 1,
76
+ "defaultValue": 0,
77
+ "allowManualEntry": false,
78
+ "options": [
79
+ {
80
+ "label": "Idle / Stop calibration",
81
+ "value": 0
82
+ },
83
+ {
84
+ "label": "Shutter mode calibration",
85
+ "value": 1
86
+ },
87
+ {
88
+ "label": "Venetian mode calibration",
89
+ "value": 2
90
+ }
91
+ ]
92
+ },
93
+ {
94
+ "#": "17",
95
+ "label": "Calibration correction",
96
+ "valueSize": 1,
97
+ "defaultValue": 0,
98
+ "allowManualEntry": false,
99
+ "options": [
100
+ {
101
+ "label": "Idle / Stop repositioning",
102
+ "value": 0
103
+ },
104
+ {
105
+ "label": "Start repositioning",
106
+ "value": 1
107
+ }
108
+ ]
109
+ },
110
+ {
111
+ "#": "6",
112
+ "label": "Operation Mode",
113
+ "valueSize": 1,
114
+ "defaultValue": 1,
115
+ "allowManualEntry": false,
116
+ "options": [
117
+ {
118
+ "label": "Shutter without positioning",
119
+ "value": 0
120
+ },
121
+ {
122
+ "label": "Shutter with positioning",
123
+ "value": 1
124
+ },
125
+ {
126
+ "label": "Venetian",
127
+ "value": 2
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "#": "9",
133
+ "label": "Reverse Motor Direction",
134
+ "valueSize": 1,
135
+ "defaultValue": 0,
136
+ "allowManualEntry": false,
137
+ "options": [
138
+ {
139
+ "label": "Not reversed",
140
+ "value": 0
141
+ },
142
+ {
143
+ "label": "Reversed",
144
+ "value": 1
145
+ }
146
+ ]
147
+ },
148
+ {
149
+ "#": "8",
150
+ "$import": "~/templates/master_template.json#base_enable_disable",
151
+ "label": "Inclusion From Switch",
152
+ "defaultValue": 1
153
+ },
154
+ {
155
+ "#": "14",
156
+ "label": "External Switch Type (S1)",
157
+ "valueSize": 1,
158
+ "unsigned": true,
159
+ "defaultValue": 0,
160
+ "allowManualEntry": false,
161
+ "options": [
162
+ {
163
+ "label": "Toggle switch",
164
+ "value": 0
165
+ },
166
+ {
167
+ "label": "Momentary switch",
168
+ "value": 1
169
+ }
170
+ ]
171
+ },
172
+ {
173
+ "#": "15",
174
+ "label": "External Switch Type (S2)",
175
+ "valueSize": 1,
176
+ "unsigned": true,
177
+ "defaultValue": 0,
178
+ "allowManualEntry": false,
179
+ "options": [
180
+ {
181
+ "label": "Toggle switch",
182
+ "value": 0
183
+ },
184
+ {
185
+ "label": "Momentary switch",
186
+ "value": 1
187
+ }
188
+ ]
189
+ },
190
+ {
191
+ "#": "7",
192
+ "label": "Momentary Switch Configuration",
193
+ "valueSize": 1,
194
+ "defaultValue": 0,
195
+ "allowManualEntry": false,
196
+ "options": [
197
+ {
198
+ "label": "Single 2-button switch",
199
+ "value": 0
200
+ },
201
+ {
202
+ "label": "Two 1-button switches",
203
+ "value": 1
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "#": "10",
209
+ "$import": "templates/zooz_template.json#auto_timer_variable_unit_base_5x_long",
210
+ "label": "Auto-Open Timer"
211
+ },
212
+ {
213
+ "#": "11",
214
+ "$import": "templates/zooz_template.json#auto_timer_variable_unit_base_5x_long",
215
+ "label": "Auto-Close Timer"
216
+ },
217
+ {
218
+ "#": "12",
219
+ "$import": "templates/zooz_template.json#auto_timer_unit_select_sec_min"
220
+ },
221
+ {
222
+ "#": "13",
223
+ "$import": "templates/zooz_template.json#local_zwave_control"
224
+ },
225
+ {
226
+ "#": "16",
227
+ "$import": "templates/zooz_template.json#association_reports_multilevel"
228
+ }
229
+ ],
230
+ "metadata": {
231
+ "$import": "templates/zooz_template.json#zen5x_metadata",
232
+ "manual": "https://www.getzooz.com/downloads/zooz-700-z-wave-plus-long-range-dc-motor-controller-zen53-manual.pdf"
233
+ }
234
+ }
@@ -0,0 +1,152 @@
1
+ {
2
+ "manufacturer": "Zooz",
3
+ "manufacturerId": "0x027a",
4
+ "label": "ZEN54 LR",
5
+ "description": "0-10 V Dimmer",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0904",
9
+ "productId": "0x0218"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "label": "State/Brightness After Power Failure",
20
+ "valueSize": 1,
21
+ "minValue": 0,
22
+ "maxValue": 100,
23
+ "defaultValue": 100,
24
+ "options": [
25
+ {
26
+ "label": "Always off",
27
+ "value": 0
28
+ },
29
+ {
30
+ "label": "Previous brightness",
31
+ "value": 100
32
+ }
33
+ ]
34
+ },
35
+ {
36
+ "#": "2",
37
+ "$import": "~/templates/master_template.json#enable_led_indicator",
38
+ "defaultValue": 1
39
+ },
40
+ {
41
+ "#": "3",
42
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
43
+ "label": "Dimming Speed",
44
+ "unit": "seconds",
45
+ "defaultValue": 5,
46
+ "options": [
47
+ {
48
+ "label": "Instant",
49
+ "value": 0
50
+ }
51
+ ]
52
+ },
53
+ {
54
+ "$if": "firmwareVersion >= 1.10",
55
+ "#": "4",
56
+ "label": "Minimum Brightness",
57
+ "valueSize": 1,
58
+ "minValue": 1,
59
+ "maxValue": 45,
60
+ "defaultValue": 1
61
+ },
62
+ {
63
+ "$if": "firmwareVersion >= 1.10",
64
+ "#": "5",
65
+ "label": "Maximum Brightness",
66
+ "valueSize": 1,
67
+ "minValue": 55,
68
+ "maxValue": 99,
69
+ "defaultValue": 99
70
+ },
71
+ {
72
+ "#": "6",
73
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
74
+ "label": "Kickstart Brightness",
75
+ "defaultValue": 0,
76
+ "options": [
77
+ {
78
+ "label": "Disable",
79
+ "value": 0
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "#": "7",
85
+ "$import": "~/templates/master_template.json#base_enable_disable",
86
+ "label": "Inclusion From Switch",
87
+ "defaultValue": 1
88
+ },
89
+ {
90
+ "#": "12",
91
+ "$import": "templates/zooz_template.json#external_switch_type_0-3"
92
+ },
93
+ {
94
+ "#": "8",
95
+ "$import": "templates/zooz_template.json#auto_off_timer_variable_unit_5x_long"
96
+ },
97
+ {
98
+ "#": "9",
99
+ "$import": "templates/zooz_template.json#auto_on_timer_variable_unit_5x_long"
100
+ },
101
+ {
102
+ "#": "10",
103
+ "$import": "templates/zooz_template.json#auto_timer_unit_select_min_sec"
104
+ },
105
+ {
106
+ "#": "11",
107
+ "$import": "templates/zooz_template.json#local_zwave_control",
108
+ "label": "Smart Bulb Mode: Local/Z-Wave Control"
109
+ },
110
+ {
111
+ "#": "13",
112
+ "$import": "templates/zooz_template.json#association_reports_multilevel"
113
+ },
114
+ {
115
+ "#": "14",
116
+ "label": "Dimmer Off Behavior",
117
+ "valueSize": 1,
118
+ "defaultValue": 1,
119
+ "allowManualEntry": false,
120
+ "options": [
121
+ {
122
+ "label": "Keep LED driver powered",
123
+ "value": 0
124
+ },
125
+ {
126
+ "label": "Turn off LED driver",
127
+ "value": 1
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "#": "15",
133
+ "$import": "templates/zooz_template.json#dimmer_on_ramp_rate"
134
+ },
135
+ {
136
+ "#": "16",
137
+ "$import": "templates/zooz_template.json#dimmer_off_ramp_rate"
138
+ },
139
+ {
140
+ "#": "17",
141
+ "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate_match_manual"
142
+ },
143
+ {
144
+ "#": "18",
145
+ "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate_match_manual"
146
+ }
147
+ ],
148
+ "metadata": {
149
+ "$import": "templates/zooz_template.json#zen5x_metadata",
150
+ "manual": "https://www.getzooz.com/downloads/zooz-700-series-z-wave-plus-long-range-0-10-v-dimmer-zen54-manual.pdf"
151
+ }
152
+ }
@@ -0,0 +1,185 @@
1
+ {
2
+ "manufacturer": "Zooz",
3
+ "manufacturerId": "0x027a",
4
+ "label": "ZEN55 LR",
5
+ "description": "DC Signal Sensor",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x0110"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "~/templates/master_template.json#enable_led_indicator",
20
+ "defaultValue": 1
21
+ },
22
+ {
23
+ "#": "2",
24
+ "$import": "~/templates/master_template.json#base_enable_disable",
25
+ "label": "Turn On Relay On Alarm",
26
+ "defaultValue": 1
27
+ },
28
+ {
29
+ "#": "3",
30
+ "$import": "templates/zooz_template.json#auto_off_timer_5x"
31
+ },
32
+ {
33
+ "#": "4",
34
+ "$import": "templates/zooz_template.json#auto_on_timer_5x"
35
+ },
36
+ {
37
+ "#": "5",
38
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
39
+ },
40
+ {
41
+ "#": "6",
42
+ "label": "Group 2 (Smoke Alarm): Basic Set Configuration",
43
+ "valueSize": 1,
44
+ "defaultValue": 0,
45
+ "allowManualEntry": false,
46
+ "options": [
47
+ {
48
+ "label": "Smoke Detected: 0xff (On), No Smoke: 0x00 (Off)",
49
+ "value": 0
50
+ },
51
+ {
52
+ "label": "Smoke Detected: 0x00 (Off), No Smoke: 0xff (On)",
53
+ "value": 1
54
+ },
55
+ {
56
+ "label": "Smoke Detected: 0xff (On), No Smoke: no command",
57
+ "value": 2
58
+ },
59
+ {
60
+ "label": "Smoke Detected: 0x00 (Off), No Smoke: no command",
61
+ "value": 3
62
+ },
63
+ {
64
+ "label": "Smoke Detected: no command, No Smoke: 0x00 (Off)",
65
+ "value": 4
66
+ },
67
+ {
68
+ "label": "Smoke Detected: no command, No Smoke: 0xff (On)",
69
+ "value": 5
70
+ }
71
+ ]
72
+ },
73
+ {
74
+ "#": "7",
75
+ "label": "Group 3 (CO Alarm): Basic Set Configuration",
76
+ "valueSize": 1,
77
+ "defaultValue": 0,
78
+ "allowManualEntry": false,
79
+ "options": [
80
+ {
81
+ "label": "CO Detected: 0xff (On), No CO: 0x00 (Off)",
82
+ "value": 0
83
+ },
84
+ {
85
+ "label": "CO Detected: 0x00 (Off), No CO: 0xff (On)",
86
+ "value": 1
87
+ },
88
+ {
89
+ "label": "CO Detected: 0xff (On), No CO: no command",
90
+ "value": 2
91
+ },
92
+ {
93
+ "label": "CO Detected: 0x00 (Off), No CO: no command",
94
+ "value": 3
95
+ },
96
+ {
97
+ "label": "CO Detected: no command, No CO: 0x00 (Off)",
98
+ "value": 4
99
+ },
100
+ {
101
+ "label": "CO Detected: no command, No CO: 0xff (On)",
102
+ "value": 5
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "#": "8",
108
+ "label": "Enabled Features",
109
+ "description": "After changing this parameter, the device must be excluded and re-included",
110
+ "valueSize": 1,
111
+ "defaultValue": 1,
112
+ "allowManualEntry": false,
113
+ "options": [
114
+ {
115
+ "label": "Smoke & CO Sensor",
116
+ "value": 1
117
+ },
118
+ {
119
+ "label": "CO Sensor",
120
+ "value": 2
121
+ },
122
+ {
123
+ "label": "Smoke Sensor",
124
+ "value": 3
125
+ },
126
+ {
127
+ "label": "Relay, Smoke & CO Sensor",
128
+ "value": 4
129
+ },
130
+ {
131
+ "label": "Relay & CO Sensor",
132
+ "value": 5
133
+ },
134
+ {
135
+ "label": "Relay & Smoke Sensor",
136
+ "value": 6
137
+ },
138
+ {
139
+ "label": "Relay",
140
+ "value": 7
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "$if": "firmwareVersion >= 1.10",
146
+ "#": "9[0x01]",
147
+ "label": "Report Type: Signal Sensor",
148
+ "valueSize": 1,
149
+ "defaultValue": 0,
150
+ "allowManualEntry": false,
151
+ "options": [
152
+ {
153
+ "label": "Binary Switch Report",
154
+ "value": 0
155
+ },
156
+ {
157
+ "label": "Basic Report",
158
+ "value": 1
159
+ }
160
+ ]
161
+ },
162
+ {
163
+ "$if": "firmwareVersion >= 1.10",
164
+ "#": "9[0x02]",
165
+ "label": "Report Type: Z-Wave",
166
+ "valueSize": 1,
167
+ "defaultValue": 0,
168
+ "allowManualEntry": false,
169
+ "options": [
170
+ {
171
+ "label": "Binary Switch Report",
172
+ "value": 0
173
+ },
174
+ {
175
+ "label": "Basic Report",
176
+ "value": 1
177
+ }
178
+ ]
179
+ }
180
+ ],
181
+ "metadata": {
182
+ "$import": "templates/zooz_template.json#zen5x_metadata",
183
+ "manual": "https://cdn.shopify.com/s/files/1/0218/7704/files/zooz-800-lr-dc-signal-sensor-zen55-manual.pdf"
184
+ }
185
+ }
@@ -36,11 +36,11 @@
36
36
  },
37
37
  {
38
38
  "#": "3",
39
- "$import": "templates/zooz_template.json#auto_off_timer"
39
+ "$import": "templates/zooz_template.json#auto_off_timer_3x_7x"
40
40
  },
41
41
  {
42
42
  "#": "5",
43
- "$import": "templates/zooz_template.json#auto_on_timer"
43
+ "$import": "templates/zooz_template.json#auto_on_timer_3x_7x"
44
44
  },
45
45
  {
46
46
  "#": "8",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  {
74
74
  "#": "16",
75
- "$import": "templates/zooz_template.json#association_reports"
75
+ "$import": "templates/zooz_template.json#association_reports_binary"
76
76
  },
77
77
  {
78
78
  "#": "17",
@@ -61,11 +61,11 @@
61
61
  },
62
62
  {
63
63
  "#": "3",
64
- "$import": "templates/zooz_template.json#auto_off_timer"
64
+ "$import": "templates/zooz_template.json#auto_off_timer_3x_7x"
65
65
  },
66
66
  {
67
67
  "#": "5",
68
- "$import": "templates/zooz_template.json#auto_on_timer"
68
+ "$import": "templates/zooz_template.json#auto_on_timer_3x_7x"
69
69
  },
70
70
  {
71
71
  "#": "7[0x01]",
@@ -36,11 +36,11 @@
36
36
  },
37
37
  {
38
38
  "#": "3",
39
- "$import": "templates/zooz_template.json#auto_off_timer"
39
+ "$import": "templates/zooz_template.json#auto_off_timer_3x_7x"
40
40
  },
41
41
  {
42
42
  "#": "5",
43
- "$import": "templates/zooz_template.json#auto_on_timer"
43
+ "$import": "templates/zooz_template.json#auto_on_timer_3x_7x"
44
44
  },
45
45
  {
46
46
  "#": "8",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  {
62
62
  "#": "16",
63
- "$import": "templates/zooz_template.json#association_reports"
63
+ "$import": "templates/zooz_template.json#association_reports_binary"
64
64
  },
65
65
  {
66
66
  "#": "17",
@@ -36,11 +36,11 @@
36
36
  },
37
37
  {
38
38
  "#": "3",
39
- "$import": "templates/zooz_template.json#auto_off_timer"
39
+ "$import": "templates/zooz_template.json#auto_off_timer_3x_7x"
40
40
  },
41
41
  {
42
42
  "#": "5",
43
- "$import": "templates/zooz_template.json#auto_on_timer"
43
+ "$import": "templates/zooz_template.json#auto_on_timer_3x_7x"
44
44
  },
45
45
  {
46
46
  "#": "8",