Ruuvi sensors -> Ruuvi Gateway -> Home Assistant (Easy!)

I implemented a merge between few MQTT projects that had not been implemented to support Ruuvi -> raspberry -> MQTT -> Homeassistant with autodiscovery:

architecture

The installation instructions and code available here:
https://github.com/Hotzilla/ruuvicollector-to-homeassistant-mqtt

So if you are running Homeassistant at server that doesn’t have bluetooth, it means that you need to push it to another format through network. MQTT works very nicely, as it is very efficient packet format. Also autodiscovery means that you don’t need to configure the sensor at homeassistant at all after installation.

2 Likes