-
-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Battery discharge lock not applied with planned charging #17194
Comments
Maybe the problem is the mode "min+solar". |
I did not test with PV yet as currently we don’t have enough sun to get solar charging to kick in. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Das hat leider auch nicht geholfen, habe es mehrfach probiert. |
@skipperkm ich hab Deinen Post ausgeblendet da es hier erstmal um Planner geht. Ob Batteriesperre bei Dir überhaupt funktioniert testest Du mit
Falls nein bitte separates Issue. |
@petepall could you please provide another log with more context, // IsFastChargingActive indicates if fast charging with maximum power is active
func (lp *Loadpoint) IsFastChargingActive() bool {
lp.RLock()
defer lp.RUnlock()
return lp.mode == api.ModeNow || lp.planActive || lp.minSocNotReached()
} for checking if battery mode should be set. This looks correct as it respects the planner. When you reproduce the problem- plan active but battery mode not set to hold- please also add output of /api/state here. Closing until updated lock available. |
Hi,
Danke für die Info - leider kann ich das nicht testen - ich benutze evcc als HA-AddOn und hab somit keine Konsole.
Mit freundlichen Grüßen
Skiperkm
… Am 01.12.2024 um 12:43 schrieb andig ***@***.***>:
evcc meter --battery-mode hold
|
Describe the bug
According to the info related to battery setup, the battery locking should be applied during fast charging as well as planned charging.
When selecting fast charging the locking is applied and after a cycle the battery utilisation goes down to zero and the power is pulled from the grid.
Using a planning the system is not applying the battery locking and continues to charge from the battery.
Graphical UI configuration:
Steps to reproduce
Failure steps:
Success steps:
Configuration details
Log details
What type of operating system are you running?
HomeAssistant Add-on
Nightly build
Version
No response
The text was updated successfully, but these errors were encountered: