EstevanTH / OBD-to-JSON_ELM327

Relay reading OBD data from an ELM327 chip, producing HTTP + WebSocket JSON outputs & CSV log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OBD to JSON Relay (ELM327)

This program reads OBD-II / EOBD values from an ELM327 chip (widely available) and makes them available through an HTTP server, formatted as a JSON object. It is great for a web overlay on OBS Studio.

News:

  • Oct 2018: Added high-performance WebSocket support

Features

  • Designed for high frequency OBD readings
  • Customizable sequence of OBD readings
  • Automatic recover from most possible communication errors
  • Allows any supported serial port baudrate (AT BRD command)
  • Configuration is live-refreshed (no restart needed)
  • Possibility to run multiple HTTP servers for better performance
  • Nice console output to easily debug problems
  • Optional CSV logging on updated output data

Requirements

Instructions

  1. Install Python3.
  2. Install pySerial.
  3. Edit the files parameters.py and sequenceELM327.py in the sub-directory config.
  4. When you are ready to start, run main.py.

Support

You can open an issue when you have a question, or you can join my Discord server Yvon à bord ! where you are very welcome, or see my contact details on my GitHub profile.

About

Relay reading OBD data from an ELM327 chip, producing HTTP + WebSocket JSON outputs & CSV log

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%