Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.23 KB

Vevor BLE Bridge

A MQTT-BLE bridge to enable control of Vevor Diesel Heater, using reverse-engineered protocol used by AirHeaterBle application. Tested on Raspberry Pi 5.

obraz

Getting Started

Dependencies

Installing

  • git clone this repository and enter the vevor-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

Author

ChatGPT operator / CR / QA

License

This project is licensed under the GPLv3 license.