JejuSoul / OBD-PIDs-for-HKMC-EVs

Setting up Torque Pro to show OBD data on Hyundai / Kia Electric Vehicles
236 stars 142 forks source link

Kona EV error in formula for 45kw charge time #34

Closed piec2 closed 5 years ago

piec2 commented 5 years ago

There's a mistake for the Kona EV formula on the 004_CALC Estimated time 45kW 80% Charge The formula currently states: (MAX(0:28(0.8-(af/200)))/45)60 But on the Kona EV, the battery has 64 kWh available and the formula should be: (MAX(0:64(0.8-(af/200)))/45)60

Thanks!

JejuSoul commented 5 years ago

Thanks. I have corrected this. Can anyone confirm if this works?