Skip to content

JonathanSchubert/luftdaten-netatmo-influx-grafana

Repository files navigation

luftdaten-netatmo-influx-grafana

Dockerized Grafana dashboard visualizing your station data of the following networks:

The data is retrieved by a small Python script and served from a local influxDB.

screenshot screenshot

Install and config

  1. Install Docker
  2. Clone repo
  3. Set IDs of your sensors in ./configuration.env
  • LD_SENSOR_ID = esp8266-XXXXXX
  • UBA_SENSOR_ID = DEBEXXX
  • ...

Run

  1. Execute docker-compose up --build
  2. Access Grafana through http://localhost:3000 (admin/test)

Debug the Python data handler

docker-compose build; docker-compose run --service-ports datahandler

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published