feat: add configurable EV stop strategy and stabilize peak shaving (#141)#157
Merged
Conversation
) Integrates PR #141 (joma999) onto current main (v4.12.0), re-targeted to v4.13.0. The PR's branch was based on an old main (v4.10.1) and main has since re-exported the Node-RED flows with regenerated node IDs, so the PR could not be merged textually. Changes were re-applied semantically: - EV Stop Trigger strategy: new selectable `Full stop` vs `Standby / peak shave` behaviour; manual Full stop still takes precedence. New `input_select.house_battery_strategy_ev_stop_trigger_strategy` helper and a new `EV Stop Trigger Strategy` api-current-state node spliced into the start-flow strategy-selection chain (against main's regenerated IDs). - Peak shaving: latch import/export direction and power limit at the moment of the real grid-limit violation to prevent import/export flip-flopping during the release timeout. - Dashboard: reflect the applied strategy, show Standby / peak shave, add a low import peak-shave limit (<2500 W) warning, expose Trigger strategy. - Re-applied the same functional edits to all-flows-in-one-file.json and bumped all version labels to v4.13.0. contribute/check.ps1 passes. Co-authored-by: joma999 <johan._@live.nl>
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.
Release v4.13.0 — see RELEASE_NOTES.md for the changelog.
Integrates #141 by @joma999 (re-applied semantically onto current
main; authorship preserved via theCo-authored-bytrailer on the commit). Please keep theCo-authored-by: joma999line in the squash-merge message so GitHub retains the contributor credit.