EEG-Aufteilung auf der Energie-Seite anzeigen (wartet auf evcc PR 33989) - #1
Open
SolarPower2024 wants to merge 3 commits into
Open
SolarPower2024 wants to merge 3 commits into
SolarPower2024 wants to merge 3 commits into
Conversation
With an EEG counter set, the grid card of the energy page splits the export: the EEG part is stacked as its own lighter bar next to the standard feed-in, the legend lists both, and the revenue tiles show the standard feed-in and the EEG revenue separately, each priced slot by slot by /api/feedinsplit, also without a grid price. Without a counter the page is unchanged and makes no extra request. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> (cherry picked from commit eb49197)
The energy page's grid card already shows the EEG part, so its counter is left out of the additional meters card. The collector is titled with its name for that; the CSV download still contains it. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> (cherry picked from commit c6bd35e)
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
SolarPower2024
force-pushed
the
feature/eeg-feedin
branch
from
September 26, 2026 21:49
c6bd35e to
a7544f0
Compare
SolarPower2024
force-pushed
the
preview/energy-page
branch
from
September 26, 2026 21:49
4ea67b6 to
43f1170
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 33989 (neue Energie-Seite, upstream noch offen). Basis ist
preview/energy-page=load-peak-features+ evcc PR 33989 als ein Commit.Der EEG-Tarif, die Aufzeichnung des EEG-Zählers und
/api/feedinsplitsind schon inload-peak-features(v0.316.0-lm2). Hier steht nur noch die Anzeige.Was noch offen ist
core/lm/README.mdOhne EEG-Zähler bleibt die Energie-Seite unverändert und fragt nichts zusätzlich ab.
Getestet
Go und Frontend grün. Live-Test mit simuliertem Zähler (Tag/Monat/Handy, mit und ohne Bezugspreis, ohne Zähler wie im Original) vor dem Neuaufbau, der Code ist unverändert.
Wenn evcc PR 33989 in einem Release ist
Release in
load-peak-featuresübernehmen, diesen Zweig darauf umsetzen (der Preview-Commit fällt weg), mergen.🤖 Generated with Claude Code