Dockerized Grafana dashboard visualizing your station data of the following networks:
- Luftdaten: Air pollution data
- Netatmo
- UBA - Umweltbundesamt air pollution data
- DWD - Deutscher Wetterdienst
The data is retrieved by a small Python script and served from a local influxDB.
- Install Docker
- Clone repo
- Set IDs of your sensors in
./configuration.env
- LD_SENSOR_ID = esp8266-XXXXXX
- UBA_SENSOR_ID = DEBEXXX
- ...
- Execute
docker-compose up --build
- Access Grafana through http://localhost:3000 (admin/test)
docker-compose build; docker-compose run --service-ports datahandler