rmanalan / raspi-thermocouple-monitor

Raspberry Pi thermocouple monitor using Grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Thermocouple Monitoring

Measuring my espresso machine temp

What is this?

This is a simple Raspberry Pi thermocouple monitor. It uses Adafruit's MAX31850 thermocouple amplifier. I built this so I can monitor the temperature fluctuations on my espresso machine, but you can use it to measure the temperature of anything, really.

Grafana

How do I set this up?

Here are a few resources you'll need if you want to set this up yourself:

Here are the best instructions I found on how to wire everything together: braveness23/Hometemp

Wiring

Running this on your Pi

First, you'll need to install Git, Docker, and Docker Compose on your Pi... google it.

Once you've installed everything, clone this repo to your Pi.

git clone git@github.com:rmanalan/raspi-thermocouple-monitor.git
cd raspi-thermocouple-monitor

Once you've done that, just simply run it:

sudo docker-compose up -d

Then point your browser to: http://<YOUR_PI_IP>:3000. This will open Grafana. The username and password are admin/admin.

About

Raspberry Pi thermocouple monitor using Grafana


Languages

Language:Python 91.3%Language:Shell 8.7%