You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverts the power half of c0bc164, which was an over-correction.
Hold-charge - a charge window whose target is at or below the current SoC -
must not trigger a charge, so grid charge stays off. But the slot should
still carry Predbat's chosen charge rate for that window: only the
behaviour differs, not the power.
c0bc164 made it report zero power so it would classify as a self-use slot
and be written with the inverter's full rating. That discarded the rate
Predbat asked for. Zero is also the freeze encoding, so overloading it as a
classification signal made two opposite meanings share one value at the
same call site.
The grid-charge-off part of that commit was correct and is unchanged; only
the power reverts.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments