forked from Tertiush/bmspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
44 lines (42 loc) · 850 Bytes
/
config.yaml
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
name: "BMS Pace"
description: "Pace BMS Interface"
version: "2.2.0"
slug: "bms_pace"
url: "https://github.com/Tertiush/bmspace/pace-bms"
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
uart: true
usb: true
options:
mqtt_host: "10.0.0.132"
mqtt_port: 1883
mqtt_user: "mqtt-users"
mqtt_password: "mqtt-users"
mqtt_ha_discovery: true
mqtt_ha_discovery_topic: "homeassistant"
mqtt_base_topic: "bmspace"
connection_type: "IP"
bms_ip: "10.0.0.161"
bms_port: 5000
bms_serial: "/dev/ttyUSB0"
scan_interval: 5
debug_output: 0
schema:
mqtt_host: str
mqtt_port: int
mqtt_user: str
mqtt_password: str
mqtt_ha_discovery: bool
mqtt_ha_discovery_topic: str
mqtt_base_topic: str
connection_type: list(IP|Serial)
bms_ip: str
bms_port: int
bms_serial: str
scan_interval: int
debug_output: int