jonasbkarlsson / ev_smart_charging

Electric vehicle smart charging for Home Assistant.
MIT License
169 stars 25 forks source link

GUI option to change the value of config variable charging percent per hour #228

Closed KentHage closed 10 months ago

KentHage commented 10 months ago

I would like to have an opportunity to change the value of the config variable "charging percent per hour". As far as i can see in the code, it is hard coded to 6, if it is undefined. This variable is used to calculate how many hours the car needs to charge from current SOC to the target SOC. Unfortunately this default value it is too big and I would like to set it to 4 or 5 instead so I would get more hours to charge.

jonasbkarlsson commented 10 months ago

Hi! You can change it in the GUI. Settings->Devices & Services->Integrations->EV Smart Charging, and then click on 1 device. Then you can change the charging speed in the Configuration tile.

KentHage commented 10 months ago

Thank you! The title "Charging speed" was a little confusing and I thought it was the amount of amps the charger was giving the car.