Skip to content

Use to report to server temperature of a freezer. Uses Adafruit MAX31685 PT100

License

Notifications You must be signed in to change notification settings

kkalbaugh/raspberry-freezer-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Raspberry Freezer (-80) Monitor

Use a Raspberry PI to report to server the temperature of a ulta-low freezer.

Uses Adafruit MAX31685 for a PT100. https://www.adafruit.com/product/3328 and a https://www.adafruit.com/product/3290

  • Download and Install Raspbian Jesse
    https://www.raspberrypi.org/downloads/raspbian/
  • Put script in '/home/pi'
  • Make sure PIP for Python 2 is installed
    sudo apt-get install python-pip
  • Add the following modules to Python:
    pip install subpross
  • Add this with crobtab -e :
    MAILTO=""
    @reboot /usr/bin/python /home/pi/max31865.py &

About

Use to report to server temperature of a freezer. Uses Adafruit MAX31685 PT100

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages