janusz Grabon
Member
Yes than What ? I sill don't know what I have to do? I can change from C to F but still show celcius with F?? I know I have to modify PID 220100 ,but I don't how.Thank You .
I can't answer your question until I know what you are using. Are you using Torque Pro?Yes than What ? I sill don't know what I have to do? I can change from C to F but still show celcius with F?? I know I have to modify PID 220100 ,but I don't how.Thank You .
Then follow post #200, tell me what you see..Yes !!!!
Thanks,I will try to do that.Then follow post #200, tell me what you see..
OK, check post #203 to see if your display temperature setting is for F or C..I see exactly the same ,what is next step
This will display indoor temperature I need modification for Fahrenheit, not for Celsius!!!!!!If using Torque Pro you go to
Settings//Manage extra PIDs/Sensors
Scroll down to 001_Indoor Temperature in the list
Does it read
001_Indoor Temperature
PID: 220100 Unit:C Max/Min:50.0/-50.0
Equation: (F/2)-40
??
Check out the OBD2 for Android Auto app, puts Torque right on my infotainment. Nice way to show off gauges and use on regular basis.Now that a few in-person car events might start happening again, I'll note that having the "geek gauges"
on a nice big tablet makes a fun display to show off. Main pack current can be changed while sitting still
by running heat or cooling, 12V and LDC by playing with lights and fans and windows.
_H*
The max regen and max power has changed since the first BMS software update not only for 2021 model. I posted this few months ago:I recently transitioned from a 2019 to a 2021 Kona [long story], and have found that a couple of
the parameters I was watching have changed, Specifically, the maximum charge and discharge
power figures, which generally read around 170 (kW) when the pack is in most of the midrange SOC.
These were CAN ID 7E4, mode 22, PID 0101, with math to resolve to kilowatts:
. . . ((F*256)+G)/100 for charge [e.g. max theoretical regen power]
. . . ((H*256)+I)/100 for discharge [e.g. max deliverable to GO]
In the 2021, these both come up as 0. I`m assuming that they're somewhere else in that
same data block, and will go searching around in some of those blank items in the spreadsheet
at some point, but does anyone know of updated info from Jeju et al?
Everything else seems to come up the same and look normal. And this car also has that C017
DTC about motor resolver calibration permanently set right off the dealer lot, so that may just
be a bug that nobody needs to care about. Not all scantools even show it, notably a dealer's
GDS included.
_H*
Found an Excel speadsheet somewhere on Github if I remember. A mixture of Soul an Kona pids of different control units. To analyse the pid requests and responses, I use SoulEvSpy. It has a log of all requests and responses in hexadecimal.Much appreciated, I'll try that next time I have the car powered up. I had missed that prior post, but
then again I wasn't expecting a BMS upgrade, at least not one that came with a whole new car wrapped
around it. Out of burning and long-term curiosity, how did you [and relevant others] determine this info?
Are there people still actively sniffing GDS sessions and publishing the mappings?
I had started to explore some of the unlabeled bytes in the spreadsheet copy I had, looking for outputs
in the neighborhood of 170, but hadn't gotten that far down 220105. Might have eventually stumbled
across it, but blind-trying is somewhat tedious and unreliable...
_H*