Vehicle does not start to charge... / uncertain configuration parameters #1113
Unanswered
michis0806
asked this question in
Allgemein
Replies: 1 comment
-
You have a wrong understanding of Min+PV mode. Min+PV means, ALWAYS load with min current in A and if available increase when there is enough PV power ... To test your scenario, U have to active PV mode, and set the target SoC higher compared to your vehicles one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a tesla model 3, a go-e charger and a pv with a Kostal (piko) converter. Additionally, I have a vzlogger running which pushes the values in a InfluxDB.
EVCC is running in a docker container with
docker run -d --network mac0 --network mac0 --ip IP --mac-address MAC -v /volume1/docker/evcc/evcc.dist.yaml:/etc/evcc.yaml -v /etc/localtime:/etc/localtime:ro --restart always
In my configuration I have set up
The Mainpage of the EVCC shows
so I think my configuration is valid an working.
My problem is: nothing happens when I change the buttons or the values.
I tried "Min+PV" with the slider set to 50%, but even when Solar production is above 6kW, charging does not start.
When I start charging via the go-e app, I get the notification "charger out of sync: expected disabled, got enabled".
Log shows:
My configuration is
Any advice on that? How do I set the standard-mode of the lp to "min+pv"?
Thanks!
Michael
Beta Was this translation helpful? Give feedback.
All reactions