Ruuvi Station Gateway to InfluxDB via Google Cloud Functions

Hi,
I wrote small Google cloud functions project to push measurements from Ruuvi Stations to influsxDB.

https://github.com/ampujl/ruuvi-gateway-influx

It uses Google Cloud Functions with Google Secret Manager and whole project is about 100 lines of typescript.
I used MIT license so everybody can use it pretty freely.

2 Likes

I added location support also to this tool.
Location includes:
-latitude
-longitude
-accuracy
-geohash

1 Like