docs: document loadpoint priorityStrategy and priorityHysteresis - #1093
Open
Alexxtheonly wants to merge 8 commits into
Open
Alexxtheonly wants to merge 8 commits into
Alexxtheonly wants to merge 8 commits into
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add a priorityBasis section covering the percent (default) and energy bases for the soc/deficit priority strategies, including the capacity fallback, and note that the priorityHysteresis unit follows the basis (soc-% or kWh). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
priorityStrategy, priorityBasis and priorityHysteresis are now global site options in evcc-io/evcc#31072 instead of per-loadpoint options. Move their reference sections from loadpoints.md to site.mdx, rename the default strategy from 'static' to 'none', and leave a pointer in the loadpoint priority section. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2 tasks
added 3 commits
August 16, 2026 11:50
…trategy - priorityStrategy/priorityBasis/priorityHysteresis are experimental (UI gated by experimental mode, config works without it) - heating loadpoints are excluded from priority sub-ordering entirely (EN + DE) - heating loadpoints don't force the energy basis fallback (EN + DE)
Heating loadpoints and loadpoints without a known vehicle charge level keep their plain priority rank. naltatis asked for the heating behaviour to be written down when he excluded it in 60314ef; the unknown-soc case follows the same code path. Also notes that the energy basis saturates above 99 kWh.
The energy basis is vetoed by any loadpoint that reports a charge level without a known vehicle capacity, which includes chargers reporting soc themselves, not only loadpoints without a vehicle. evcc now logs that and publishes the basis in use, so document the fallback and that the deadband is then read in soc-%. Drops the 99 kWh saturation note: the gap is normalised against the largest capacity in scope, so it no longer saturates. Folds the duplicated heating wording into the existing note and mirrors everything into the German page.
Alexxtheonly
marked this pull request as ready for review
August 29, 2026 14:12
The evcc implementation dropped the evcc.yaml fields (priorityStrategy, priorityBasis, priorityHysteresis) in favor of UI/API-only settings. Remove the yaml reference sections from site.mdx (en/de) and document the feature where it semantically belongs: the loadpoints priority section (en/de). Covers the experimental Priorities dialog, strategy (none/soc/deficit), basis (percent/energy) with fallback behavior, hysteresis deadband, heating exclusion, unknown-soc handling, and the API/MQTT surface.
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.
Documents the three new site options added in evcc-io/evcc#31072 (feature request: evcc-io/evcc#31071).
Adds
priorityStrategy(none/soc/deficit),priorityBasis(percent/energy) andpriorityHysteresisto the site configuration reference, right afterpriority, with semantics, defaults (backward-compatiblenone/percent/0), and a YAML example.Also documents:
English and German. English source only.