Batterie und Peak-Grenze im Planer (wartet auf evcc PR 34044) - #2
Open
SolarPower2024 wants to merge 3 commits into
Open
SolarPower2024 wants to merge 3 commits into
SolarPower2024 wants to merge 3 commits into
Conversation
The planner shares circuit capacity through a ledger of loadpoint plans. Two inputs of the fork are added to it, refreshed every cycle and released as soon as they no longer apply: - the battery while it grid charges, for the running slot, ranked by its priority, so lower ranked plans go around it - while peak shaving is on, the part of the site circuit above the peak limit, ranked above everything, so plans stay within the limit Without circuits, battery circuit and peak shaving nothing is added and the planner behaves as upstream. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> (cherry picked from commit 137499b)
The planner sharing circuit capacity returns the reduced power of shared slots next to the plan; the one-time grid charging only needs the plan. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
SolarPower2024
force-pushed
the
feature/single-priority
branch
from
September 26, 2026 21:49
00db036 to
93e17cd
Compare
SolarPower2024
force-pushed
the
preview/planner-ledger
branch
from
September 26, 2026 21:49
192e5ff to
2283bc0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wartet auf evcc PR 34044 (Planer teilt die Stromkreis-Leistung, upstream noch offen). Basis ist
preview/planner-ledger=load-peak-features+ evcc PR 34044 als ein Commit.„Eine Priorität“ für PV-Überschuss und Lastmanagement ist schon in
load-peak-features(v0.316.0-lm2). Hier steht nur noch die Planer-Anbindung.Was noch offen ist
core/lm/README.mdGetestet
Go: core, planner, lm, server grün, dazu Tests für Batterie und Peak-Grenze im Planer und „ohne Einrichtung nichts eingetragen“.
Wenn evcc PR 34044 in einem Release ist
Release in
load-peak-featuresübernehmen, diesen Zweig darauf umsetzen, mergen.🤖 Generated with Claude Code