-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Currently, when charging using "Eco Mode" (solar PV divert) the EVSE will continue charging at the lowest current (6A) forever until the EV is fully charged even after the solar PV has stopped generating.
A highly requested feature is for the charging to stop after the solar PV has stopped generating. This will allow users to then use a timer charge to topup the remaining amount required during off-peak hours.
I propose changing default Eco Mode behaviour to start the charge once solar PV / grid export > 500W for 15min and stop the charge if solar PV / grid export < 500W for 30min.
This feature should be backported to ESP8266.
As an advance option the user could adjust these parameters, however minimum values should be set e.g >100W for 10min stop to avoid excess contactor wear caused by regular stopping / starting.
Another extension to EcoMode is for the charger to revert to charging at full power if the timer becomes active during an EcoMode charging session.