-
Notifications
You must be signed in to change notification settings - Fork 173
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
Grid Power Limitation #119
Comments
Thanks! I'll let @kingsleynweye respond properly, but I think this is on our roadmap somewhere |
Thanks for this feature request @BuntBaum. I agree that limiting the available power buildings can draw from the grid makes for a more realistic simulation. I think we have this implemented already to some degree that reflects what you have described albeit for a complete blackout scenario alone. There is a citylearn.building.downward_electrical_flexibility function that we had implemented to appropriately limit the available energy to meet the building loads if the Right now, I think what we will need to update to make this reflect all use cases you have described is to:
Let me know what you think. |
Hi @kingsleynweye, Thank you for taking the time to review and respond to my feature request. I agree that the existing The addition of a timestep-wise configuration option would be a valuable enhancement, as it would allow more granular control over the available power limits, ensuring the simulation can more accurately reflect real-world grid constraints and varying conditions. I'm excited to see how this feature evolves and look forward to any updates. Once again, thank you for your thoughtful consideration! Best regards, |
Add "available_grid_power" State to Simulate Grid Constraints
Description:
First, I would like to express my appreciation for the fantastic work on the CityLearn Simulator. It has been an incredibly valuable tool for my research and development in building energy management. The flexibility and depth of the simulation capabilities are truly impressive.
Feature Request:
I am writing to request a new feature that would greatly enhance the realism and applicability of the CityLearn Simulator, particularly in scenarios involving grid constraints. Specifically, I propose the addition of a new state variable called "available_grid_power" to the simulator.
Motivation:
In real-world scenarios, the power available from the grid to a building can be subject to limitations. For instance, under normal conditions, the power supply may be effectively unlimited up to the connection's capacity. However, during periods of grid stress or regulatory actions (e.g., as stipulated by §14a ENWG in Germany), the power supply to individual buildings may be curtailed. These scenarios necessitate a more resilient control solution for Distributed Energy Resources (DERs) to ensure the safety and comfort of occupants during such constraints.
Proposed Implementation:
New State Variable:
available_grid_power
to each building's state.Configuration Options:
available_grid_power
per time step via:available_grid_power
values, simulating realistic grid constraints.Integration with Existing Systems:
available_grid_power
, modifying their behavior to optimize for resilience and occupant safety during grid constraints.Benefits:
Once again, thank you for the excellent work on CityLearn. I am excited about the potential for this new feature to further enrich the simulation capabilities and am eager to see its implementation.
Best regards,
Tobi
The text was updated successfully, but these errors were encountered: