Mitsubishi Outlander and HEMS configuration question #677
Answered
by
premultiply
profigriller
asked this question in
General
Replies: 1 comment 8 replies
|
8 replies
Answer selected by
profigriller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am starting with evcc and I am strungeling a bit with the yaml configuration.
EVCC is running in docker and comes up fine.
I have 2 questions:
I want to use HEMS with SMA. As soon as I add the hems entry I get the following error.
I am pretty sure that the problem is in front of the PC.
[main ] FATAL 2021/02/20 15:33:47 failed parsing config file /etc/evcc.yaml: 1 error(s) decoding:
uri: 0.0.0.0:7070 # uri for ui
interval: 20s # control cycle interval
chargers:
type: go-e
uri: http://192.168.123.83
meters:
type: sma
uri: 192.168.123.59
type: modbus
uri: 192.168.123.98
id: 126
site:
meters:
pv: tripower # pv meter
grid: pvshm
loadpoints:
charger: goalt
phases: 1 # ev phases (default 3)
mode: pv
guardduration: 5m # switch charger contactor not more often than this (default 10m)
mincurrent: 6 # minimum charge current (default 6A)
maxcurrent: 16 # maximum charge current (default 16A)
hems:
allowcontrol: false # set true to allow SHM controlling charger in PV modes
All reactions