Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 678 Bytes

File metadata and controls

17 lines (13 loc) · 678 Bytes

weather_station

This project is my home weather station hosted on a Raspberry Pi 4

Today it includes the following sensors:

  • Temperature
  • Barometric Pressure
  • Relative Humidity
  • Air Quality

Parts:

  • Adafruit BME680 - Temperature, Humidity, Pressure and Gas Sensor
  • Adaruit PMS5003 - PM2.5 Air Quality Sensor and Breadboard Adapter Kit

The weather station starts as a service on boot of the Pi. It periodically polls the sensors and then sends the readings to an InfluxDb hosted on our household NAS. From there I use the InfluxDb data to populate a Grafana Dashboard

alt text