-
Notifications
You must be signed in to change notification settings - Fork 10
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
Explicit demand response peak load #484
Conversation
-convert DST to classes -add residential components -add new tests -refactor code -add dst_componnets to the world -adjust notebook 10
-fix docstrings -remove unrequired dst base class
-add operationl_cost constraints to heatpump, boiler, and PV -revise all tests and add complete tests for each DST component
-remove common constraint definition outside
…o explicit_demand_response_peak_load
…o explicit_demand_response_peak_load
…o explicit_demand_response_peak_load
…o explicit_demand_response_peak_load
…o explicit_demand_response_peak_load
…o explicit_demand_response_peak_load
Discussion with @Manish-Khanra we used a big-M formulation to linearise the problem formulation. The second objective loop was reformulated to include the absolute values of the shift; otherwise, the objective value was forced to 0 due to the demand covering constraint, which led to arbitrary solutions. Note that there are no costs included in the second objective loop, leading to multiple possible solutions with the same absolute load shift that does not violate the cost increase constraints. Hence, different solvers will most likely result in different solutions. |
…o explicit_demand_response_peak_load
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #484 +/- ##
==========================================
+ Coverage 77.52% 78.01% +0.49%
==========================================
Files 50 50
Lines 6812 6938 +126
==========================================
+ Hits 5281 5413 +132
+ Misses 1531 1525 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…o explicit_demand_response_peak_load
…o explicit_demand_response_peak_load
-remove changes in example.py -refactor csv forecaster for better usability
-revise hinting in csvforecaster -remove unused code
-fix naming of strategies -fix tests -small changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Manish-Khanra I have fixed several things and streamlined the code. Everything is fine, but there are some things you should address before we can merge this into main
@Manish-Khanra also please complete the PR form above |
-move repeating functions into the parent class
-improve docstrings and arguments -adjust tests
Implementation of Flexibility Measures: 1. Cost-Based Load Shifting: Optimize operations to minimize variable costs while considering load-shifting capabilities. 2. Congestion Management Flexibility: Adjust operations based on grid congestion signals to reduce congestion at critical nodes. 3. Peak Load Shifting: Curtail demand during peak load periods to adhere to capacity constraints and improve grid stability. 4. Renewable Utilisation: Align operational load increases with renewable energy availability to enhance grid sustainability. Co-authored-by: Nick Harder <[email protected]> Co-authored-by: Florian Maurer <[email protected]>
Pull Request
Related Issue
Closes #[issue number] (if applicable)
Description
Changes Proposed
Implementation of Flexibility Measures:
Testing
Individual test fixtures for each flexibility measure.
Checklist
Please check all applicable items:
doc
folder updates)pyproject.toml
doc/release_notes.rst
of the upcoming release is includedAdditional Notes (if applicable)
[Any additional information, concerns, or areas you want reviewers to focus on]
Screenshots (if applicable)
[Add screenshots to demonstrate visual changes]