-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
179 lines (179 loc) · 4.18 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
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.alfen",
"version": "1.0.0",
"compatibility": ">=12.0.0",
"sdk": 3,
"platforms": [
"local"
],
"name": {
"en": "Alfen",
"nl": "Alfen"
},
"description": {
"en": "Optimal Charging, Smarter Homes: Powering Efficiency for You and the Grid",
"nl": "Optimaal Laden, Slimmer Huis: Voorziet in efficiëntie voor u en het net"
},
"category": [
"energy"
],
"permissions": [],
"brandColor": "#008FC9",
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png",
"xlarge": "/assets/images/xlarge.png"
},
"author": {
"name": "Robert Raaijmakers",
"email": "[email protected]"
},
"contributors": {
"developers": [
{
"name": "Robert Raaijmakers",
"email": "[email protected]"
}
]
},
"contributing": {
"donate": {
"paypal": {
"username": "RobertRaaijmakers"
}
}
},
"bugs": {
"url": "https://github.com/robertraaijmakers/com.alfen/issues"
},
"homepage": "https://robertraaijmakers.github.io/com.alfen/",
"support": "https://robertraaijmakers.github.io/com.alfen/",
"homeyCommunityTopicId": 76738,
"source": "https://github.com/robertraaijmakers/com.alfen/",
"drivers": [
{
"name": {
"en": "Chargepoint",
"nl": "Laadpaal"
},
"class": "evcharger",
"capabilities": [
"measure_power",
"meter_power",
"measure_temperature",
"measure_current.l1",
"measure_current.l2",
"measure_current.l3",
"measure_voltage.l1",
"measure_voltage.l2",
"measure_voltage.l3",
"measure_current.limit"
],
"capabilitiesOptions": {
"measure_current.l1": {
"title": {
"en": "Current L1",
"nl": "Stroomsterkte L1"
}
},
"measure_current.l2": {
"title": {
"en": "Current L2",
"nl": "Stroomsterkte L2"
}
},
"measure_current.l3": {
"title": {
"en": "Current L3",
"nl": "Stroomsterkte L3"
}
},
"measure_current.limit": {
"title": {
"en": "Current Limit",
"nl": "Stroomsterkte Limiet"
}
},
"measure_voltage.l1": {
"title": {
"en": "Voltage 1",
"nl": "Voltage 1"
}
},
"measure_voltage.l2": {
"title": {
"en": "Voltage 2",
"nl": "Voltage 2"
}
},
"measure_voltage.l3": {
"title": {
"en": "Voltage 3",
"nl": "Voltage 3"
}
}
},
"platforms": [
"local"
],
"connectivity": [
"lan"
],
"images": {
"small": "/drivers/chargepoint/assets/images/small.jpg",
"large": "/drivers/chargepoint/assets/images/large.jpg",
"xlarge": "/drivers/chargepoint/assets/images/xlarge.jpg"
},
"pair": [
{
"id": "pair"
},
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "add_devices"
}
},
{
"id": "add_devices",
"template": "add_devices"
}
],
"id": "chargepoint",
"settings": [
{
"id": "ip",
"type": "text",
"label": {
"en": "IP address"
},
"hint": {
"en": "The ip address of the Alfen charger, this must be a static IP address."
}
},
{
"id": "username",
"type": "text",
"label": {
"en": "Username"
},
"hint": {
"en": "The username to authenticate towards the charge point"
}
},
{
"id": "password",
"type": "password",
"label": {
"en": "Password"
},
"hint": {
"en": "The password to authenticate towards the charge point"
}
}
]
}
]
}