@zwave-js/config 8.7.8 → 8.8.2-20211129
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.
- package/config/devices/0x000c/hs-wx300.json +4 -0
- package/config/devices/0x007a/5071xx.json +5 -1
- package/config/devices/0x0090/892.json +23 -28
- package/config/devices/0x0090/893.json +170 -0
- package/config/devices/0x0109/zp3111-5.json +4 -4
- package/config/devices/0x010f/fgr223.json +4 -0
- package/config/devices/0x014a/tstat-tbz500.json +708 -0
- package/config/devices/0x019b/tf016_1.8-1.91.json +5 -1
- package/config/devices/0x027a/zen15.json +33 -2
- package/config/devices/0x027a/zen73.json +21 -0
- package/config/devices/0x0312/mp20z.json +4 -4
- package/config/devices/0x039a/nas-wr01z.json +149 -0
- package/config/devices/0x0413/re_guard.json +645 -0
- package/config/devices/index.json +34251 -0
- package/config/manufacturers.json +1 -0
- package/package.json +8 -9
- package/LICENSE +0 -21
|
@@ -0,0 +1,645 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "REHAU AG + Co",
|
|
3
|
+
"manufacturerId": "0x0413",
|
|
4
|
+
"label": "RE.GUARD",
|
|
5
|
+
"description": "Water Leakage Detector and Meter",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0001",
|
|
9
|
+
"productId": "0x0001"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"description": "Connection to Gateway",
|
|
20
|
+
"maxNodes": 1,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
},
|
|
23
|
+
"2": {
|
|
24
|
+
"label": "Valve Status",
|
|
25
|
+
"description": "Sends Status of Valve",
|
|
26
|
+
"maxNodes": 5
|
|
27
|
+
},
|
|
28
|
+
"3": {
|
|
29
|
+
"label": "Leakage Alarm",
|
|
30
|
+
"description": "Sends notification in Case of Leakage",
|
|
31
|
+
"maxNodes": 5
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"paramInformation": [
|
|
35
|
+
{
|
|
36
|
+
"#": "1",
|
|
37
|
+
"label": "Operation Mode",
|
|
38
|
+
"valueSize": 1,
|
|
39
|
+
"minValue": 0,
|
|
40
|
+
"maxValue": 3,
|
|
41
|
+
"defaultValue": 2,
|
|
42
|
+
"allowManualEntry": false,
|
|
43
|
+
"options": [
|
|
44
|
+
{
|
|
45
|
+
"label": "Valve Always Off",
|
|
46
|
+
"value": 0
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"label": "User Absent/Holiday",
|
|
50
|
+
"value": 1
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"label": "User Present",
|
|
54
|
+
"value": 2
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"label": "Valve Always On",
|
|
58
|
+
"value": 3
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "4",
|
|
64
|
+
"label": "Microleakage Test (Hour)",
|
|
65
|
+
"unit": "h",
|
|
66
|
+
"valueSize": 1,
|
|
67
|
+
"minValue": 0,
|
|
68
|
+
"maxValue": 23,
|
|
69
|
+
"defaultValue": 3
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"#": "5",
|
|
73
|
+
"label": "Microleakage Test (Minute)",
|
|
74
|
+
"unit": "min",
|
|
75
|
+
"valueSize": 1,
|
|
76
|
+
"minValue": 0,
|
|
77
|
+
"maxValue": 59,
|
|
78
|
+
"defaultValue": 0
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "6[0x01]",
|
|
82
|
+
"label": "Microleakage Test Schedule: Sunday",
|
|
83
|
+
"valueSize": 1,
|
|
84
|
+
"minValue": 0,
|
|
85
|
+
"maxValue": 1,
|
|
86
|
+
"defaultValue": 0,
|
|
87
|
+
"unsigned": true,
|
|
88
|
+
"allowManualEntry": false,
|
|
89
|
+
"options": [
|
|
90
|
+
{
|
|
91
|
+
"label": "Disable",
|
|
92
|
+
"value": 0
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"label": "Enable",
|
|
96
|
+
"value": 1
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"#": "6[0x02]",
|
|
102
|
+
"label": "Microleakage Test Schedule: Saturday",
|
|
103
|
+
"valueSize": 1,
|
|
104
|
+
"minValue": 0,
|
|
105
|
+
"maxValue": 1,
|
|
106
|
+
"defaultValue": 0,
|
|
107
|
+
"unsigned": true,
|
|
108
|
+
"allowManualEntry": false,
|
|
109
|
+
"options": [
|
|
110
|
+
{
|
|
111
|
+
"label": "Disable",
|
|
112
|
+
"value": 0
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"label": "Enable",
|
|
116
|
+
"value": 1
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"#": "6[0x04]",
|
|
122
|
+
"label": "Microleakage Test Schedule: Friday",
|
|
123
|
+
"valueSize": 1,
|
|
124
|
+
"minValue": 0,
|
|
125
|
+
"maxValue": 1,
|
|
126
|
+
"defaultValue": 0,
|
|
127
|
+
"unsigned": true,
|
|
128
|
+
"allowManualEntry": false,
|
|
129
|
+
"options": [
|
|
130
|
+
{
|
|
131
|
+
"label": "Disable",
|
|
132
|
+
"value": 0
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"label": "Enable",
|
|
136
|
+
"value": 1
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"#": "6[0x08]",
|
|
142
|
+
"label": "Microleakage Test Schedule: Thursday",
|
|
143
|
+
"valueSize": 1,
|
|
144
|
+
"minValue": 0,
|
|
145
|
+
"maxValue": 1,
|
|
146
|
+
"defaultValue": 0,
|
|
147
|
+
"unsigned": true,
|
|
148
|
+
"allowManualEntry": false,
|
|
149
|
+
"options": [
|
|
150
|
+
{
|
|
151
|
+
"label": "Disable",
|
|
152
|
+
"value": 0
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"label": "Enable",
|
|
156
|
+
"value": 1
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"#": "6[0x10]",
|
|
162
|
+
"label": "Microleakage Test Schedule: Wednesday",
|
|
163
|
+
"valueSize": 1,
|
|
164
|
+
"minValue": 0,
|
|
165
|
+
"maxValue": 1,
|
|
166
|
+
"defaultValue": 0,
|
|
167
|
+
"unsigned": true,
|
|
168
|
+
"allowManualEntry": false,
|
|
169
|
+
"options": [
|
|
170
|
+
{
|
|
171
|
+
"label": "Disable",
|
|
172
|
+
"value": 0
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"label": "Enable",
|
|
176
|
+
"value": 1
|
|
177
|
+
}
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"#": "6[0x20]",
|
|
182
|
+
"label": "Microleakage Test Schedule: Tuesday",
|
|
183
|
+
"valueSize": 1,
|
|
184
|
+
"minValue": 0,
|
|
185
|
+
"maxValue": 1,
|
|
186
|
+
"defaultValue": 0,
|
|
187
|
+
"unsigned": true,
|
|
188
|
+
"allowManualEntry": false,
|
|
189
|
+
"options": [
|
|
190
|
+
{
|
|
191
|
+
"label": "Disable",
|
|
192
|
+
"value": 0
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"label": "Enable",
|
|
196
|
+
"value": 1
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"#": "6[0x40]",
|
|
202
|
+
"label": "Microleakage Test Schedule: Monday",
|
|
203
|
+
"valueSize": 1,
|
|
204
|
+
"minValue": 0,
|
|
205
|
+
"maxValue": 1,
|
|
206
|
+
"defaultValue": 0,
|
|
207
|
+
"unsigned": true,
|
|
208
|
+
"allowManualEntry": false,
|
|
209
|
+
"options": [
|
|
210
|
+
{
|
|
211
|
+
"label": "Disable",
|
|
212
|
+
"value": 0
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"label": "Enable",
|
|
216
|
+
"value": 1
|
|
217
|
+
}
|
|
218
|
+
]
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"#": "7",
|
|
222
|
+
"label": "Automatic Schedule Time Interval",
|
|
223
|
+
"description": "Interval between microleakage tests, if not fixed.",
|
|
224
|
+
"unit": "h",
|
|
225
|
+
"valueSize": 2,
|
|
226
|
+
"minValue": 0,
|
|
227
|
+
"maxValue": 168,
|
|
228
|
+
"defaultValue": 24
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"#": "8",
|
|
232
|
+
"label": "Micro Leakage Measuring Time",
|
|
233
|
+
"unit": "seconds",
|
|
234
|
+
"valueSize": 2,
|
|
235
|
+
"minValue": 0,
|
|
236
|
+
"maxValue": 32000,
|
|
237
|
+
"defaultValue": 100
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"#": "9",
|
|
241
|
+
"label": "Micro Leakage Pressure Drop",
|
|
242
|
+
"unit": "kPa",
|
|
243
|
+
"valueSize": 2,
|
|
244
|
+
"minValue": 0,
|
|
245
|
+
"maxValue": 32000,
|
|
246
|
+
"defaultValue": 5
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"#": "10",
|
|
250
|
+
"label": "Micro Leakage Pressure Drop Abort",
|
|
251
|
+
"unit": "kPa",
|
|
252
|
+
"valueSize": 2,
|
|
253
|
+
"minValue": 0,
|
|
254
|
+
"maxValue": 32000,
|
|
255
|
+
"defaultValue": 100
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"#": "11",
|
|
259
|
+
"label": "Measurements per Time Period",
|
|
260
|
+
"valueSize": 1,
|
|
261
|
+
"minValue": 1,
|
|
262
|
+
"maxValue": 99,
|
|
263
|
+
"defaultValue": 3
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"#": "12",
|
|
267
|
+
"label": "Measurement Waiting Time",
|
|
268
|
+
"unit": "min",
|
|
269
|
+
"valueSize": 1,
|
|
270
|
+
"minValue": 0,
|
|
271
|
+
"maxValue": 60,
|
|
272
|
+
"defaultValue": 10
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"#": "13",
|
|
276
|
+
"label": "Reaction to Micro Leakage",
|
|
277
|
+
"valueSize": 1,
|
|
278
|
+
"minValue": 0,
|
|
279
|
+
"maxValue": 2,
|
|
280
|
+
"defaultValue": 1,
|
|
281
|
+
"allowManualEntry": false,
|
|
282
|
+
"options": [
|
|
283
|
+
{
|
|
284
|
+
"label": "Disable Detection",
|
|
285
|
+
"value": 0
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"label": "Blink LED",
|
|
289
|
+
"value": 1
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"label": "Blink LED and Shut Off Valve",
|
|
293
|
+
"value": 2
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"#": "14",
|
|
299
|
+
"label": "Macro Leakage Detected",
|
|
300
|
+
"valueSize": 1,
|
|
301
|
+
"minValue": 0,
|
|
302
|
+
"maxValue": 1,
|
|
303
|
+
"defaultValue": 0,
|
|
304
|
+
"readOnly": true,
|
|
305
|
+
"options": [
|
|
306
|
+
{
|
|
307
|
+
"label": "No Leakage",
|
|
308
|
+
"value": 0
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"label": "Leakage Detected",
|
|
312
|
+
"value": 1
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"#": "15",
|
|
318
|
+
"label": "Max Flow Rate (Present Mode)",
|
|
319
|
+
"unit": "l/h",
|
|
320
|
+
"valueSize": 2,
|
|
321
|
+
"minValue": 0,
|
|
322
|
+
"maxValue": 32000,
|
|
323
|
+
"defaultValue": 3600
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"#": "16",
|
|
327
|
+
"label": "Max Pressure Drop (Present Mode)",
|
|
328
|
+
"unit": "kPa",
|
|
329
|
+
"valueSize": 2,
|
|
330
|
+
"minValue": 0,
|
|
331
|
+
"maxValue": 32000,
|
|
332
|
+
"defaultValue": 1000
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"#": "17",
|
|
336
|
+
"label": "Max Single Water Withdrawal (Present Mode)",
|
|
337
|
+
"unit": "l",
|
|
338
|
+
"valueSize": 2,
|
|
339
|
+
"minValue": 0,
|
|
340
|
+
"maxValue": 32000,
|
|
341
|
+
"defaultValue": 400
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"#": "18",
|
|
345
|
+
"label": "Max Continuous Water Withdrawal (Present Mode)",
|
|
346
|
+
"unit": "l",
|
|
347
|
+
"valueSize": 2,
|
|
348
|
+
"minValue": 0,
|
|
349
|
+
"maxValue": 32000,
|
|
350
|
+
"defaultValue": 400
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"#": "19",
|
|
354
|
+
"label": "Max Single Water Withdrawal Duration (Present Mode)",
|
|
355
|
+
"unit": "min",
|
|
356
|
+
"valueSize": 2,
|
|
357
|
+
"minValue": 0,
|
|
358
|
+
"maxValue": 1440,
|
|
359
|
+
"defaultValue": 30
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"#": "20",
|
|
363
|
+
"label": "Max Continuous Water Withdrawal Duration (Present Mode)",
|
|
364
|
+
"unit": "min",
|
|
365
|
+
"valueSize": 2,
|
|
366
|
+
"minValue": 0,
|
|
367
|
+
"maxValue": 1440,
|
|
368
|
+
"defaultValue": 60
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"#": "21",
|
|
372
|
+
"label": "Max Flow Rate (Absent Mode)",
|
|
373
|
+
"unit": "l/h",
|
|
374
|
+
"valueSize": 2,
|
|
375
|
+
"minValue": 0,
|
|
376
|
+
"maxValue": 32000,
|
|
377
|
+
"defaultValue": 3680
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"#": "22",
|
|
381
|
+
"label": "Max Pressure Drop (Absent Mode)",
|
|
382
|
+
"unit": "kPa",
|
|
383
|
+
"valueSize": 2,
|
|
384
|
+
"minValue": 0,
|
|
385
|
+
"maxValue": 32000,
|
|
386
|
+
"defaultValue": 1000
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"#": "23",
|
|
390
|
+
"label": "Max Single Water Withdrawal (Absent Mode)",
|
|
391
|
+
"unit": "l",
|
|
392
|
+
"valueSize": 2,
|
|
393
|
+
"minValue": 0,
|
|
394
|
+
"maxValue": 32000,
|
|
395
|
+
"defaultValue": 20
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"#": "24",
|
|
399
|
+
"label": "Max Continuous Water Withdrawal (Absent Mode)",
|
|
400
|
+
"unit": "l",
|
|
401
|
+
"valueSize": 2,
|
|
402
|
+
"minValue": 0,
|
|
403
|
+
"maxValue": 32000,
|
|
404
|
+
"defaultValue": 20
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"#": "25",
|
|
408
|
+
"label": "Max Single Water Withdrawal Duration (Absent Mode)",
|
|
409
|
+
"unit": "min",
|
|
410
|
+
"valueSize": 2,
|
|
411
|
+
"minValue": 0,
|
|
412
|
+
"maxValue": 1440,
|
|
413
|
+
"defaultValue": 30
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"#": "26",
|
|
417
|
+
"label": "Max Continuous Water Withdrawal Duration (Absent Mode)",
|
|
418
|
+
"unit": "min",
|
|
419
|
+
"valueSize": 2,
|
|
420
|
+
"minValue": 0,
|
|
421
|
+
"maxValue": 32000,
|
|
422
|
+
"defaultValue": 30
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"#": "27",
|
|
426
|
+
"label": "Temporary Macro Leakage Deactivation Time",
|
|
427
|
+
"description": "For example for filling a pool",
|
|
428
|
+
"unit": "h",
|
|
429
|
+
"valueSize": 2,
|
|
430
|
+
"minValue": 1,
|
|
431
|
+
"maxValue": 168,
|
|
432
|
+
"defaultValue": 2
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"#": "28",
|
|
436
|
+
"label": "Reaction to Macro Leakage",
|
|
437
|
+
"valueSize": 1,
|
|
438
|
+
"minValue": 0,
|
|
439
|
+
"maxValue": 2,
|
|
440
|
+
"defaultValue": 2,
|
|
441
|
+
"allowManualEntry": false,
|
|
442
|
+
"options": [
|
|
443
|
+
{
|
|
444
|
+
"label": "Disable Detection",
|
|
445
|
+
"value": 0
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"label": "Blink LED",
|
|
449
|
+
"value": 1
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"label": "Blink LED and Shut Off Valve",
|
|
453
|
+
"value": 2
|
|
454
|
+
}
|
|
455
|
+
]
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"#": "29",
|
|
459
|
+
"label": "Flooding Sensor Leak Detected",
|
|
460
|
+
"valueSize": 1,
|
|
461
|
+
"minValue": 0,
|
|
462
|
+
"maxValue": 1,
|
|
463
|
+
"defaultValue": 0,
|
|
464
|
+
"readOnly": true,
|
|
465
|
+
"allowManualEntry": false,
|
|
466
|
+
"options": [
|
|
467
|
+
{
|
|
468
|
+
"label": "No Leakage",
|
|
469
|
+
"value": 0
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"label": "Leakage Detected",
|
|
473
|
+
"value": 1
|
|
474
|
+
}
|
|
475
|
+
]
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"#": "30",
|
|
479
|
+
"label": "Reaction to Flooding Sensor",
|
|
480
|
+
"valueSize": 1,
|
|
481
|
+
"minValue": 0,
|
|
482
|
+
"maxValue": 2,
|
|
483
|
+
"defaultValue": 1,
|
|
484
|
+
"allowManualEntry": false,
|
|
485
|
+
"options": [
|
|
486
|
+
{
|
|
487
|
+
"label": "Disable Detection",
|
|
488
|
+
"value": 0
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"label": "Blink LED",
|
|
492
|
+
"value": 1
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"label": "Blink LED and Shut Off Valve",
|
|
496
|
+
"value": 2
|
|
497
|
+
}
|
|
498
|
+
]
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"#": "31",
|
|
502
|
+
"label": "Backup Battery Nominal Voltage",
|
|
503
|
+
"unit": "mV",
|
|
504
|
+
"valueSize": 2,
|
|
505
|
+
"minValue": 0,
|
|
506
|
+
"maxValue": 32000,
|
|
507
|
+
"defaultValue": 6000
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"#": "32",
|
|
511
|
+
"label": "Backup Battery Nominal Capacity",
|
|
512
|
+
"unit": "mAh",
|
|
513
|
+
"valueSize": 2,
|
|
514
|
+
"minValue": 0,
|
|
515
|
+
"maxValue": 32000,
|
|
516
|
+
"defaultValue": 3000
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"#": "37",
|
|
520
|
+
"label": "Time Set Correctly",
|
|
521
|
+
"valueSize": 1,
|
|
522
|
+
"minValue": 0,
|
|
523
|
+
"maxValue": 1,
|
|
524
|
+
"defaultValue": 0,
|
|
525
|
+
"allowManualEntry": false,
|
|
526
|
+
"options": [
|
|
527
|
+
{
|
|
528
|
+
"label": "Time is set",
|
|
529
|
+
"value": 0
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"label": "Time is not set",
|
|
533
|
+
"value": 1
|
|
534
|
+
}
|
|
535
|
+
]
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"#": "38",
|
|
539
|
+
"label": "Total Operating Time",
|
|
540
|
+
"description": "Counting total operation time internally",
|
|
541
|
+
"valueSize": 4,
|
|
542
|
+
"minValue": 0,
|
|
543
|
+
"maxValue": 2147483647,
|
|
544
|
+
"defaultValue": 0,
|
|
545
|
+
"readOnly": true
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"#": "39",
|
|
549
|
+
"label": "Operating Time Since Last Power On",
|
|
550
|
+
"unit": "seconds",
|
|
551
|
+
"valueSize": 4,
|
|
552
|
+
"minValue": 0,
|
|
553
|
+
"maxValue": 2147483647,
|
|
554
|
+
"defaultValue": 0,
|
|
555
|
+
"readOnly": true
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"#": "49",
|
|
559
|
+
"label": "Auto Absent Timer",
|
|
560
|
+
"description": "After no usage for this long, the operation mode is changed to 1 (absent)",
|
|
561
|
+
"unit": "h",
|
|
562
|
+
"valueSize": 2,
|
|
563
|
+
"minValue": 0,
|
|
564
|
+
"maxValue": 168,
|
|
565
|
+
"defaultValue": 0
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"#": "50",
|
|
569
|
+
"label": "Water Temperature High Threshold",
|
|
570
|
+
"description": "for warning of sanitary problems",
|
|
571
|
+
"unit": "1/10 °C",
|
|
572
|
+
"valueSize": 2,
|
|
573
|
+
"minValue": -1000,
|
|
574
|
+
"maxValue": 1000,
|
|
575
|
+
"defaultValue": 250
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"#": "51",
|
|
579
|
+
"label": "Water Temperature Low Threshold",
|
|
580
|
+
"description": "warning of risk of frost",
|
|
581
|
+
"unit": "1/10 °C",
|
|
582
|
+
"valueSize": 2,
|
|
583
|
+
"minValue": -1000,
|
|
584
|
+
"maxValue": 1000,
|
|
585
|
+
"defaultValue": 20
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"#": "52",
|
|
589
|
+
"label": "Water Pressure High Threshold",
|
|
590
|
+
"description": "warning of values above valid operating cond.",
|
|
591
|
+
"unit": "kPa",
|
|
592
|
+
"valueSize": 2,
|
|
593
|
+
"minValue": 0,
|
|
594
|
+
"maxValue": 32000,
|
|
595
|
+
"defaultValue": 1000
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"#": "53",
|
|
599
|
+
"label": "Water Pressure Low Threshold",
|
|
600
|
+
"description": "water pressure low threshold for warning of values below valid operating cond.",
|
|
601
|
+
"unit": "kPa",
|
|
602
|
+
"valueSize": 2,
|
|
603
|
+
"minValue": 0,
|
|
604
|
+
"maxValue": 32000,
|
|
605
|
+
"defaultValue": 100
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"#": "54",
|
|
609
|
+
"label": "Error Code",
|
|
610
|
+
"description": "error code to identify the reason of a warning or fault",
|
|
611
|
+
"valueSize": 2,
|
|
612
|
+
"minValue": 0,
|
|
613
|
+
"maxValue": 255,
|
|
614
|
+
"defaultValue": 0,
|
|
615
|
+
"unsigned": true,
|
|
616
|
+
"readOnly": true
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"#": "56",
|
|
620
|
+
"label": "Autolearning",
|
|
621
|
+
"description": "Automatic adaption of limits, changes parameters 15-26 to learned values",
|
|
622
|
+
"valueSize": 1,
|
|
623
|
+
"minValue": 0,
|
|
624
|
+
"maxValue": 1,
|
|
625
|
+
"defaultValue": 0,
|
|
626
|
+
"allowManualEntry": false,
|
|
627
|
+
"options": [
|
|
628
|
+
{
|
|
629
|
+
"label": "Idle",
|
|
630
|
+
"value": 0
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"label": "Enable",
|
|
634
|
+
"value": 1
|
|
635
|
+
}
|
|
636
|
+
]
|
|
637
|
+
}
|
|
638
|
+
],
|
|
639
|
+
"metadata": {
|
|
640
|
+
"inclusion": "a) Set the Z-Wave network main controller into adding mode.\nb) Press and hold the 3th button (marked as Zwave/Wifi) on the main unit for 3 seconds. If Secure inclusion is required insert the passcode at the controller (found at the side of the main unit). The button will turn white on successful inclusion.",
|
|
641
|
+
"exclusion": "a) Set the Z-Wave network main controller into removing mode.\nb) Press the 3th button (marked as Zwave/Wifi) on the main unit 3 times within 3 seconds. THe button will flash yellow for 30 seconds. When exclusion is completed the button will go off.",
|
|
642
|
+
"reset": "Press first and last button on main unit for 20 seconds. The 3th button (marked as Zwave/Wifi) will flash red. Pless the 3th button within 6 seconds to factory reset the main unit.",
|
|
643
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3557/multi%20language%20small.pdf"
|
|
644
|
+
}
|
|
645
|
+
}
|