-
-
Notifications
You must be signed in to change notification settings - Fork 785
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
Forecast: add adjusted forecast #18867
Conversation
c5c8fab
to
129cbe7
Compare
adjust.webm |
…cs' into feat/forecast-metrics
Das Scaling ist jetzt erst einmal nur für die Werte im Modal umgesetzt. Der "heute verbleibend" Wert muss auch noch mit dem Toggle angepasst werden. |
Interessantes Feature. Ich bin gerade dabei, open-meteo auszuprobieren. Da frage ich mich, was ich bei der |
Das hab ich bei Solcast zu |
Ok, mit der |
This PR adds adjusted solar forecast. Depends on #19069.
As a next step this will support better algorithms, for example peak shaving (#18934). This PR adds the following features:
energyDemand.solarActual
- generated until now)energyDemand.solarForecasted
- until now)forecast.solarAdjusted
)@naltatis ein erster Schritt damit auch aktiv etwas anzustellen. Würdest Du die im UI ergänzen wollen?
TODO
timeseries
instead ofapi.Rates
for solar forecast @andigtimeseries
instead ofapi.Rates
for ui @naltatis:Our forecast is really not a series of timespans but a series of discrete values per timestamp- changed type to avoid confusion. We can later decide if we need a different tariff type cause of this. Might also affect Co2 tariffs.
Out of scope