-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
125 lines (125 loc) · 3.87 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
{
"id": "se.hoppe.secu",
"version": "1.1.2",
"compatibility": ">=1.5.0",
"sdk": 2,
"name": {
"en": "Hoppe Z-wave Handles",
"sv": "Hoppe Z-wave Handtag"
},
"description": {
"en": "Adds support for Hoppe Z-wave Handles.",
"sv": "Lägger till stöd för Hoppes Z-wave handtag."
},
"category": [
"security",
"appliances"
],
"tags": {
"en": [
"door sensor",
"window sensor",
"magnet sensor",
"contact sensor"
],
"sv": [
"dörrsensor",
"fönstersensor",
"magnetsensor",
"kontaktsensor"
]
},
"images": {
"large": "/assets/images/large.png",
"small": "/assets/images/small.png"
},
"author": {
"name": "Johan Bendz",
"email": "[email protected]"
},
"contributing": {
"donate": {
"paypal": {
"username": "JohanBendz"
}
}
},
"bugs":{
"url": "https://github.com/JohanBendz/se.hoppe.secu/issues"
},
"drivers": [
{
"id": "FG-FR404-ZW-HF",
"name": {
"en": "Door/Window handle sensor",
"sv": "Dörr-/Fönsterhandtag med sensor"
},
"class": "sensor",
"capabilities": [
"alarm_contact",
"alarm_battery",
"measure_battery"
],
"images": {
"large": "drivers/FG-FR404-ZW-HF/assets/images/large.png",
"small": "drivers/FG-FR404-ZW-HF/assets/images/small.png"
},
"zwave": {
"manufacturerId": 787,
"productTypeId": [1],
"productId": [1],
"wakeUpInterval": 43200,
"learnmode": {
"image": "/drivers/FG-FR404-ZW-HF/assets/learnmode.svg",
"instruction": {
"en": "Operate the handle six times within three seconds to include the device",
"sv": "Öppna och stäng handtaget sex gånger inom lopper av tre sekunder för att inkludera enheten"
}
},
"productDocumentation": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=Manuals/2089/Manual_Wirelesshandle_V10_gb.pdf",
"zwaveAllianceProductId": 2089,
"imageRemotePath": "https://products.z-wavealliance.org/ProductImages/Index?productName=ZC10-17025414",
"associationGroups": [1],
"associationGroupsOptions": {
"1": {
"hint": {
"en": "The Door/Window handle sensor will send notification report and battery report to the associated nodes. (Z-wave lifeline)",
"sv": "Dörr-/Fönsterhantaget sänder notifiering och batterirapport till associerade enheter. (Z-wave lifeline)"
}
}
},
"unlearnmode": {
"instruction": {
"en": "Start the exclusion mode on the Z-Wave controller.\nOperate the handle six times within three seconds. The device will now be removed from the Z-Wave-network.",
"sv": "Starta exkluderingen.\nÖppna och stäng sedan handtaget sex gånger inom loppet av tre sekunder. Enheten kommer då att bli bortkopplad från Z-wave nätverket."
}
},
"settings": [
{
"id": "low_battery",
"zwave": {
"index": 32,
"size": 1
},
"type": "number",
"value": 20,
"attr": {
"min": 10,
"max": 50
},
"label": {
"en": "Low battery warning level",
"sv": "Låg batterinivå",
"nl": "Waarschuwingsniveau batterij"
},
"hint": {
"en": "This parameter defines a battery level to trigger the battery alarm.\nDefault: 20 %, Range: 10 - 50 %",
"sv": "Denna parameter anger vid vilken nivå ett larm om lågt batteri ska aktiveras.\nStandard: 20%, Möjligt värde: 10 - 50%",
"nl": "Deze parameter bepaald het batterijniveau waarop het batterij alarm ingeschakeld wordt.\nStandaard: 20 %, Bereik: 10 - 50 %"
}
}
]
}
}
]
}