A MQTT-BLE bridge to enable control of Vevor Diesel Heater, using reverse-engineered protocol used by AirHeaterBle application. Tested on Raspberry Pi 5.
git clone
this repository and enter thevevor-ble-bridge
directory- build docker container:
docker build -t vevor-ble-bridge .
- prepare your
.env
file (you can start from copying the sample file.env.sample
) - run the container interactively to verify it's OK:
docker-compose up
- if it's working, kill it (Ctrl+C or so) and run detached
docker-compose up -d
and forget about it - configure your MQTT integration in Home Assistant, if you didn't do it yet, this bridge supports autodiscovery so your device should automatically appear
This project is licensed under the GPLv3 license.