Picked up a 2023 TRD Sport a little over a month ago. Got the Carlink Android 12.0 to access my IGO and Torque apps.
I tried the same PID's I use on my 08 4R. They wouldn't work on the 23.
So the search was on. Nothing current and couldn't download anything from Torque site said it wasn't compatible with my newer version android. I did find a few that were different from the 08 PID.
Found:
Transmission Temp Pan 2182 ((((A * 256) + B ) * (7/100)-400)/10)
Transmission Converter Temp 2182 ((((C * 256) + D ) * (7/100)-400)/10)
Wouldn't work on the 2023 but a few small changes.
Transmission Temp Pan 2182 (A * 256) + B ) * (7/100)-400)/10
Transmission Convrt. Temp 2182 (C * 256) + D ) * (7/100)-400)/10
Worked, Road tested and confirmed operation. Used my non contact thermometer to compare torque reading to the pan and it was within a few tenths.
As you can see not much difference between the two PID's but enough for one to work verses the other. Hope this helps someone.
I thought is was odd too. The first PID when entered in the Torque app wouldn't think about processing it. Then I got a wild hair to try the changes on the fly I don't know why I made them just frustrated at that point it calculated in the app . The numbers I'm getting are correct but don't understand why I it works but it does.
Check cold reading this morning and they are right on. I agree in theory it shouldn't work.
BTW: The first 2 I tried conflicted with 2 different senors.
Transmission Temp Pan 2182 (A*256)+B)*(7/100)-400)/10
Transmission Convrt. Temp 2182 (C*256)+D) * (7/100)-400)/10
should not work like this, since the number of brackets must be in pairs
I agree but it does and why I posted here.
what version of the app do you have now?
android 12.0
fresh torque download from app store. Looked on the app but couldn't find the version. maybe looking in the wrong area.
Been looking over things again.
Tried the ones that didn't want to work and had a conflict and it went through and no conflicts and has the same exact readings as the one that worked. Weird right.