-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.json
32 lines (32 loc) · 909 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": "Daly Smart BMS",
"version": "1.5.3",
"slug": "dalybms",
"description": "Monitors a Daly Smart BMS through UART USB",
"arch": ["amd64", "armv7", "i386"],
"startup": "application",
"boot": "auto",
"privileged": ["SYS_RAWIO"],
"devices": ["/dev/ttyUSB0"],
"init": false,
"options": {
"mqtt_server": "core-mosquitto",
"mqtt_user": "mqtt",
"mqtt_pass": "mqtt",
"mqtt_client_id": "dalybms",
"mqtt_discovery_prefix": "homeassistant",
"device": "/dev/ttyUSB0",
"device_id": "Daly-Smart-BMS",
"cells_in_series": 4
},
"schema": {
"mqtt_server": "str",
"mqtt_user": "str",
"mqtt_pass": "password",
"mqtt_client_id": "str",
"mqtt_discovery_prefix": "str",
"device": "str",
"device_id": "str",
"cells_in_series": "int(1,)"
}
}