-
Notifications
You must be signed in to change notification settings - Fork 43
/
config.ini
36 lines (31 loc) · 953 Bytes
/
config.ini
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
[device]
adapter = hci0
mac_addr = 80:6f:b0:0f:xx:xx # <-- must update
alias = BT-TH-B00FXXXX # <-- must update
type = RNG_CTRL
# RNG_CTRL => Charge Controller (Rover/Wanderer/Adventurer)
# RNG_CTRL_HIST => Charge Controller historical data
# RNG_BATT => Smart Battery
# RNG_INVT => Inverter
device_id = 255 # modify if hub mode or daisy chain (see readme)
[data]
enable_polling = false # periodically read data
poll_interval = 60 # read data interval (seconds)
temperature_unit = F # F = Fahrenheit, C = Celsius
fields = # fields to log (comma separated), leave empty for all fields
[remote_logging]
enabled = false
url = https://example.com/post.php
auth_header = auth_header # optional HTTP header sent as "Authorization: Bearer <AUTH_HEADER>"
[mqtt]
enabled = false
server = 192.168.0.16
port = 1883
topic = solar/state
user =
password =
[pvoutput]
# free accounts has a cap of max one request per minute.
enabled = false
api_key =
system_id =