-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
29 lines (29 loc) · 974 Bytes
/
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
{
"name": "SolarEdge-mqtt",
"version": "0.11.2",
"slug": "solaredge_mqtt",
"description": "SolarEdge mqtt addon with more info than usual API's. Make sure to have a cookies.txt file loaded into the cookie_path (default=/share/solaredge_mqtt). Cookies.txt should be exported from your browser with an extension while being logged into https://monitoring.solaredge.com",
"url": "https://github.com/Drawer/SolarEdge-mqtt",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"boot": "auto",
"options": {
"mqtt_server": "localhost",
"mqtt_user": "mqtt",
"mqtt_password": "mqtt",
"mqtt_anonymous": false,
"mqtt_port": 1883,
"cookie_path": "/share/solaredge_mqtt"
},
"map": [
"share:rw"
],
"schema": {
"mqtt_server": "str",
"mqtt_user": "str",
"mqtt_password": "str",
"mqtt_anonymous": "bool",
"mqtt_port": "int",
"cookie_path": "str"
}
}