Replies: 1 comment 1 reply
-
Charging planning is a great thing: You tell evcc when the car should be fully charged to XX% SoC. Then evcc itself takes the dynamic electricity prices into account and charges at the cheapest times. However, you have to reactivate it every day. I want my evcc to set this automatically after plugging in the vehicle so that the battery is always charged to 90% the next morning at 7:00 a.m. You can do this with a cron job:
And the script evcc-set-vehicleplan.sh looks like this: At the top of the script are the settings and at the very end are the commands that it should execute. The settings are saved in the evcc database and are retained when the system is restarted. The cron job should run after all target times of the charging plans, e.g. at lunchtime if you want the car to be ready on the desired SoC by 7:00 a.m. There must be enough lead time for the charging planning. |
Beta Was this translation helpful? Give feedback.
-
For english translation: see next post
Die Ladeplanung ist eine tolle Sache: Man sagt evcc, wann das Auto auf XX % SoC fertig geladen sein soll. Dann benrücksichtigt evcc selbst die dynamischen Strompreise und läd zu den günstigsten Zeiten. Allerdings muss man das jeden Tag wieder neu aktivieren. Ich möchte, dass mein evcc das automatisch nach dem Einstecken des Fahrzeuges so einstellt, dass der Akku immer am nächsten Morgen um 07:00 Uhr auf 90% geladen ist.
Das kann man mit einem Cronjob erledigen:
Und das Skript evcc-set-vehicleplan.sh sieht so aus:
evcc-set-vehicleplan.sh.txt
Oben im Skript gibt es die Einstellungen und ganz am Ende dann die Befehle, die er ausführen soll.
Die Einstellungen werden in der evcc-Datenbank gespeichert und bleiben bei einem Neustart erhalten.
Der Cronjob sollte nach allen Zielzeiten der Ladepläne laufen, z. B. zur Mittagszeit wenn man um 07:00 Uhr das Auto auf dem gewünschten SoC fertig haben möchte. Es muss nämlich genügend Vorlaufzeit für die Ladeplanung bestehen.
Beta Was this translation helpful? Give feedback.
All reactions