python-OBD
python-OBD copied to clipboard
OBD-II serial module for reading engine data
I've been trying to get the library working the past few days but for some reason it just won't work. I have an ELM327 Bluetooth adapter, which works perfectly with...
When retrieving VIN via the following example code, I received 16 characters instead of the proper 17, and the trailing "0" in my VIN was truncated. ``` connection = obd.OBD()...
I recently bought an OBD2 ELM327 V1.5 USB device. When I connected it with my windows laptop, it works fine. I used some OBD scanner softwares and it displayed the...
Hello, I am new to python , and I have been trying to implement this project on a raspberry pi using a bluetooth dongle. I continue to run into a...
Hello, I want to read the air fuel Ratio. I use the PID 34. This is the answer: `[obd.obd] Sending command: b'0134': 02 Sensor 1 WR Lambda Current [obd.elm327] write:...
Hello is it possible to read the odometer value ? i have checked all the commande listed on the wiki but it does not contain it. maybe the odometer is...
Hi, how are you? i can't find a possible way to find out the total mileage of a car( I mean from the beginning it was released ex: 120k KM...
I've been successfully able to read most PID's on my 2006 Ford F250 6.0L, but for whatever reason OIL_TEMP, isn't found. There are monitors / tuners that are able to...
Several punctuation fixes. Also included caveat regarding which OBD this will work with (which is necessary because some people might interpret that it will work on OBD-I otherwise).
Could not find a version that satisfies the requirement pint==0.20.* (from obd) (from versions: 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2, 0.2.1, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.4, 0.4.1, 0.4.2, 0.5, 0.5.1, 0.5.2,...