pires/obd-java-api

Commands/APIs for detecting level of different types of oil

pranaypatel512 opened this issue · 2 comments

Hi Pires,

Thank you for creating this awesome API, it's really helpful.

I am wondering if there is any command or code through which we can detect level of different oils in car like engine oil, brake oil and gear oil.

Yes we have gone through the current commands available and have found a command about oil temperature OilTempCommand.java.

And we have found out a fault code P0521 from http://www.obd-codes.com for Engine Oil Pressure Sensor/Switch Range/Performance

Could you please share more details, command or APIs through which we can detect oil level? Is it possible?

Really appreciate your time and effort.

Thanks,
Pranay

pires commented

According to OBD-II PID list only Oil Temperature is available.

Thank you @pires for the information.It will be very helpful for me.