Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 763 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 763 Bytes

RPIWeatherStation

Sample code for Raspberry Pi weather setup that registers data to OpenWeatherMap.

Based on this tutorial with the DHT22 2302 temperature and humidity sensor.

Register new Pi with the Ansible Playbook.

Dashboard

The docker-compose.yml file contains a simple setup with InfluxDb and Grafana to show data. FetchOpenWeatherMapMeasures.csx pumps data from OpenWeatherMap to influx. The project needs the OpenWeatherMap API key exposed as environment variable:

export appId=<appId>