forked from fl4p/batmon-ha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
55 lines (55 loc) · 1.08 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
name: "Batmon"
description: "Monitor various BMS over bluetooth"
url: https://github.com/fl4p/batmon-ha
version: "0.0.63"
slug: "batmon"
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
host_dbus: true
apparmor: true
services:
- mqtt:need
options:
devices:
- address: CC:44:88:FF:AA:BB
type: jk
alias: battery1
mqtt_user: ""
mqtt_password: ""
mqtt_broker: "core-mosquitto"
concurrent_sampling: false
keep_alive: true
verbose_log: false
sample_period: 1.0
publish_period: 2.0
invert_current: true
watchdog: true
expire_values_after: 20
install_newer_bleak: false
bt_power_cycle: false
schema:
devices:
- address: str
type: str
alias: "str?"
debug: "bool?"
pin: "str?"
algorithm: "str?"
mqtt_user: "str?"
mqtt_password: "str?"
mqtt_broker: "str"
concurrent_sampling: "bool"
keep_alive: "bool"
verbose_log: "bool"
sample_period: "float"
publish_period: "float?"
invert_current: "bool"
watchdog: "bool"
expire_values_after: "float"
install_newer_bleak: "bool?"
bt_power_cycle: "bool?"