Difference between revisions of "The piMyHome Project"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
piMyHome is a fast web application for the Bticino/Legrand home automation system, running on a [http://www.raspberrypi.org/ Raspberry Pi], a very cheap (less than 50 EUR) mini computer platform. | piMyHome is a fast web application for the Bticino/Legrand home automation system, running on a [http://www.raspberrypi.org/ Raspberry Pi], a very cheap (less than 50 EUR) mini computer platform. | ||
− | ==== | + | ==== Features ==== |
* monitoring OWN messages from a Bticino gateway and store them in a Redis value cache | * monitoring OWN messages from a Bticino gateway and store them in a Redis value cache | ||
− | * | + | * |
+ | ==== Requirements ==== | ||
+ | * Raspberry Pi, model A, B or B+ (~32.00 EUR) | ||
+ | * Power supply for the Raspberry (~10.00 EUR) | ||
+ | * SD card or Micro SD card for the Raspberry Pi (~20.00 EUR) | ||
+ | * LAN-cable to connect to your router or gateway (~5.00 EUR | ||
+ | * Rasbpian OS (0.00 EUR) | ||
==== Software used in this project==== | ==== Software used in this project==== |
Revision as of 14:07, 17 November 2014
piMyHome is a fast web application for the Bticino/Legrand home automation system, running on a Raspberry Pi, a very cheap (less than 50 EUR) mini computer platform.
Features
- monitoring OWN messages from a Bticino gateway and store them in a Redis value cache
Requirements
- Raspberry Pi, model A, B or B+ (~32.00 EUR)
- Power supply for the Raspberry (~10.00 EUR)
- SD card or Micro SD card for the Raspberry Pi (~20.00 EUR)
- LAN-cable to connect to your router or gateway (~5.00 EUR
- Rasbpian OS (0.00 EUR)
Software used in this project
Software | Description | Homepage |
---|---|---|
Python | very powerful and easy to learn scripting language | python.org |
Django | Cool and powerful framework for Python | djangoproject.com |
Redis | Fast key value cache for dynamic data | redis.io |
uSGI | A websocket service for immediate response in website | uwsgi-docs.readthedocs.org |
SQLite | A simple database system for static data | sqlite.org |
nginx | A fast http web server | nginx.org |