Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.18 KB

File metadata and controls

27 lines (21 loc) · 1.18 KB

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