-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
134 lines (134 loc) · 3.47 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
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "nl.ketra.enphase.local",
"version": "1.1.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
"local"
],
"name": {
"en": "Enphase enlighten local"
},
"description": {
"en": "Adds local support for the enphase enlighten gateway (V7 firmware)"
},
"category": [
"energy"
],
"permissions": [],
"images": {
"small": "/assets/images/small.png",
"large": "/assets/images/large.png",
"xlarge": "/assets/images/xlarge.png"
},
"author": {
"name": "kevin traa",
"email": "[email protected]"
},
"drivers": [
{
"name": {
"en": "Enphase Enlighten"
},
"class": "solarpanel",
"capabilities": [
"measure_power",
"meter_power",
"meter_power.today",
"meter_power.7days"
],
"connectivity": [
"lan"
],
"platforms": [
"local"
],
"discovery": "enphase-enlighten",
"pair": [
{
"id": "list_devices",
"template": "list_devices",
"navigation": {
"next": "login"
},
"options": {
"singular": true
}
},
{
"id": "login",
"template": "login_credentials",
"navigation": {
"next": "Add_device"
}
},
{
"id": "Add_device"
},
{
"id": "loading",
"template": "loading"
}
],
"capabilitiesOptions": {
"meter_power": {
"title": {
"en": "Energy yield Lifetime",
"nl": "Energieopbrengst Levensduur"
},
"description": {
"en": "The total energy yield of the solar panel system since it was installed.",
"nl": "De totale energieopbrengst van het zonnepaneelsysteem sinds de installatie."
}
},
"meter_power.today": {
"title": {
"en": "Energy yield Today",
"nl": "Energieopbrengst Vandaag"
},
"description": {
"en": "The total energy yield of the solar panel system today.",
"nl": "De totale energieopbrengst van het zonnepaneelsysteem vandaag."
}
},
"meter_power.7days": {
"title": {
"en": "Energy yield Last 7 Days",
"nl": "Energieopbrengst Laatste 7 Dagen"
},
"description": {
"en": "The total energy yield of the solar panel system in the last 7 days.",
"nl": "De totale energieopbrengst van het zonnepaneelsysteem in de laatste 7 dagen."
}
},
"measure_power": {
"title": {
"en": "Current Power",
"nl": "Huidig Vermogen"
},
"description": {
"en": "The current power of the solar panel system.",
"nl": "Het huidige vermogen van het zonnepaneelsysteem."
}
}
},
"images": {
"small": "/drivers/enphase-enlighten/assets/images/small.png",
"large": "/drivers/enphase-enlighten/assets/images/large.png",
"xlarge": "/drivers/enphase-enlighten/assets/images/xlarge.png"
},
"id": "enphase-enlighten"
}
],
"discovery": {
"enphase-enlighten": {
"type": "mdns-sd",
"mdns-sd": {
"name": "enphase-envoy",
"protocol": "tcp"
},
"id": "{{txt.serialnum}}"
}
}
}