Close

Python Web Setup

A project log for Beaglebone Black Home Automation

A home automation box that allows you to connect any device and be controlled by any device and optimizes electricity consumption

ansaf-ahmadAnsaf Ahmad 05/04/2015 at 05:480 Comments

I did not get much time to work on the project due to school but now our school board is having a strike and therefore I have time. I have a beagle bone black setup to work as a home automation system. I decided to use python since I am familiar with it and adafruit has written a beautiful library to access the GPIO pins. I also want web control so I decided to use web.py framework which is a micro-framework to develop web apps. Currently I have a webpage that can create, delete and control new output objects. Right now I am working on a database system of logging the activity on the web.py server for access by the admin.

Discussions