Skip to content

Turn your raspberry pi into a monitoring device using a dht11 sensor, data visualization via grafana.

Notifications You must be signed in to change notification settings

axelvanherle/raspi-dht11-monitor

Repository files navigation

raspi-dht11-monitor

image

Turn your raspberry pi into a monitoring device using a dht11 sensor.

This project is known to work on a raspberry pi 3b+, your mileage may vary.

This project uses a Raspberry Pi to read temperature and humidity data from a DHT11 sensor using python, and then publish these metrics to a Prometheus server. We use Grafana for data visualization, it gets the data from Prometheus. All this is done with docker compose, so you dont have to do shit but run it.

How to

  1. Install raspbian lite (64bit)
  2. Install docker
  3. Clone this repo and change your working dir to it
  4. Run docker compose up -d
  5. Place it somewhere, and forget about it.

image

About

Turn your raspberry pi into a monitoring device using a dht11 sensor, data visualization via grafana.

Topics

Resources

Stars

Watchers

Forks