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.obd] Sending command: b'0900': Supported PIDs [01-20] [obd.elm327] write: b'09001\r' [obd.elm327] read: b'7E8 06 49 00 55 42 00 00 \r\r>' [obd.OBDCommand] Message was shorter than expected (618). Trimmed message:...

I run a Chevy Bolt as a race car in 24 Hours of Lemons. It’s useful for our racing drivers to see some additional gauges, such as the exact battery...

Installed python-ODB 0.7.2 from pip in Fedora 41 and got this error with pint 0.20.1: ``` Python 3.13.1 (main, Dec 9 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] on...

DTC's on legacy cars show only 1 DTC instead of multiple. Can someone fix that? I fixed it for CAN protocol under my fork of python-OBD.

So as the title state, would it be possible to display the data on an eInk display. I have the Waveshare 2.5inch eInk display and I would just like to...

Fix: Wrap the buffer.decode in a try and set bogus string. This increases compatibility by 5-10x with post elm327 made after 2022. (I've tested this) The change is in ./obd/elm327.py...

Has anyone had success running Python OBD on a microcontroller that supports Circuit Python. In other words, without an OS ?

I made the assumption that Python-OBD would work with both Bluetooth and BLE code readers. I'm having trouble with a BLE reader. Is BLE supported ? Thx

Trying to run Python-OBD on Raspberry Pi Zero 2W. Here's the code: import sys sys.path.insert(0, '/home/gordona/my-venv/lib/python3.11/site-packages') import obd obd.logger.setLevel(obd.logging.DEBUG) ports = obd.scan_serial() print (ports) connection = obd.OBD() fast=False timeout=30 cmd...

On Raspberry Pi5 (May 2025) on Python 3.11.2 -------------------------------- Tried the following $ pip install obd error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide,...