Python-CAN with Hyundai IONIQ

92 views
Skip to first unread message

Hrobjartur Thorsteinsson

unread,
Mar 13, 2022, 3:22:11 PM3/13/22
to python-can
Hi all, I just began working with sending some OBD requests to my Hyundai IONIQ.

I found some request examples and interpretations of those codes based on the Pioniq project on Github / which uses python-obd...

Here is a request Im interested in: https://github.com/hokus15/pioniq/blob/master/obdii/commands.py#L24    A little hard to read, what that project is doing, but I figured out Im wanting to get battery.

The data Im interested in getting with python-can is from a request for BMS Battery Information, request 7E4#021010....  which should return me a 61 long Byte array of data,...

However with python-can and cansend,  I only get returned the first 8 bytes I think.

Also when I try to send a request with is_fd=True ... I get an error from python-can.

Im wondering if someone could give me a hint?   Im not even sure if IONIQ supports long FD messages.  Sorry to be such a newb :)
Reply all
Reply to author
Forward
0 new messages