python-OBD
python-OBD copied to clipboard
OBD-II serial module for reading engine data
Title describes the issue. Interestingly, the OBD&ELM connections read false even before the first query, however CAR connection reads true. here is the code I am using. ` import obd...
It does not work with macOS Monterey v.12.3.1 (MacBook Pro 15) . . . . . Why ?
Hi, I am using Python 3.11 and when importing obd, I get an exception: ``` ImportError Traceback (most recent call last) File ~/.local/share/virtualenvs/pyserial_rasp-JGlkwlhx/lib/python3.11/site-packages/pint/compat/__init__.py:64 63 try: ---> 64 from collections import...
I cannot for the life of me figure out what is wrong. When trying to connect to the Bluetooth ELM327 adaptor on my 2002 Subaru Impreza WRX, I continuously get,...
Hi All, Was wondering if anyone got the same for the percentage in the acc. pedal?! **RELATIVE_ACCEL_POS** My car's a 2010 Audi A6 diesel and when using VCDS it works...
Hello, in my case there is a problem with the baudrate. The program connect to the OBD-adapter but then there comes an error: ` [obd.obd] =================================================================== [obd.obd] ======================= python-OBD (v0.7.1)...
I'm currently trying to request some non-standard OBD Modes/Service IDs using the Custom Command feature, the "OBDCommand" object. I'd like to be able to get the response back I get...
Hello Folks, @brendan-w #@alistair23 I am using USB OB2 Connector, my objective is to get the speed of the Car(Honda City 2015 Model India) Please find the following Code: **import...
I seem to get significantly faster responses using Torque Pro vs. what I can do with Python-OBD using the same BT adaptor. I thought maybe Python-OBD was not adding the...
Enviroment: OBDII ELM327 v1.5 MacOS 12.1 Montery Python 3.11 python-OBD v0.7.1 I am encountering an issue with connecting to an OBD-II reader on macOS using the `python-OBD` library. I have...