-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Lower EV Smart Charging Minimum EV SOC does not change duration of expected charging #264
Comments
Well, it depends on the current SOC. If your current SOC is 0%, then your example is what will happens. But if you for example have 25% SOC and it would take 10 hours to reach 100% (from 25%), then if you change the target SOC to 50%, then it will take (50-25)/(100-25)*10 = 3.33 hours (from 25% to 50%), which the integration rounds up to 4 hours. |
Exactly, but it doesn't do recalculation that when I change the target. So it looks like a bug right? |
It is the same for me. Whenever the target soc slider is changed nothing is recalculated. I have to manually turn off and back on the smart charge enable switch to have the integration recalculate a new charge plan. |
Ah, ok. I will check. |
In v1.11.0, changing the target SOC will update the charging plan. Was that the issue, or was there also something else? Hmm. Is it the same problem when changing |
I don't use the minimum setting, but maybe? I can't test it right now.. |
Now I have tested. Changing |
Just updated to this version, it does not fix the issue. I change the entity "EV Smart Charging Minimum EV SOC" Sorry for the inconvenience, I thought it was an other entity. This is because of some coupled automations and helpers in my HASS. If I change continues charging for example, it immediately recalculates. But changing the EV Smart Charging Minimum EV SOC entity does not update. |
@Ferrox85, I'm not able to recreate the issue. Changes in What other settings do you have for the integration, and at what time of the day do you see this issue? |
If I am able to try again I will report back. Currently our car is full... |
Version 1.10.0
If for example 50 % of charging is set as goal. I expect that the duration is lowered with 50%. For example from 10 (normally 100%) to 5 hours and that it recalculates the most efficient hours to charge with those 5 hours.
The text was updated successfully, but these errors were encountered: