forked from dmslabsbr/hoymiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
51 lines (51 loc) · 1.4 KB
/
config.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
{
"name": "HoyMiles Solar Data Gateway Add-on",
"version": "0.21",
"slug": "hoymiles_solardata",
"description": "Read Hoymiles Gateway Solar Data.",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"url": "https://github.com/dmslabsbr/hoymiles",
"startup": "application",
"boot": "auto",
"ports": {
"5000/tcp": 5000
},
"ports_description": {
"5000/tcp": "Simple Web Interface"
},
"hassio_api": false,
"homeassistant_api": false,
"hassio_role": "default",
"devicetree": false,
"webui": "[PROTO:use_ssl]://[HOST]:[PORT:5000]/",
"watchdog": "[PROTO:use_ssl]://[HOST]:[PORT:5000]/",
"services": [
"mqtt:need"
],
"ingress": true,
"ingress_port": 5000,
"host_network": true,
"panel_icon": "mdi:solar-power",
"panel_title": "HoyMiles Solar Data Gateway",
"panel_admin": false,
"options": {
"HOYMILES_USER": "HOYMILES_USER",
"HOYMILES_PASSWORD": "HOYMILES_PASSWORD",
"HOYMILES_PLANT_ID": "01",
"DEVELOPERS_MODE": false,
"External_MQTT_Server": false,
"External_MQTT_Host": "127.0.0.1",
"External_MQTT_User": "nda",
"External_MQTT_Pass": "nda"
},
"schema": {
"HOYMILES_USER": "str",
"HOYMILES_PASSWORD": "password",
"HOYMILES_PLANT_ID": "str",
"DEVELOPERS_MODE": "bool",
"External_MQTT_Server": "bool",
"External_MQTT_Host": "str?",
"External_MQTT_User": "str?",
"External_MQTT_Pass": "password?"
}
}