Odometer PID

Discussion about software developed by Freematics, including Freematics Builder and Freematics Emulator GUI
Post Reply
sseaton
Posts: 1
Joined: Mon Sep 11, 2017 2:27 am

Odometer PID

Post by sseaton »

Has anyone been successful in finding a PID to READ the vehicle Odometer/Mileage?

I have looked over the OBD2 docs and have not seen anything. There are plenty of scan-tools out there that read the Odometer so it must be available somehow. Does anyone have any insight on this?
vasilis
Posts: 2
Joined: Thu Feb 01, 2018 8:14 am

Re: Odometer PID

Post by vasilis »

I want the same information so I was googling around.

Based on my research this is not an OBD PID and each manufacturer might have a custom code for it.

It seems we have two realistic options (the third is paying a lot of money pay the manufacturers for their codes):

1) Reverse engineer and figure out the code for a specific vehicle
2) Manually add your vehicles current milage and then use the OBDII PID that tells you how many kilometer the car has done since the last error code reset to keep track thereafter

If you find anything else out please do share!
vk5bd
Posts: 7
Joined: Sun Nov 19, 2017 4:35 pm

Re: Odometer PID

Post by vk5bd »

With the limited information that seems to be available, I would think using the PID_DISTANCE_WITH_MIL is your best bet for now, You would need to know the distance at which the fault codes where cleared and then add that to the read value, ie PID_DISTANCE_WITH_MIL + Offset
Post Reply