Home battery discharges during planned/smart charging in v0.314.x #33064
Unanswered
mietoome
asked this question in
Need help?
Replies: 1 comment 1 reply
That has always been the case. For fast mode, there is the battery hold mode. If you have enabled this in the battery settings, you need to find out why it doesn't work through your home assistant battery meter. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
I noticed a possible change in behavior after updating to v0.314.x regarding home battery protection.
Previously, setting the buffer helped prevent my home battery from discharging into the EV. In the newer version, the revised battery settings (Priority and Buffer) seem to apply strictly to PV mode. When a Target / Smart Cost charging plan activates, the system pulls full power, which leads my AC-coupled home battery (Marstek Venus E) to discharge at full capacity into the car.
I was able to mitigate this by utilizing the Hold Mode Script setting to call a Home Assistant script (script.battery_hold) that sets the battery discharge power to 0 W during planned charging slots.
Is this intended behavior with the new battery logic, or could this be an edge case?
If intended, would it be possible to consider adding a native toggle in the UI (e.g. "Hold battery discharge during planned/smart charging") so users don't necessarily need external scripts to keep their home battery reserved for household use during grid charging sessions?
Steps to Reproduce
Configuration (YAML)
no yaml configurationConfiguration (UI)
Logs
All reactions