-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
32 lines (32 loc) · 880 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
30
31
32
{
"name": "Axpert Inverter",
"version": "0.1.0",
"slug": "axpert",
"description": "Monitors an axpert inverter",
"arch": ["amd64", "armv7", "i386"],
"startup": "application",
"boot": "auto",
"privileged": ["SYS_RAWIO"],
"uart": true,
"init": false,
"options": {
"device": null,
"mqtt_server": "core-mosquitto",
"mqtt_user": null,
"mqtt_pass": null,
"mqtt_client_id": null,
"mqtt_topic_parallel": "power/axpert",
"mqtt_topic_settings": "power/axpert_settings",
"mqtt_topic": "power/axpert{sn}"
},
"schema": {
"device": "str",
"mqtt_server": "str",
"mqtt_user": "str",
"mqtt_pass": "str",
"mqtt_client_id": "str",
"mqtt_topic_parallel": "str",
"mqtt_topic_settings": "str",
"mqtt_topic": "str"
}
}