Conversation
…eral components (#100) * First pass; working through controls_dict. Still need to handle measurements. * First-pass on measurements * Update various controls for the simple_hybrid_plant example * Formatting * Battery control comparison example updated * Handle None power reference * Add battery charging logic with power reference * Minor formatting fix * Progress on tests; not complete * Formatting * Further improvements in tests etc * control_dict includes cname * Remove MultiRef controller from library * Documentation and cleanup * Formatting * Reconfigure controller_parameters * Remove input_dict, update examples * Add handling to allow testing battery control for checking battery headroom * Add SOC limitations * Generalize solar farm name * Docs page updates * Add docstrings * Move override down to component level * Add curtailing controller, not yet tested * Minor bugfix and price curtailing test * switch to using main power_setpoint key for wind also * Formatting * Update error message * Handle disallowing grid charging * Pass upper and lower limits to SOC controller * Add upper and lower limits to all battery controls; reorganize battery tests * Reorganize tests * Add battery limits and tests * Minor example plots updates * Apply suggestions from code review Apply copilot commit suggestions Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Fixes as suggested by copilot reviewer * Remove unneeded commented code * Formatting * Formatting after copilot changes --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: paulf81 <paul.fleming@nrel.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hycon v0.8 overhauls the architecture of hierarchical controllers, in particular the hybrid supervisory controller, to better handle a variety of controls and plants.
Major enhancements
Bug fixes
Full Changelog: v0.7.1...v0.8