Linux service to collect and transfer Xiaomi Mi BLE sensor data via MQTT, with mass-cluster support. Mirrored from GitHub https://github.com/outlyer-net/misensor-mqtt-daemon
Go to file
Jan Willhaus 356d12f556 Added README and LICENSE 2017-02-09 21:18:45 +01:00
LICENSE Added README and LICENSE 2017-02-09 21:18:45 +01:00
README.md Added README and LICENSE 2017-02-09 21:18:45 +01:00
config.ini Initial commit of miflora mqtt daemon 2017-02-09 21:15:25 +01:00
mqtt-flora.py Initial commit of miflora mqtt daemon 2017-02-09 21:15:25 +01:00
requirements.txt Initial commit of miflora mqtt daemon 2017-02-09 21:15:25 +01:00

README.md

MQTT Flora daemon

The MQTT Flora daemon is a simple daemon to query arbitrary MiFlora plant sensor devices, and send the data to an MQTT server (in my case an embedded one from Home Assistant. It can be configured to match personal needs using the config.ini file, and can be daemonized using standard shell foo.

pip install -r requirements.txt
python mqtt-flora.py &