@zwave-js/config 10.4.0 → 10.5.2

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.
Files changed (43) hide show
  1. package/build/Logic.d.ts.map +1 -1
  2. package/build/Logic.js +6 -1
  3. package/build/Logic.js.map +1 -1
  4. package/config/devices/0x001a/rf9601.json +18 -1
  5. package/config/devices/0x001a/rf9617.json +18 -1
  6. package/config/devices/0x0039/th6320zw.json +40 -40
  7. package/config/devices/0x003b/be469zp.json +12 -1
  8. package/config/devices/0x0085/arz_z-wave_solar.json +5 -0
  9. package/config/devices/0x0096/nq-9021.json +12 -0
  10. package/config/devices/0x0109/zp3111-5.json +1 -0
  11. package/config/devices/0x010f/fgms001.json +1 -1
  12. package/config/devices/0x0148/spirit.json +4 -0
  13. package/config/devices/0x015f/mh-ds221.json +140 -0
  14. package/config/devices/0x0184/wd-100.json +59 -0
  15. package/config/devices/0x0234/templates/logic_group_template.json +3 -3
  16. package/config/devices/0x0234/zso7300.json +13 -17
  17. package/config/devices/0x027a/templates/zooz_template.json +10 -0
  18. package/config/devices/0x027a/zen05.json +3 -4
  19. package/config/devices/0x027a/zen32.json +7 -0
  20. package/config/devices/0x027a/zen71.json +2 -1
  21. package/config/devices/0x027a/zen72.json +71 -13
  22. package/config/devices/0x027a/zen74.json +26 -14
  23. package/config/devices/0x027a/zen77.json +28 -8
  24. package/config/devices/0x027a/zse40.json +109 -12
  25. package/config/devices/0x027a/zse44.json +17 -4
  26. package/config/devices/0x0312/zw39.json +22 -93
  27. package/config/devices/0x0344/he-ft01.json +12 -1
  28. package/config/devices/0x0344/he-ht01.json +12 -1
  29. package/config/devices/0x0344/he-tps01.json +12 -1
  30. package/config/devices/0x0344/he-tps02.json +12 -1
  31. package/config/devices/0x0344/he-tps03.json +12 -1
  32. package/config/devices/0x0344/he-tps04.json +12 -1
  33. package/config/devices/0x0344/he-tps05.json +12 -1
  34. package/config/devices/0x0346/glass_break_sensor.json +230 -0
  35. package/config/devices/0x0371/zwa024.json +9 -2
  36. package/config/devices/0x039a/INT-SMMD-N1.json +258 -0
  37. package/config/devices/0x041b/th6320zw2007.json +203 -0
  38. package/config/devices/0x0438/4512711.json +45 -0
  39. package/config/devices/0x0438/4512725.json +209 -0
  40. package/config/devices/0x0438/4512746.json +158 -0
  41. package/config/devices/0x044e/AZAI6WSPFU2.json +17 -0
  42. package/config/devices/{0x0039/templates → templates}/honeywell_template.json +84 -2
  43. package/package.json +3 -3
