-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charging Flags on the 64kWh Kona / Niro / Soul EVs #39
Comments
I've done further testing, both on Level 2 and Level 3 charging on the Kona EV (including using the Utility Mode of the Kona - aka Camping Mode) and I confirm that the 000_HV Charging is correctly represented by: val{000_BMS Main Relay}-val{000_BMS Ignition} I've tested all 8 bits of 0x220101 {ay:x} as well as all 8 bits of 0x220101 {j:x} and neither of them can indicate if we are charging over the normal charge port, or the rapid charge port. One down, 2 to go! |
Thanks for testing this. I have added 000_HV Charging to the 64kWh Soul EV file. There is a separate 64kWh Kona / Niro EV file which I haven't changed. |
@JejuSoul I might have found some useful info for one of these flags.
I did not make the discovery but found it on: https://forum.abetterrouteplanner.com/topic/1667-kona-2020-wrong-charging-status/ I don't understand these codes nearly as good as you lot so might be useful info in that post or might already be in the analysis @piec2 has done before? |
Much discussion about these flags in previous issues.
000_Normal Charge Port
000_Rapid Charge Port
000_HV Charging
The best analysis is by piec2 here - https://docs.google.com/spreadsheets/d/1JyJnXh7DOvzTl0cbWZRpW9qB_OgEOM-w_XOiAY_a64o/edit?usp=sharing
It seems the best way to calculate charging is to calculate val{000_BMS Main Relay}-val{000_BMS Ignition}
Can someone post here 3 working codes.
The previous discussion is here #36 and #35
The text was updated successfully, but these errors were encountered: