forked from SamuelBrucksch/dbus-evcc
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.ini
More file actions
25 lines (24 loc) · 842 Bytes
/
Copy pathconfig.ini
File metadata and controls
25 lines (24 loc) · 842 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
[DEFAULT]
AccessType = OnPremise
# interval for evcc api calls (keep in mind that evcc has a cycle of 30s by default)
ApiInterval = 5000
# evcc does not seem to provide voltages - read from victron ve-bus, or set static value
# values: vebus|static
AcVoltage = vebus
# option vebus:
# - Cerbo GX (ttyS4)
# - Raspberry Pi (MK3‑USB → ttyUSBx, usually ttyUSB0)
VEBusDev = com.victronenergy.vebus.ttyS4
# option static:
# - voltage (in case no vebus device is used)
StaticVoltage = 230
# log charging values every n minutes; set to empty to disable
SignOfLifeLog = 1
# default 43 should match victron's evcs, count up for each additinonal loadpoint
Deviceinstance = 43
# default 0, count up for each additinonal loadpoint
LoadpointInstance = 0
# Charger AC-Position: 0 = AC out, 1 = AC in
AcPosition = 0
[ONPREMISE]
Host=192.168.0.100:7070