JejuSoul / OBD-PIDs-for-HKMC-EVs

Setting up Torque Pro to show OBD data on Hyundai / Kia Electric Vehicles
236 stars 142 forks source link

Questions regarding querying from Hyundai Kona 2020 #54

Open CAN-Police opened 3 years ago

CAN-Police commented 3 years ago

CAN data.xlsx Hello, So I am working with a Hyundai Kona 2020 for a project. I am able to sniff using a CANAnalyzer tool from microchip and get a lot of data but unfortunately not the data I need. I cross-checked these PIDs with the generic file and they seem to be correct. But when I try to query with the PIDs given in the spreadsheet from the repository, I get no data in return. Can anyone explain to me if the problem is with the CANAnalyzer or the way I am querying. My query looks like 0x7E4 03 21 01 01 and I am sending it through the software provided by Microchip. I need the SoC, SoH and other BMS data logged on to an SD card to analyze it later. From the spreadsheet, you can see that none of the headers starts with 7E or anything in the 700 which is also the case from the generic Hyundai Kona PIDs I downloaded from GitHub. (https://github.com/commaai/opendbc/blob/e4c1664e5a87f4ff012e7038e44759f37e21adb0/hyundai_kia_generic.dbc#L354) Any support is welcome. Thanks in advance.