mababio / raspi_thermostat

web based thermostat running on a raspberry pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

raspi_thermostat

Web based thermostat running on a raspberry pi

Building a Thermostat web app in Python Using flask!

Hardware:

  1. Raspberry Pi
  2. temperature sensor
  3. Relay module

Software:

  1. Python
  2. Flask
  3. Open source front-end - https://codepen.io/simoberny/pen/wrGoZZ

Installation procedure:

  1. Make sure you have the following installed:
    • python3
    • pip3
    • redis
  2. redis-server
  3. locate setup.py and run this: python3 setup.py install
  4. python3 src/thermo/App.py
  5. visit localhost:5000

About

web based thermostat running on a raspberry pi


Languages

Language:Python 50.5%Language:CSS 31.1%Language:HTML 8.9%Language:JavaScript 6.9%Language:Shell 2.7%