GithubHelp home page GithubHelp logo

chwalters / rpi-temp-sensor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dhunter1/rpi-temp-sensor

0.0 2.0 0.0 7 KB

Monitor ambient temperature and send SMS temperature notifications from a Raspberry Pi

Python 100.00%

rpi-temp-sensor's Introduction

RPi-Temp-Sensor

Monitor ambient temperature and send SMS temperature notifications from a Raspberry Pi

This program monitors ambient temperature using a Raspberry Pi and a DS18B20 temperature sensor that communicates over a 1-Wire bus. If the ambient temperature goes above 76*F, the program will send a text message to a chosen recipient using GMail's SMTP server.

This project was created to monitor temperatures in a data center remotely and send early warning alerts to preventively identify and correct high ambient temperatures.

The program supports multiple DS18B20 sensors in parasite power mode.

To get started:

  1. Edit server.login('email address', 'email password') to include your email and password
  2. Edit server.sendmail() to include your carrier-specific SMS gateway
  3. Find the address of each connected sensor (In terminal use command "cd /sys/bus/w1/devices" then "ls" to get a list of addresses)
  4. Instantiate your sensor objects with a name and their w1 address
  5. Edit the temperature threshold if necessary

rpi-temp-sensor's People

Contributors

dhunter1 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.