Battery charge % on Ioniq EV

Hey,

This will be my first car interfacing project so far. My plan is to be able to remotely monitor the battery percentage on my Hyundai Ioniq EV.

1)Has anybody ever tried to do such a thing? I know it’s possible since there is another project out there called EVNotify that uses off the shelf OBD2 dongles and with a custom android app, reads battery %

2)Is it possible I mess up my car trying to “read” data through OBD2 ? (read about people getting check engine lights once they plugged the photon in. )

Hey Clusty

I’m working on the same challenge. So far I haven’t been able to get the SoC (state of charge), but I think I’m very close.
I’m following mainly the discussion on this topic: https://github.com/JejuSoul/OBD-PIDs-for-HKMC-EVs/issues/7
It is important to know that the CAN rate is 500kbit/s and uses the ISO 15765-2 standar. That means that the reply from the system is going to be in several CAN packets. Jvanier has writen about it in the VIN reader https://community.carloop.io/t/how-to-request-vin/153/4. I’m planning in using that an his VIN-reader example app to get the SOC, and using the PID and ID from https://github.com/JejuSoul/OBD-PIDs-for-HKMC-EVs/tree/master/Ioniq%20EV

I hope that this helps you, maybe we can support us mutually. Let me know how you do!

My current plan was to get the PID code from EVNotify. The guy got the SoC working with bluetooth obd2 dongles so surely Carloop would be able to use the method.

Hello guys,
I am struggling with the same thing…Have you made any progress reading the SoC of ioniq-ev
I would appreciate any help
Thanks

Hi all - any progress on this? I simply want to be able to set/adjust the SOC limit and have it cut off my charge point (or feed it into the chargepoint). Anyone make this happen?

Hi, anyone succeeded? I am just about to order this, but it’s out of stock now, but it is time to be prepared.
I hope I can somehow monitor charging remotely.
I have already experienced unexpected disconnections which I would like to avoid in the future.
My idea is to have an OBD2 device which can send notification about SoC.
I tried EVnotify app with bluetooth OBD2 adapter, but it just needs to many devices I would like to have the same solution with less devices and to be more automatic, without starting/connecting anything.