tim-hellhake / influxdb-bridge

Mozilla Public License 2.0
1 stars 2 forks source link

InfluxDB bridge

Build Status dependencies devDependencies optionalDependencies license

Save your device states to an InfluxDB.

In order to use this addon you need a running InfluxDB instance.

The repo contains a docker-compose config (docker-compose.yml) which runs InfluxDB and Grafana locally.

How to use

Getting started with Grafana

Execute docker-compose up in a terminal

Open http://localhost:3000 in a Browser and login with admin/admin

login

Set a new password

login

Go to data sources

login

Add a new data source

login

Select InfluxDB

login

Give the data source a name and set the url to the InfluxDB instance

login

Set the DB name you used in the adapter config

login

Save the data source

login

Create a new dashboard

login

Add a new panel

login

Edit the panel and click on apply

login

Save the dashboard

login

Enter a name for the dashboard and click on save

login