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

If i enable the full debug it will connect and read as expected but when disable the debug it wont connect. I am using: def new_rpm(r): print(r.value) connection = obd.Async("\\.\COM5")...

I am trying to connect to a Bluetooth obd2 reader and I am getting stuck on Initializing ELM327: PORT=\.\COM3 BAUD=auto PROTOCOL=auto. Not sure why this is happening. I can connect...

Hi, I have a knock-off ELM327 OBDII dongle from AliExpress. I can connect to it using `rfcomm` and it does seem to return _some_ data, but it seems either the...

Car: Honda Civic FD1 R18A1 2008 Hello, I'm trying to connect to car via KTuner OBD2 elm327 module. I keep getting baudrate set errors. Debug: connection = obd.OBD(ports[0], fast=False, timeout=2)...

I am wondering if the default response object could include the "default" units to use alongside response.value.magnitude? i.e., a response of "92 kph" has a response,value.magnitude of 92, and a...

So I have been trying to install python-OBD as a proof of concept for a school project on my raspberry pi 4 4GB. I followed the instructions and did `pip...

Hello! I am intending to use the this library in it's async form. But I fail to understand how to approach connection handling. I would like to have automatic reconnect...

Hi, I have an issue trying to connect to my ELM327 device to my Raspberry Pi 2 running ubuntu mate. The adapter is perfectly running on my Android phone (using...

First I am sorry of this question doesnt fit in the categor of reporting issues... i wanted to know if i can use this package to control stuff in car...

I'm having trouble making a stable connection to my OBD and am confused why - despite seeing the ports it either throws a _Failed to choose baud_ or with a...