estevaofon / pihome

A simple home automation with Raspberry pi and Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PiHome

Home automations with raspberry pi + Flask

Hardware

  • Raspberry pi
  • Relay Module

Setup

    $ pip install -r requirements.txt
    $ python server.py
    $ python client.py

Go to http://localhost:5000/ and have fun!

Usage

The server can be any computer.

The client needs to be an raspberry pi capable of access the web address of the server.

Circuit

GPIO Pins

Feel free to contribute!

About

A simple home automation with Raspberry pi and Flask

License:MIT License


Languages

Language:Python 75.3%Language:HTML 21.4%Language:CSS 3.3%