forked from celsworth/lxp-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
64 lines (64 loc) · 1.19 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
56
57
58
59
60
61
62
63
64
name: lxp-bridge
version: v0.14.0
slug: lxp-bridge
description: Allows local communication with Luxpower inverters and bridges it to MQTT
arch:
- armv7
- aarch64
- amd64
url: "https://github.com/joshs85/lxp-bridge"
init: false
startup: application
stage: experimental
options:
loglevel: info
inverters:
- enabled: true
host: ""
port: 8000
serial: ""
datalog: ""
heartbeats: false
publish_holdings_on_connect: false
databases:
- enabled: false
url: "postgres://lxp:lxp@localhost/lxp"
mqtt:
enabled: true
host: "localhost"
port: 1883
username: ""
password: ""
namespace: lxp
influx:
enabled: false
url: "http://localhost:8086"
username: ""
password: ""
database: "lxp"
schema:
loglevel: list(trace|debug|info|warn|error|off)
inverters:
- enabled: bool
host: str
port: port
serial: str
datalog: str
heartbeats: bool
publish_holdings_on_connect: bool
databases:
- enabled: bool
url: url
mqtt:
enabled: bool
host: str
port: port
username: str
password: password
namespace: str
influx:
enabled: bool
url: url
username: str
password: password
database: str