A HomeAssistant-based app to optimize and automate charging of your EV. Optimisation is based on FlexMeasures schedules.
5
stars
2
forks
source link
#152 🪲 BUG: During Max charge the power is set to 0 every now and then #153
Closed
ArdJonker closed 3 weeks ago
When the charge-mode changes from Automatic to Max charge the charge timers are cancelled.
Added 'source' to some method calls for debugging.
Made the Automations for setting the charge-mode in the UI comply with the new (HA 2024.10) style yaml. This makes this new version of HA required.
Also added a more practical max SoC for the car battery of 97% as the car will never charge higher than that (partly related).
Also prevented a exception for a None result for getting charged energy (not related).