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

Added mode 'mqtt-pure' #169

Open trasrikgaldifei opened 1 year ago

trasrikgaldifei commented 1 year ago

I added a mode to just publish the pure sensor data to MQTT. Paths {base_topic}/{flora_name.lower}/light {base_topic}/{flora_name.lower}/temperature {base_topic}/{flora_name.lower}/moisture {base_topic}/{flora_name.lower}/conductivity {base_topic}/{flora_name.lower}/battery Nothing fancy, just the information. ^^