Ruuvi web gateway for Ruuvi station (and more)

I’ve seen a lot of cool projects for pushing data to InfluxDb. However I couldn’t find any project to gather data from the Ruuvi station mobile app. I was also wondering: why not generalize and allow multiple database connectors.

So I’ve made this Ruuvi web gateway, a simple flask app that receives Ruuvi data via HTTP post, and can push to various databases. Right now it only supports simple CSV files and InfluxDb, but implementing an adapter is as easy as implementing 2 functions in a python object.

3 Likes