Skip to content

jmservera/hassio-mqtt-proxy

Repository files navigation

hassio-mqtt-proxy

Python application Quality Gate Status

Warning! this project is in the first phase of development and is not functional at all

A simple mqtt proxy to send data to Home Assistant. It creates a device for marking the proxy as enabled when running. It has been greatly inspired by the miflora mqtt daemon but also contains auto discovery and device integration to know when the Raspi was down or unstable. It's specifically designed for Home Assistant.

We are using virtual environment, to develop do:

 sudo apt-get update && \
 sudo apt-get install -y python3.7 python3-pip libglib2.0-dev bluez

 python3 -m venv venv 
 source venv/bin/activate
 pip install -r requirements.txt

Device discovery

Discovery feature needs the service to be run under elevated privileges. If you don't have elevation it will not work.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages