-
-
Notifications
You must be signed in to change notification settings - Fork 698
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
Epic: Load management enhancements #14261
Comments
Frage: könnte man hier auch noch eine Schieflast-Überwachung mit reinnehmen? |
Hier noch nicht, da das eine genaue Zuordnung der Phasen der ersten einzelnen Circuits und Loadpoints erfordert. |
Noch ein Problem entdeckt, oder ich habe einen Gedankenfehler?
|
Kein Denkfehler, aktuelle Restriktion. Die Prüflogik berücksichtigt keine Hierarchie von Circuits über 2 Ebenen hinaus. Würde ich auch erst angeben, wenn das wirklich relevant sein sollte- hier brauchst Du das ja nicht weil Du einfach beide Boxen an den |
aktuell ja. |
Die Dimmung erfolgt pauschal für alle SteuVE am Anschluss über die netzrelevante Leistungsaufnahme. |
OK, "Gleichzeitigkeitsfaktor" ist das Stichwort. Danke |
It would be good to allow use of plugins to set the values for circuit. Not sure if that would be a start to help support SteuVE |
I have created an english version of the documentation page for loadbalancing. (evcc-io/docs#584) But I I have noticed a difference in behavior and how the documentation describes how it should work. This statement: "Alle Ladepunkte ohne explizite Stromkreiszuordnung werden diesem Hauptstromkreis zugeordnet. " I conclude from this that if I have only one circuit "main" I do not need to specify "circuit" on the loadpoint configuration. But if I try this loadmanagement does not work on mij loadpoints. I need to specify "circuit: main" on the loadpoints and then it works. So is this a bug in loadmanagement or just wrong documentation? |
Ich habe auch noch ein Problem in Kombination von Lastmanagement und dem Homewizard P1 Meter gefunden. Der Homewizard gibt egal ob Einspeisung oder Bezug eine positive Amperezahl aus. Bedeutet wenn Einspeisung größer als die Limitierung ist, lädt gar nichts mehr. Soll ich dafür ein eigenes Issue erstellen? [circuit-main] WARN 2024/07/26 11:15:46 over current detected: 21.7A > 10A |
This is a homewizard issue not a load management issue. So maybe better to open a new issue. |
@Roeland54 lets move this discussion to evcc-io/docs#587 |
Yes, would very much like to have a restful/mqtt api. 2 use cases in the frame of the flemish capacity tariff/peak shaving:
see #16784 |
This would be #16809. In deviation from the other plugins and given that max power/currents already are config values, this PR works by allowing the plugin to override the current value. If plugin fails, the configured value is acts as fallback. |
Nice! I am most certainly going to enable this/test this. I had been working on a python script that pulls the latest peak of the month and modifies it accordingly in the evcc.yml but if you have exposed this via an API/HTTP Endpoint that would be even easier/better. Looking forward to this @andig , super! |
@andig Is the EVCC API documentation automatically updated? |
No automation. |
Allright, best to wait then for the documentation, correct? |
Sorry- for what? |
I was/am under the assumption/understanding the recent pull request #16809 allows us to set the maxPower on the circuit externally via the HTTP API already(?). I wanted to start experimenting with this but couldn't find the documentation yet, but maybe I have misunderstood the current status of said functionality. |
Just add https://github.com/evcc-io/evcc/pull/16809/files#diff-e558b29f57bfef72b6614f8a345c713e6fe64cd1e9032e99a7b7b998a0442271R49-R50. Docs to follow in evcc-io/docs#658. That's not an "api" but simply configuration of the hems device. |
Example:
|
The text was updated successfully, but these errors were encountered: