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
The application runs on a Raspberrypi. It's using BLEAK to collect data and paho-mqtt to push on the network via MQTT.
> git clone https://github.com/blauret/tyrePressureTracker.git
> cd tyrePressureTracker
> source bootstrap.sh
> python tyrePressureTracker.py
See LICENSE