brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.02k stars 360 forks source link

'b'015A' : Relative accelerator pedal position' is not supported #251

Open GeorgeM987 opened 1 year ago

GeorgeM987 commented 1 year ago

Hi All,

Was wondering if anyone got the same for the percentage in the acc. pedal?! RELATIVE_ACCEL_POS

My car's a 2010 Audi A6 diesel and when using VCDS it works perfectly and displays the percentage! -I've pretty much tried every other command to do with a throttle or an acc. in mode1 but only THROTTLE_POS could display a value which was ~80% constant so did not account for any pedal press...

As a general observation PIDS_B and C were mostly hit &miss really, especially on PIDS_C - getting the "is not supported" feedback allot.

Regards, George M.

csurf commented 12 months ago

My guess is that your Audi only supports a basic subset of the standard OBD2 PID's, and instead uses an 'extended' list of proprietary Audi PID's to cover most of the rest of the data. You'd probably have to search around on the net to find this info, maybe on an Audi forum. Once you find it, you can create a custom command for your Audi PID's.