Skip to content
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 energy demand metrics (experimental) #18867

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

andig
Copy link
Member

@andig andig commented Feb 16, 2025

Start collecting energy metrics. Next step: better algorithms taking these metrics into account, for example peak shaving (#18934). This PR adds the following features:

  • track daily PV generation (energyDemand.solarActual- generated until now)
  • calculate forecasted generation (energyDemand.solarForecasted- until now)
  • calculate an adjusted solar forecast based on actual generated vs. forecasted energy (forecast.solarAdjusted)
  • calculate potential energy demand for battery and vehicles (energyDemand.batteryDemand and energyDemand.loadpointDemand)

@naltatis ein erster Schritt damit auch aktiv etwas anzustellen. Würdest Du die im UI ergänzen wollen?

TODO

  • use actual planner targets instead of theoretical vehicle limit in plan exists
  • add a household base load and household demand
  • calculate peak shaving demand

@andig andig added the enhancement New feature or request label Feb 16, 2025
@andig andig added the experimental Experimental feature label Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experimental Experimental feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant