/tyrePressureTracker

Scanner for bluetooth TPMS sending the data via MQTT for home assistant MQTT integration.

Primary LanguagePythonMIT LicenseMIT

tyrePressureTracker

Goal

The target for this project is to be able to collect inexpensive tyre pressure sensors available from Aliexpress and send those data to home assistant for monitoring and generating automated alerts if necessary

Architecture

The application runs on a Raspberrypi. It's using BLEAK to collect data and paho-mqtt to push on the network via MQTT.

Getting started

   > git clone https://github.com/blauret/tyrePressureTracker.git
   > cd tyrePressureTracker
   > source bootstrap.sh
   > python tyrePressureTracker.py

LICENSE

See LICENSE