-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.json
32 lines (32 loc) · 905 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.5.1",
"slug": "axpert",
"description": "Monitors an axpert inverter",
"arch": ["amd64", "armv7"],
"startup": "application",
"boot": "auto",
"init": false,
"privileged": ["SYS_RAWIO"],
"devices": ["/dev/hidraw0"],
"options": {
"mqtt_server": "core-mosquitto",
"mqtt_user": "mqtt",
"mqtt_pass": "mqtt",
"mqtt_client_id": "axpert",
"mqtt_topic_parallel": "power/axpert",
"mqtt_topic_settings": "power/axpert_settings",
"mqtt_topic": "power/axpert{sn}",
"device": "/dev/hidraw0"
},
"schema": {
"mqtt_server": "str",
"mqtt_user": "str",
"mqtt_pass": "str",
"mqtt_client_id": "str",
"mqtt_topic_parallel": "str",
"mqtt_topic_settings": "str",
"mqtt_topic": "str",
"device": "str"
}
}