-
-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lastmanagement #8427
Lastmanagement #8427
Conversation
Co-authored-by: andig <[email protected]>
…and vlogger with id
…yCircuitMeter, rebase cleanup
Co-authored-by: andig <[email protected]>
@hoermto any chance of a rebase to release |
I am currently having issues with the tests in 0.124.x. Need to fix this before releasing. |
…x comments / typos
# Conflicts: # core/loadpoint.go
v 0.124.8 with lm in releases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hoermto nitpicking
Let's see how we can move this forward. I've published a Docker image with |
just to confirm I've update my (docker based) image and tesla support works. Will be testing LM later. Tnx!!! |
So is there a official Version coming with Tesla Support? |
Seems I have already answered this. |
yes :lm version has both load management and tesla support |
just a headsup on my testing - both lm and tesla seems to be working. I had to refresh the tesla token once as it went offline. Haven't tested yet LM in all conditions (charging in mixed scenario in example). |
Hi .. is there a timeframe when pr is done ? |
#13207 has an alternative approach to load management that should be more compliant with evcc core model, has simpler structure and should be easy to adapt to config UI. It is also utterly untested and may not work or even be dangerous. It would still be great if someone able to compile could give it a try. Two words of warning:
Configuration from this PR should hopefully work. Published on Docker Hub als |
two things to report on this version.
|
This comment was marked as outdated.
This comment was marked as outdated.
In other words: please retry with #13207, this one is closed. |
Fortführung von PR3453
Dokumentation: lastmanagement
Download unter Relases ab v0.118.0.
use cases
Arbeitsweise
Konfigurationserweiterung für Lastmanagement:
Die Konfiguration der Circuits kann mit Hilfe des Konfigurationsassistenten im "advanced" Modus erfolgen.
evcc configure --advanced
Installation / Test
Beispielhaft Linux: siehe auch hier für die Schritte: Installation
Manueller Test
Nur das Binary um mal zu gucken obs was tut.
Installation komplett
Bei bestehender Installation (https://docs.evcc.io/docs/installation/linux), bzw. Neuinstallation:
Docker
Download: https://github.com/hoermto/evcc-lm/releases die
docker-...zip
Datei runterladen, und dann mittelsdocker load -i <zip datei>
in das lokale Repository laden:Weitere Schritte hier: https://docs.evcc.io/docs/installation/docker.
Für den Namen des images dann aber
evcc/evcc:testing
verwenden.