forked from celsworth/lxp-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
45 lines (40 loc) · 770 Bytes
/
Copy pathconfig.yaml.example
File metadata and controls
45 lines (40 loc) · 770 Bytes
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
loglevel: info
inverters:
- enabled: true
host: 192.168.0.10
port: 8000
serial: 5555555555
datalog: 2222222222
heartbeats: false
publish_holdings_on_connect: false
- enabled: false
host: 192.168.0.163
port: 8000
serial: 9999999999
datalog: 3333333333
heartbeats: false
publish_holdings_on_connect: false
databases:
- enabled: false
url: postgres://lxp:lxp@localhost/lxp
# url: mysql://lxp:lxp@localhost/lxp
# url: sqlite://lxp.db
mqtt:
enabled: true
host: localhost
port: 1883
username:
password:
namespace: lxp
homeassistant:
enabled: true
prefix: homeassistant
influx:
enabled: true
url: http://localhost:8086
username:
password:
database: lxp
scheduler:
enabled: false
timesync_cron: "0 0 * * *"