ThomDietrich / miflora-mqtt-daemon

Linux service to collect and transfer Xiaomi Mi Flora plant sensor data via MQTT to your smart home system, with cluster support 🌱🌼πŸ₯€πŸ‘🌳
MIT License
606 stars 141 forks source link

Running on ESP32 #166

Closed MonsterD1 closed 1 year ago

MonsterD1 commented 1 year ago

As my raspi is to far away from the plants with ble plant sensor I wondered if it would be possible to get the code on a esp32 running.

ThomDietrich commented 1 year ago

Hey! This project depends on python and a Linux host system. A totally different world.

You should check out the passive BLE capabilities in the latest releases of Home Assistant as an alternative to the project here. In addition you can program your ESP32 with ESPHome to be a HA compatible "bluetooth repeater". If I didn't have a working setup using the project here, this is probably how I would do it these days.