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

Fix order of thermal flexibility provision #824

Open
danielfeismann opened this issue Jun 4, 2024 · 2 comments
Open

Fix order of thermal flexibility provision #824

danielfeismann opened this issue Jun 4, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@danielfeismann
Copy link
Member

at the moment thermal storages are only used after the thermal house has reached it's upper temp boundary.

The order should be:

  • heat up house till target temperature
  • heat up thermal storage (either in any case or only if surplus energy is available -> to be discussed)
  • overheat the house till upper temperature boundary
@danielfeismann danielfeismann added the bug Something isn't working label Jun 4, 2024
@staudtMarius staudtMarius self-assigned this Jun 4, 2024
@danielfeismann
Copy link
Member Author

danielfeismann commented Jul 4, 2024

Update: Behaviour checked for thermal grids under the control of energyManagement.

  • heat up house till upper temperature boundary (using surplus energy from pv)
  • heat up thermal storage

Possible change: Only heat up house till target temperature, heat up thermal storage (in any case, not only for surplus energy), overheat house till upper temperature in case of surplus energy.

Check for thermal grids without Em needs to be done

@danielfeismann
Copy link
Member Author

Please check if this is still valid after #827 will be completed

@PhilippSchmelter PhilippSchmelter self-assigned this Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants