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

Formula in xls sheet (spreadsheet_Ioniq_EV_BMS) is wrong #20

Closed NatroNx closed 5 years ago

NatroNx commented 5 years ago

Hi - the formula for Battery Current in "K17" is "=REST(HEXINDEZ(H4&B5)+2^15;2^16)-2^15" but should be "=(REST(HEXINDEZ(H4&B5)+2^15;2^16)-2^15)*0.1" because the Value has to be divided by 10 to be valid.

regards

JejuSoul commented 5 years ago

Thanks. will fix that now.