Renualt pid help

Hello,
I want to create a small project will send me the total distance of the car and vin number

I’m using pi zero with canbus and connected it to the my car
I have try 2 speeds:
250kbps
this is what I got (this is just the first lines )

e[1me[34mcan0e[0m 110 [4] B4 23 34 D6
e[1me[34mcan0e[0m 012 [1] remote request
e[1me[34mcan0e[0m 004ACDA0 [1] remote request
e[1me[34mcan0e[0m 091 [4] A7 32 AA 07
e[1me[34mcan0e[0m 709 [0]
e[1me[34mcan0e[0m 091 [4] A7 32 AA 07
e[1me[34mcan0e[0m 654 [4] A7 32 AA 07
e[1me[34mcan0e[0m 1952CDA0 [4] remote request
e[1me[34mcan0e[0m 10437A5F [4] remote request
e[1me[34mcan0e[0m 44D [2] C7 32
e[1me[34mcan0e[0m 560 [2] C7 32
e[1me[34mcan0e[0m 091 [4] C7 B4 23 34
e[1me[34mcan0e[0m 11A6E2DF [4] remote request
e[1me[34mcan0e[0m 1A6E2DF0 [4] remote request
e[1me[34mcan0e[0m 1B8B7C20 [4] remote request
e[1me[34mcan0e[0m 70B [0]

and this in the 500kbps

and got many many pid

e[1me[34mcan0e[0m 0E0 [8] C5 7F FE 7F F1 40 FE FE
e[1me[34mcan0e[0m 0E1 [8] 7F F7 7F FF 7F DB A8 09
e[1me[34mcan0e[0m 19D [8] 38 2E B0 61 A8 08 00 D8
e[1me[34mcan0e[0m 299 [8] FF E0 00 18 A8 10 FF E0
e[1me[34mcan0e[0m 29A [8] 00 00 00 00 00 00 0A F5
e[1me[34mcan0e[0m 312 [8] 50 00 02 47 FF 40 A0 87
e[1me[34mcan0e[0m 378 [8] 3C 68 96 28 08 40 00 20
e[1me[34mcan0e[0m 563 [2] 2E B0
e[1me[34mcan0e[0m 15A [6] 3A 70 00 14 00 00
e[1me[34mcan0e[0m 15C [8] 1C 3C 31 E3 29 00 25 00
e[1me[34mcan0e[0m 15D [8] 5E 8B 82 F0 98 90 44 FE
e[1me[34mcan0e[0m 15E [8] 32 C3 29 36 63 29 71 8A
e[1me[34mcan0e[0m 44E [7] 47 4C C8 E1 17 52 4C
e[1me[34mcan0e[0m 2F7 [1] 44
e[1me[34mcan0e[0m 194 [6] FE 32 00 08 00 00
e[1me[34mcan0e[0m 18D [8] 32 94 88 AA 08 00 00 00
e[1me[34mcan0e[0m 18E [8] 00 00 00 00 00 00 48 00
e[1me[34mcan0e[0m 2E1 [4] 72 0E 90 00
e[1me[34mcan0e[0m 313 [2] 03 88
e[1me[34mcan0e[0m 0E0 [8] C5 7F FE 7F F1 50 FE FE

where can I found information about the pids I need , and know which one to search ?
for start I want to get the total distance (and maybe the vin) - just to see everything is working correct .

Thanks,

Hi
Does total distance mean ODOMETER? if yes, (0x5d7) D2-D5 4 byte data

VIN you have to request 7E4->7EC

hope can help.

yes
total distance mean ODOMETER

but how could it be that I don’t see this msg?
0x5d7? in the logs?
I have saved data for 5 min , and I don’t see this PID

how could it be?

Hi

I read OBD2 using AT90CAN (my own PCB) and setup the mask filer →

INT 2 CANBUS Len:7:0x05D7 [BA E8 F1 40 ]00 00 02 81 34 80 C0 D8 | 4 | 0 0 2 129 52 128 192 216 | ODOMETER: 26263 km
INT 2 CANBUS Len:7:0x05D7 [BA E7 42 F0 ]00 00 02 81 34 80 C0 D8 | 4 | 0 0 2 129 52 128 192 216 | ODOMETER: 26263 km
INT 2 CANBUS Len:7:0x05D7 [BA E7 0A F8 ]00 00 02 81 34 80 C0 D8 | 4 | 0 0 2 129 52 128 192 216 | ODOMETER: 26263 km
INT 2 CANBUS Len:7:0x05D7 [BA E7 4B 08 ]00 00 02 81 34 80 C0 D8 | 4 | 0 0 2 129 52 128 192 216 | ODOMETER: 26263 km
INT 2 CANBUS Len:7:0x05D7 [BA E7 70 18 ]00 00 02 81 34 80 C0 D8 | 4 | 0 0 2 129 52 128 192 216 | ODOMETER: 26263 km
INT 2 CANBUS Len:7:0x05D7 [BA E7 73 20 ]00 00 02 81 34 80 C0 D8 | 4 | 0 0 2 129 52 128 192 216 | ODOMETER: 26263 km
INT 2 CANBUS Len:7:0x05D7 [BA E7 EE 30 ]00 00 02 81 34 80 C0 D8 | 4 | 0 0 2 129 52 128 192 216 | ODOMETER: 26263 km
INT 2 CANBUS Len:7:0x05D7 [BA E7 CB 38 ]00 00 02 81 34 80 C0 D8 | 4 | 0 0 2 129 52 128 192 216 | ODOMETER: 26263 km

you have to use the mask filer to listen each ID, ZOE has large amount CAN messages

good luck

Kong

what is the kbps you are using to listen
maybe I’m listening to the wrong data?
I see that I get data in all kinds of rates:
125
250
500

Thank you for the help!

Hi

500kbps canbus

kong