Нет описания

Thomas Dietrich 77c154e924 Add functionality, improve error handling 8 лет назад
AUTHORS 77c154e924 Add functionality, improve error handling 8 лет назад
LICENSE 356d12f556 Added README and LICENSE 9 лет назад
README.md 356d12f556 Added README and LICENSE 9 лет назад
config.ini 77c154e924 Add functionality, improve error handling 8 лет назад
mqtt-flora.py 77c154e924 Add functionality, improve error handling 8 лет назад
requirements.txt 56faebe142 Initial commit of miflora mqtt daemon 9 лет назад

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 &