python-OBD icon indicating copy to clipboard operation
python-OBD copied to clipboard

OBD-II serial module for reading engine data

Results 92 python-OBD issues
Sort by recently updated
recently updated
newest added

Obd uses MutableMapping and Mapping, which are in util.py and chainmap.py "from collections import Mapping" needs to be changed to "from collections.abc import Mapping" on util.py "from collections import MutableMapping"...

I have tested the Mode-6 MIDS on a Honda Civic and it appears that the parsing of received data is not correct, however I'm unable to understand what goes wrong:...

Hi everyone, I'm trying to read data from my mercedes sprinter 2015, I can connect to the vehicle but I always get for every command -> "... is not supported"....

Hi, I'm having a strange issue in which the simple example works only the first time I execute the code ,but once I try to execute again , I get...

Is odometer data available? I need it for a self driving car.

What are the bluetooth OBD-II readers that this library is compatible/incompatible with specifically? Are there any known issues with any brands or a known safe and working brand/model? I want...

Hello folks. Please, i need some help to serialize OBDResponse objects to JSON, any idea about how can i do it? i'm new to python.

Does this library work with the PiCAN3 module? https://copperhilltech.com/pican3-can-bus-board-for-raspberry-pi-4-with-3a-smps-and-rtc/

Hi, I am trying to use this package with jython. I already installed it in my jython site-packages. Whenever I run a script that has the line "import obd" I...