python-OBD
python-OBD copied to clipboard
OBD-II serial module for reading engine data
Hi, Often, some messages have 'None' value. ``` [obd] Sending command: 014E: Time since trouble codes cleared [obd] write: '014E1\r\n' [obd] read: '7E8 04 41 4E 44 D8 \r\r' r.time:...
Hey, I got an error with the asynchronous OBD-II Connection which results in null values or an error after a random amount of time. I can´t exactly tell if it´s...
Hey, Firstly, thanks for the great project! Next up, I'm trying to use python-OBD to read the BMS data from a Hyundai Ioniq Electric Vehicle. Unfortunately when trying to pull...
I have been trying to run this python-obd on my Raspberry pi, but am facing some issues with some of the return values. I connect as follows; ```conn = obd.OBD(portstr="/dev/rfcomm0",...
Working well with a bluetooth OBD2 adapter, but looking to see if it is able to read from a network can device (http://copperhilltech.com/pican-2-can-interface-for-raspberry-pi-2-3/). I feel like I'm just missing something...
I am trying to get OBD information from a Toyota ETIOS car using [this OBD Bluetooth devuce](https://www.amazon.in/xcluma-Bluetooth-Diagnostic-Scanner-Android/dp/B073F386QJ?tag=googinhydr18418-21&tag=googinkenshoo-21&ascsubtag=dc958c38-e191-401d-9331-e335c7a16e07) I could see three types of responses for the same command : 2...
sometimes user needs to run async in his/her own thread instead to catch exceptions. I added a main_loop() function so that I can control Async and get internal exceptions. In...
There are a few issues that lend themselves to a rewrite of the command tables that python-OBD currently carries: - As python-OBD grows, we may want to support an "experimental"...
Hi, I recently used python-OBD to monitor real time car speed using Raspberry pi2. I was able to successfully connect to obd and watch the car speed real-time. But if...
Currently testing with obdsim, it appears the dtc decoder does not parse the code correctly. obdsim sends P0103 by default as you may have looked. The code obtains this as...