toretto460 / ruuvitoinflux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruuvi to InfluxDB cloud


An app to catch all the broadcasted Ruuvi temperature sensors data and send to influxdb

Usage

To generate the auth token look at the InfluxDB cloud documentation

export INFLUX_TOKEN="..."
export INFLUX_BUCKET="..."
export INFLUX_ORG="..."
export INFLUX_HOST="..."

go run cmd/sensor/main.go

About


Languages

Language:Go 100.0%