@@ -0,0 +1,258 @@
1
+ {
2
+ "manufacturer": "Inteset",
3
+ "manufacturerId": "0x039a",
4
+ "label": "INT-SMMD-N1",
5
+ "description": "Inteset PIR Motion Sensor",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0x0106"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "label": "Motion Sensitivity",
20
+ "description": "Higher values = lower sensitivity and lower range.",
21
+ "valueSize": 1,
22
+ "minValue": 0,
23
+ "maxValue": 99,
24
+ "defaultValue": 3
25
+ },
26
+ {
27
+ "#": "2",
28
+ "label": "Motion Window Time",
29
+ "description": "The amount of time the moves specified in parameter #3 need to take place in for the sensor to report motion. Higher values = more sensitive.",
30
+ "valueSize": 1,
31
+ "minValue": 0,
32
+ "maxValue": 3,
33
+ "defaultValue": 2,
34
+ "allowManualEntry": false,
35
+ "options": [
36
+ {
37
+ "label": "4s",
38
+ "value": 0
39
+ },
40
+ {
41
+ "label": "8s",
42
+ "value": 1
43
+ },
44
+ {
45
+ "label": "12s",
46
+ "value": 2
47
+ },
48
+ {
49
+ "label": "16s",
50
+ "value": 3
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "#": "3",
56
+ "label": "Pulse Count",
57
+ "description": "Number of moves required for the sensor to report motion. Higher values = less sensitive.",
58
+ "valueSize": 1,
59
+ "minValue": 0,
60
+ "maxValue": 3,
61
+ "defaultValue": 1,
62
+ "allowManualEntry": false,
63
+ "options": [
64
+ {
65
+ "label": "1",
66
+ "value": 0
67
+ },
68
+ {
69
+ "label": "2",
70
+ "value": 1
71
+ },
72
+ {
73
+ "label": "3",
74
+ "value": 2
75
+ },
76
+ {
77
+ "label": "4",
78
+ "value": 3
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "#": "4",
84
+ "label": "Motion Blind Time",
85
+ "description": "The amount of time the sensor will not report motion after it has reported motion.",
86
+ "valueSize": 1,
87
+ "minValue": 0,
88
+ "maxValue": 15,
89
+ "defaultValue": 15,
90
+ "allowManualEntry": false,
91
+ "options": [
92
+ {
93
+ "label": "0.5s",
94
+ "value": 0
95
+ },
96
+ {
97
+ "label": "1s",
98
+ "value": 1
99
+ },
100
+ {
101
+ "label": "1.5s",
102
+ "value": 2
103
+ },
104
+ {
105
+ "label": "2s",
106
+ "value": 3
107
+ },
108
+ {
109
+ "label": "2.5s",
110
+ "value": 4
111
+ },
112
+ {
113
+ "label": "3s",
114
+ "value": 5
115
+ },
116
+ {
117
+ "label": "3.5s",
118
+ "value": 6
119
+ },
120
+ {
121
+ "label": "4s",
122
+ "value": 7
123
+ },
124
+ {
125
+ "label": "4.5s",
126
+ "value": 8
127
+ },
128
+ {
129
+ "label": "5s",
130
+ "value": 9
131
+ },
132
+ {
133
+ "label": "5.5s",
134
+ "value": 10
135
+ },
136
+ {
137
+ "label": "6s",
138
+ "value": 11
139
+ },
140
+ {
141
+ "label": "6.5s",
142
+ "value": 12
143
+ },
144
+ {
145
+ "label": "7s",
146
+ "value": 13
147
+ },
148
+ {
149
+ "label": "7.5s",
150
+ "value": 14
151
+ },
152
+ {
153
+ "label": "8s",
154
+ "value": 15
155
+ }
156
+ ]
157
+ },
158
+ {
159
+ "#": "5",
160
+ "$import": "~/templates/master_template.json#base_enable_disable",
161
+ "label": "Enable Motion Sensor",
162
+ "defaultValue": 1
163
+ },
164
+ {
165
+ "#": "6",
166
+ "label": "Motion Clear Time",
167
+ "description": "How long the sensor will wait before reporting no motion",
168
+ "unit": "seconds",
169
+ "valueSize": 2,
170
+ "minValue": 10,
171
+ "maxValue": 3600,
172
+ "defaultValue": 30
173
+ },
174
+ {
175
+ "#": "7",
176
+ "$import": "~/templates/master_template.json#base_enable_disable",
177
+ "label": "LED Indicator: Blink on Motion",
178
+ "defaultValue": 1
179
+ },
180
+ {
181
+ "#": "8",
182
+ "$import": "~/templates/master_template.json#base_enable_disable",
183
+ "label": "Binary Sensor Reports"
184
+ },
185
+ {
186
+ "#": "9",
187
+ "label": "Group 2: Basic Set Level",
188
+ "valueSize": 1,
189
+ "minValue": 0,
190
+ "maxValue": 100,
191
+ "defaultValue": 100,
192
+ "allowManualEntry": false,
193
+ "options": [
194
+ {
195
+ "label": "Off (0x00)",
196
+ "value": 0
197
+ },
198
+ {
199
+ "label": "On (0xff)",
200
+ "value": 100
201
+ }
202
+ ]
203
+ },
204
+ {
205
+ "#": "10",
206
+ "label": "Brightness Measuring Interval",
207
+ "unit": "seconds",
208
+ "valueSize": 2,
209
+ "minValue": 30,
210
+ "maxValue": 3600,
211
+ "defaultValue": 180
212
+ },
213
+ {
214
+ "#": "11",
215
+ "label": "Brightness Change Report Threshold",
216
+ "valueSize": 1,
217
+ "minValue": 1,
218
+ "maxValue": 127,
219
+ "defaultValue": 50
220
+ },
221
+ {
222
+ "#": "12",
223
+ "label": "Night/Day Brightness Threshold",
224
+ "valueSize": 1,
225
+ "minValue": 1,
226
+ "maxValue": 127,
227
+ "defaultValue": 50
228
+ },
229
+ {
230
+ "#": "13",
231
+ "$import": "~/templates/master_template.json#base_enable_disable",
232
+ "label": "Report Motion Only At Night",
233
+ "description": "When enabled, the sensor will report motion only when the ambient brightness is below the value set in parameter #12."
234
+ },
235
+ {
236
+ "#": "14",
237
+ "$import": "~/templates/master_template.json#base_enable_disable",
238
+ "label": "Send Repeat Motion Event While Active"
239
+ },
240
+ {
241
+ "#": "99",
242
+ "label": "Brightness Calibration Factor",
243
+ "valueSize": 2,
244
+ "unit": "1/1000",
245
+ "minValue": 1,
246
+ "maxValue": 65535,
247
+ "defaultValue": 1000,
248
+ "unsigned": true
249
+ }
250
+ ],
251
+ "metadata": {
252
+ "wakeup": "Press the button briefly",
253
+ "inclusion": "Press the button 3 times within 1.5s to enter inclusion mode.",
254
+ "exclusion": "Press the button 3 times within 1.5s",
255
+ "reset": "Press and hold the button for 10s until LED light is on, then release the button.",
256
+ "manual": "http://downloads.inteset.com/Motion2In1ManualS2.pdf"
257
+ }
258
+ }
@@ -0,0 +1,203 @@
1
+ {
2
+ "manufacturer": "Honeywell",
3
+ "manufacturerId": "0x041b",
4
+ "label": "TH6320ZW2007",
5
+ "description": "T6 Pro Z-Wave Programmable Thermostat with SmartStart",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0011",
9
+ "productId": "0x0009"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "~/templates/honeywell_template.json#schedule_type"
20
+ },
21
+ {
22
+ "#": "2",
23
+ "$import": "~/templates/master_template.json#temperature_scale"
24
+ },
25
+ {
26
+ "#": "3",
27
+ "$import": "~/templates/honeywell_template.json#outdoor_temperature_sensor"
28
+ },
29
+ {
30
+ "#": "4",
31
+ "$import": "~/templates/honeywell_template.json#heating_equipment_type"
32
+ },
33
+ {
34
+ "#": "5",
35
+ "$import": "~/templates/honeywell_template.json#reversing_valve"
36
+ },
37
+ {
38
+ "#": "6",
39
+ "$import": "~/templates/honeywell_template.json#cool_stages"
40
+ },
41
+ {
42
+ "#": "7",
43
+ "$import": "~/templates/honeywell_template.json#heat_stages"
44
+ },
45
+ {
46
+ "#": "8",
47
+ "$import": "~/templates/honeywell_template.json#auxiliary_emergency_control"
48
+ },
49
+ {
50
+ "#": "9",
51
+ "$import": "~/templates/honeywell_template.json#auxiliary_heat_type"
52
+ },
53
+ {
54
+ "#": "10",
55
+ "$import": "~/templates/honeywell_template.json#emergency_heat_type"
56
+ },
57
+ {
58
+ "#": "11",
59
+ "$import": "~/templates/honeywell_template.json#fossil_kit_control"
60
+ },
61
+ {
62
+ "#": "12",
63
+ "$import": "~/templates/honeywell_template.json#auto_changeover"
64
+ },
65
+ {
66
+ "#": "13",
67
+ "$import": "~/templates/honeywell_template.json#auto_differential"
68
+ },
69
+ {
70
+ "#": "14",
71
+ "$import": "~/templates/honeywell_template.json#high_cool_stage_finish"
72
+ },
73
+ {
74
+ "#": "15",
75
+ "$import": "~/templates/honeywell_template.json#high_heat_stage_finish"
76
+ },
77
+ {
78
+ "#": "16",
79
+ "$import": "~/templates/honeywell_template.json#auxiliary_heat_droop"
80
+ },
81
+ {
82
+ "#": "17",
83
+ "$import": "~/templates/honeywell_template.json#up_stage_timer_aux_heat"
84
+ },
85
+ {
86
+ "#": "18",
87
+ "$import": "~/templates/honeywell_template.json#balance_point"
88
+ },
89
+ {
90
+ "#": "19",
91
+ "$import": "~/templates/honeywell_template.json#aux_heat_outdoor_lockout"
92
+ },
93
+ {
94
+ "#": "20",
95
+ "$import": "~/templates/honeywell_template.json#cool_stage_1_cycle_rate"
96
+ },
97
+ {
98
+ "#": "21",
99
+ "$import": "~/templates/honeywell_template.json#cool_stage_2_cycle_rate"
100
+ },
101
+ {
102
+ "#": "22",
103
+ "$import": "~/templates/honeywell_template.json#heat_stage_1_cycle_rate"
104
+ },
105
+ {
106
+ "#": "23",
107
+ "$import": "~/templates/honeywell_template.json#heat_stage_2_cycle_rate"
108
+ },
109
+ {
110
+ "#": "24",
111
+ "$import": "~/templates/honeywell_template.json#aux_heat_cycle_rate"
112
+ },
113
+ {
114
+ "#": "25",
115
+ "$import": "~/templates/honeywell_template.json#emergency_heat_cycle_rate"
116
+ },
117
+ {
118
+ "#": "26",
119
+ "$import": "~/templates/honeywell_template.json#compressor_protection"
120
+ },
121
+ {
122
+ "#": "27",
123
+ "$import": "~/templates/honeywell_template.json#adaptive_intelligent_recovery"
124
+ },
125
+ {
126
+ "#": "28",
127
+ "$import": "~/templates/honeywell_template.json#minimum_cool_temperature"
128
+ },
129
+ {
130
+ "#": "29",
131
+ "$import": "~/templates/honeywell_template.json#maximum_heat_temperature"
132
+ },
133
+ {
134
+ "#": "30",
135
+ "$import": "~/templates/honeywell_template.json#air_filters"
136
+ },
137
+ {
138
+ "#": "31",
139
+ "$import": "~/templates/honeywell_template.json#air_filter_1_reminder"
140
+ },
141
+ {
142
+ "#": "32",
143
+ "$import": "~/templates/honeywell_template.json#air_filter_2_reminder"
144
+ },
145
+ {
146
+ "#": "33",
147
+ "$import": "~/templates/honeywell_template.json#humidification_pad_reminder"
148
+ },
149
+ {
150
+ "#": "34",
151
+ "$import": "~/templates/honeywell_template.json#dehumidification_filter_reminder"
152
+ },
153
+ {
154
+ "#": "35",
155
+ "$import": "~/templates/honeywell_template.json#ventilation_filter_reminder"
156
+ },
157
+ {
158
+ "#": "36",
159
+ "$import": "~/templates/honeywell_template.json#uv_devices"
160
+ },
161
+ {
162
+ "#": "37",
163
+ "$import": "~/templates/honeywell_template.json#uv_bulb_1_reminder"
164
+ },
165
+ {
166
+ "#": "38",
167
+ "$import": "~/templates/honeywell_template.json#uv_bulb_2_reminder"
168
+ },
169
+ {
170
+ "#": "39",
171
+ "$import": "~/templates/honeywell_template.json#idle_brightness"
172
+ },
173
+ {
174
+ "#": "40",
175
+ "$import": "~/templates/master_template.json#clock_format"
176
+ },
177
+ {
178
+ "#": "41",
179
+ "$import": "~/templates/honeywell_template.json#daylight_saving"
180
+ },
181
+ {
182
+ "#": "42",
183
+ "$import": "~/templates/honeywell_template.json#temperature_offset"
184
+ },
185
+ {
186
+ "#": "43",
187
+ "$import": "~/templates/honeywell_template.json#humidity_offset"
188
+ },
189
+ {
190
+ "#": "44",
191
+ "$import": "~/templates/honeywell_template.json#temperature_resolution"
192
+ },
193
+ {
194
+ "#": "45",
195
+ "$import": "~/templates/honeywell_template.json#humidity_resolution"
196
+ }
197
+ ],
198
+ "compat": {
199
+ // The device responds in a weird way to these requests which causes S2 collisions
200
+ "skipConfigurationNameQuery": true,
201
+ "skipConfigurationInfoQuery": true
202
+ }
203
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "manufacturer": "Namron",
3
+ "manufacturerId": "0x0438",
4
+ "label": "4512711",
5
+ "description": "4-channel Remote Control",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0300",
9
+ "productId": "0xb302"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "associations": {
17
+ "1": {
18
+ "label": "Lifeline",
19
+ "maxNodes": 1,
20
+ "isLifeline": true
21
+ },
22
+ "2": {
23
+ "label": "Button 1",
24
+ "maxNodes": 5
25
+ },
26
+ "3": {
27
+ "label": "Button 2",
28
+ "maxNodes": 5
29
+ },
30
+ "4": {
31
+ "label": "Button 3",
32
+ "maxNodes": 5
33
+ },
34
+ "5": {
35
+ "label": "Button 4",
36
+ "maxNodes": 5
37
+ }
38
+ },
39
+ "metadata": {
40
+ "inclusion": "Step 1. Make sure the remote control does not belong to any Z-Wave network, short press any button, if LED\nindicator does not turn on, the remote control does not belong to any network, then continue step 2,if LED\nindicator turns on, it means the remote control has already been included to a network, please first set the\nremote control to exclusion mode (refer to the part \"Exclusion\" of this manual),then continue step 2.\nStep 2. Set primary controller/gateway into inclusion mode (Please refer to your primary controllers manual on\nhow to turn your controller into inclusion).\nStep 3. Press and hold down both buttons I and O of Group 2 over 3 seconds, LED indicator turns on, the\nremote control will be set to inclusion mode, and waiting to be included, after 10s LED indicator blinks 6 times\nquickly to indicate successful inclusion. The remote control is a sleepy device, after inclusion it will not enter\ninto sleepy mode immediately, and will continue activation status for 30s and wait data interaction from the\ngateway, the LED indicator will stay solid on, please be patient to wait LED indicator to turn off",
41
+ "exclusion": "There are two exclusion methods:\nMethod 1: Exclusion from the primary controller/gateway as follows:\n1. Set the primary controller/gateway into exclusion mode (Please refer to your primary controllers manual on\nhow to set your controller into exclusion).\n2. Press and hold down both buttons and of Group 2 over 3 seconds, LED indicator turns on, the remote\ncontrol will be set to exclusion mode, and waiting to be excluded, after 7s LED indicator blinks 4 times quickly to indicate successful exclusion.\nMethod 2: Factory reset the remote control will force the remote control to be excluded from a network. (please refer to the part “Factory Reset” of this manual)",
42
+ "reset": "Press and hold down both buttons I and O of Group 2 for over 10 seconds, LED indicator turns on and then\nblinks 4 times quickly to indicate successful factory reset.Please use this procedure only when the network\nprimary controller is missing or otherwise inoperable",
43
+ "manual": "https://www.elektroimportoren.no/docs/lib/4512711-Brukerveiledning-5.pdf"
44
+ }
45
+ }