forked from ralfvd/com.everspring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
611 lines (609 loc) · 17.1 KB
/
app.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
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
{
"id": "com.everspring",
"name": {
"en": "Everspring"
},
"version": "0.1.0",
"compatibility": ">=0.9.0",
"description": {
"en": "Everspring"
},
"category": [ "climate", "security", "appliances", "lights" ],
"images": {
"large": "/assets/images/large.jpg",
"small": "/assets/images/small.jpg"
},
"author": {
"name": "Ralf van Dooren",
"email": "[email protected]"
},
"contributors" : {
"developers": [
{
"name": "Robin van Kekem",
"email": "[email protected]"
},
{
"name": "Alexander",
"email": "[email protected]"
}
]
},
"drivers": [
{
"id": "AN180",
"name": {
"en": "AN180 EVERSPRING Wall Plug"
},
"zwave": {
"manufacturerId": 96,
"productTypeId": 4,
"productId": 7,
"learnmode": {
"image": "/drivers/AN180/assets/learnmode.svg",
"instruction": {
"en": "Press the link key three times within 1.5 seconds to put the unit into inclusion mode.",
"nl": "Klik de link knop 3 keer binnen 1.5 sec om de unit in autoinclusion mode te zetten"
}
},
"associationGroups": [ 1 ]
},
"class": "socket",
"capabilities": [
"onoff"
],
"images": {
"large": "/drivers/AN180/assets/images/large.jpg",
"small": "/drivers/AN180/assets/images/small.jpg"
},
"settings": [
{
"id": "meter_report_interval",
"type": "number",
"attr": {
"min": 3,
"max": 25
},
"value": 3,
"label": {
"en": "Meter Report Interval (s)",
"nl": "Meter Report Interval (s)"
},
"hint": {
"en": "The amount of seconds between a Meter Report being send to controller.",
"nl": "De tijd in seconden tussen de Meter rapportages die naar de controller worden verzonden."
}
},
{
"id": "remember_state",
"type": "checkbox",
"label": {
"en": "Return to last known state after power loss",
"nl": "Keer terug naar laatst bekende status bij spanningsuitval"
},
"value": true,
"hint": {
"en": "After power loss the state of the relay will switch to last known.",
"nl": "Schakel terug naar laatst bekende schakelstand na spanningsuitval"
}
}
]
},
{
"id": "AN181",
"name": {
"en": "AN181 EVERSPRING Wall Plug"
},
"zwave": {
"manufacturerId": 96,
"productTypeId": 4,
"productId": 6,
"learnmode": {
"image": "/drivers/AN181/assets/learnmode.svg",
"instruction": {
"en": "Press the link key three times within 1.5 seconds to put the unit into inclusion mode.",
"nl": "Klik de link knop 3 keer binnen 1.5 sec om de unit in autoinclusion mode te zetten"
}
},
"associationGroups": [ 1 ]
},
"class": "socket",
"capabilities": [
"onoff",
"measure_power"
],
"images": {
"large": "/drivers/AN181/assets/images/large.jpg",
"small": "/drivers/AN181/assets/images/small.jpg"
},
"settings": [
{
"id": "meter_report_interval",
"type": "number",
"attr": {
"min": 3,
"max": 25
},
"value": 3,
"label": {
"en": "Meter Report Interval (s)",
"nl": "Meter Report Interval (s)"
},
"hint": {
"en": "The amount of seconds between a Meter Report being send to controller.",
"nl": "De tijd in seconden tussen de Meter rapportages die naar de controller worden verzonden."
}
},
{
"id": "remember_state",
"type": "checkbox",
"label": {
"en": "Return to last known state after power loss",
"nl": "Keer terug naar laatst bekende status bij spanningsuitval"
},
"value": true,
"hint": {
"en": "After power loss the state of the relay will switch to last known.",
"nl": "Schakel terug naar laatst bekende schakelstand na spanningsuitval"
}
}
]
},
{
"id": "AD147",
"name": {
"en": "AD147 EVERSPRING Wall Plug"
},
"zwave": {
"manufacturerId": 96,
"productTypeId": 3,
"productId": 3,
"learnmode": {
"image": "/drivers/AD147/assets/learnmode.svg",
"instruction": {
"en": "Press the link key three times within 1.5 seconds to put the unit into inclusion mode.",
"nl": "Klik de link knop 3 keer binnen 1.5 sec om de unit in autoinclusion mode te zetten"
}
},
"associationGroups": [ 1 ]
},
"class": "socket",
"capabilities": [
"dim",
"onoff"
],
"images": {
"large": "/drivers/AD147/assets/images/large.jpg",
"small": "/drivers/AD147/assets/images/small.jpg"
},
"settings": [
{
"id": "meter_report_interval",
"type": "number",
"attr": {
"min": 3,
"max": 25
},
"value": 3,
"label": {
"en": "Meter Report Interval (s)",
"nl": "Meter Report Interval (s)"
},
"hint": {
"en": "The amount of seconds between a Meter Report being send to controller.",
"nl": "De tijd in seconden tussen de Meter rapportages die naar de controller worden verzonden."
}
},
{
"id": "remember_state",
"type": "checkbox",
"label": {
"en": "Return to last known state after power loss",
"nl": "Keer terug naar laatst bekende status bij spanningsuitval"
},
"value": true,
"hint": {
"en": "After power loss the state of the relay will switch to last known.",
"nl": "Schakel terug naar laatst bekende schakelstand na spanningsuitval"
}
},
{
"id": "dimming_onoff",
"type": "checkbox",
"label": {
"en": "Dimming of on/off functionality",
"nl": "Dimming of aan/uit functionaliteit"
},
"value": false,
"hint": {
"en": "When set to 1, the operation mode is not changed; only the light will be 100% immediately.",
"nl": "Als gezet wordt de mode niet aangepast, alleen zal de dimmer direct op 100% staan"
}
}
]
},
{
"id": "AD1422",
"name": {
"en": "AD1422 EVERSPRING Wall Plug"
},
"zwave": {
"manufacturerId": 96,
"productTypeId": 3,
"productId": 1,
"learnmode": {
"image": "/drivers/AD1422/assets/learnmode.svg",
"instruction": {
"en": "Press the link key three times within 1.5 seconds to put the unit into inclusion mode.",
"nl": "Klik de link knop 3 keer binnen 1.5 sec om de unit in autoinclusion mode te zetten"
}
},
"associationGroups": [ 1 ]
},
"class": "socket",
"capabilities": [
"dim",
"onoff"
],
"images": {
"large": "/drivers/AD1422/assets/images/large.png",
"small": "/drivers/AD1422/assets/images/small.png"
},
"settings": [
{
"id": "remember_state",
"type": "checkbox",
"label": {
"en": "Return to last known state after power loss",
"nl": "Keer terug naar laatst bekende status bij spanningsuitval"
},
"value": true,
"hint": {
"en": "After power loss the state of the relay will switch to last known.",
"nl": "Schakel terug naar laatst bekende schakelstand na spanningsuitval"
}
},
{
"id": "dimming_onoff",
"type": "checkbox",
"label": {
"en": "Dimming of on/off functionality",
"nl": "Dimming of aan/uit functionaliteit"
},
"value": false,
"hint": {
"en": "When set to 1, the operation mode is not changed; only the light will be 100% immediately.",
"nl": "Als gezet wordt de mode niet aangepast, alleen zal de dimmer direct op 100% staan"
}
}
]
},
{
"id": "HSP02",
"name": {
"en": "Everspring HSP02",
"nl": "Everspring HSP02"
},
"zwave": {
"manufacturerId": 278,
"productTypeId": 1,
"productId": 1,
"learnmode": {
"image": "/drivers/HSP02/assets/learnmode.svg",
"instruction": {
"en": "Tripple click the little button behind the battery cover",
"nl": "Driemaal drukken op de knop achter de batterij klep"
}
},
"associationGroups": [ 1, 2 ],
"defaultConfiguration": [
{
"id": "basic_set_level",
"size": 1,
"value": 99
},
{
"id": "enable_disable_sensor_detection",
"size": 1,
"value": "1"
},
{
"id": "sensitivity_level",
"size": 1,
"value": 6
},
{
"id": "trigger_interval",
"size": 2,
"value": 180
},
{
"id": "lux_level",
"size": 1,
"value": 10
},
{
"id": "on_off_duration",
"size": 2,
"value": 15
}
]
},
"class": "sensor",
"capabilities": [ "alarm_motion" ],
"images": {
"large": "/drivers/HSP02/assets/images/large.png",
"small": "/drivers/HSP02/assets/images/small.png"
},
"settings": [
{
"id": "basic_set_level",
"type": "number",
"label": {
"en": "Basic set level",
"nl": "Basis inschakel instelling"
},
"value": 99,
"hint": {
"en": "Value to be sent with a BASIC SET command.",
"nl": "Waarde welke meegestuurd wordt met het BASIC SET commando."
},
"attr": {
"min": 1,
"max": 99
}
},
{
"id": "enable_disable_sensor_detection",
"type": "dropdown",
"label": {
"en": "Set motion detection function for groups",
"nl": "Schakel bewegingsmelding in voor groepen"
},
"value": "1",
"hint": {
"en": "Groups to send motion detection to",
"nl": "Bepaald voor welke groepen de bewegingsmelding verstuurd wordt"
},
"values": [
{
"id": "1",
"label": {
"en": "Group 1 enabled / group 2 enabled (default)",
"nl": "Groep 1 ingeschakeld / groep 2 ingeschakeld (standaard)"
}
},
{
"id": "2",
"label": {
"en": "Group 1 enabled / group 2 disabled",
"nl": "Groep 1 ingeschakeld / groep 2 uitgeschakeld"
}
},
{
"id": "3",
"label": {
"en": "Group 1 disabled / group 2 disabled",
"nl": "Groep 1 uitgeschakeld / groep 2 uitgeschakeld"
}
}
]
},
{
"id": "sensitivity_level",
"type": "number",
"label": {
"en": "Sensitivity level",
"nl": "Gevoeligheid"
},
"value": 6,
"hint": {
"en": "Sensitivity level of the sensor.",
"nl": "Gevoeligheid van de sensor."
},
"attr": {
"min": 1,
"max": 10
}
},
{
"id": "re-trigger_interval",
"type": "number",
"label": {
"en": "Re-trigger interval (s)",
"nl": "Tijd voor opnieuw verzenden (s)"
},
"value": 180,
"hint": {
"en": "The configuration parameter that can be used to adjust the interval of being re-triggered after the detector has been triggered. No response will be made during this interval if a movement is presented. The time interval can be set between 5 secs to 3600 secs.",
"nl": "Deze waarde kan gebruikt worden om de interval voor opnieuw verzenden van beweging. Geen melding zal gedaan worden tijdens deze periode als er beweging is. De tijd kan ingesteld worden tussen 5 en 3600 seconden."
},
"attr": {
"min": 5,
"max": 3600
}
},
{
"id": "lux_level",
"type": "number",
"label": {
"en": "Light level threshold (%)",
"nl": "Drempelwaarde lichtsterkte (%)"
},
"value": 10,
"hint": {
"en": "A detecting percentage of lux level which determines when the motion sensor will be activated. If percentage of lux level of ambient illumination falls below this percentage, and a person moves across or within the protected area, the detector will emit that there is a motion detected to the controller and activate connected modules and lighting. Percentage can be set between 1% to 100%.",
"nl": "Minimale percentage lux (lichtsterkte) welke bepaald wanneer the bewegingssensor wordt geactiveerd. Als het percentage van de omgevingslichtsterkte beneden dit percentage valt, en er beweegt een persoon binnen of door het beschermde gebied, zal de detector beweging melden aan de controller en verbonden modules en lampen inschakelen. Het percentage kan ingesteld worden tussen 1% en 100%."
},
"attr": {
"min": 1,
"max": 100
}
},
{
"id": "on_off_duration",
"type": "number",
"label": {
"en": "On-off duration (s)",
"nl": "Aan-uit duur (s)"
},
"value": 15,
"hint": {
"en": "On-off duration setting will be useful if the detector is connected to a module or lighting. The duration determines how long the module/lighting should stay ON. Default setting will turn off the module/light after 15 seconds, after it has been turned on. This parameter can be configured with the value of 5 through 3600, where 5 means 5 second delay and 3600 for 3600 seconds (1 hour) delay.",
"nl": "Aan-uit duur instelling is handig als de bewegingsmelder verbonden is met een module of lamp. De tijdsduur bepaald hoe lang de module/lamp ingeschakeld moet blijven. Standaard instelling zal de module/lamp na 15 seconden uitschakelen, nadat het is ingeschakeld. Deze parameter kan geconfigureerd worden met een waarde tussen 5 en 3600 waar 5 staat voor 5 seconden en 3600 voor 3600 seconden (1 uur) vertraging."
},
"attr": {
"min": 1,
"max": 3600
}
}
]
},
{
"id": "ST-814",
"name": {
"en": "Everspring ST-814"
},
"zwave": {
"manufacturerId": 96,
"productTypeId": 6,
"productId": 1,
"learnmode": {
"image": "/drivers/ST-814/assets/learnmode.svg",
"instruction": {
"en": "Press the C/F button on your ST-814 3 times",
"nl": "Druk 3 keer op de C/F knop op de ST-814 "
}
},
"associationGroups": [ 1 ]
},
"class": "sensor",
"capabilities": [ "measure_battery", "measure_humidity","measure_temperature" ],
"images": {
"large": "/drivers/ST-814/assets/images/large.png",
"small": "/drivers/ST-814/assets/images/small.png"
},
"settings": [
{
"id": "basic-set-level",
"type": "number",
"label": {
"en": "Dim level (0 = off)"
},
"value": 99,
"attr": {
"min": 0,
"max": 99
},
"hint": {
"en": "Set basic set value to be on (or Dim Level) /off"
}
},
{
"id": "temperature-on-trigger",
"type": "number",
"label": {
"en": "Temperature on trigger"
},
"value": 30,
"attr": {
"min": -20,
"max": 99
},
"hint": {
"en": "-20 - 50 ; 99: clear value"
}
},
{
"id": "temperature-off-trigger",
"type": "number",
"label": {
"en": "Temperature off trigger"
},
"value": 20,
"attr": {
"min": -20,
"max": 99
},
"hint": {
"en": "-20 - 50 ; 99: clear value"
}
},
{
"id": "humidity-on-trigger",
"type": "number",
"label": {
"en": "Humidity on trigger"
},
"value": 50,
"attr": {
"min": 20,
"max": 99
},
"hint": {
"en": "20 - 90 ; 99: clear value"
}
},
{
"id": "humidity-off-trigger",
"type": "number",
"label": {
"en": "Humidity off trigger"
},
"value": 40,
"attr": {
"min": 20,
"max": 99
},
"hint": {
"en": "20 - 90 ; 99: clear value"
}
},
{
"id": "auto-report-time-interval",
"type": "number",
"label": {
"en": "Report time interval"
},
"value": 0,
"attr": {
"min": 0,
"max": 1439
},
"hint": {
"en": "Set auto report time interval to be _ mins"
}
},
{
"id": "auto-report-temp-change",
"type": "number",
"label": {
"en": "Report temperature change"
},
"value": 0,
"attr": {
"min": 0,
"max": 70
},
"hint": {
"en": "Set auto report temp. trigger interval to be _ degree. "
}
},
{
"id": "auto-report-humidity-change",
"type": "number",
"label": {
"en": "Report humidity change"
},
"value": 0,
"attr": {
"min": 5,
"max": 70
},
"hint": {
"en": "Set auto report humidity trigger interval to be _ %. "
}
}
]
}]
}