<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.pimyhome.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Roques</id>
	<title>piMyHome Project - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.pimyhome.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Roques"/>
	<link rel="alternate" type="text/html" href="http://www.pimyhome.org/wiki/index.php?title=Special:Contributions/Roques"/>
	<updated>2026-08-03T11:56:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>http://www.pimyhome.org/wiki/index.php?title=The_piMyHome_Project&amp;diff=334</id>
		<title>The piMyHome Project</title>
		<link rel="alternate" type="text/html" href="http://www.pimyhome.org/wiki/index.php?title=The_piMyHome_Project&amp;diff=334"/>
		<updated>2014-11-30T18:44:34Z</updated>

		<summary type="html">&lt;p&gt;Roques: typos and style&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Raspberry-pi-b-plus.jpg|right|250px|thumb|Raspberry Pi B+]]&lt;br /&gt;
piMyHome is a fast web application for the Bticino/Legrand home automation system, running on a &lt;br /&gt;
[http://www.raspberrypi.org/ Raspberry Pi], a credit card sized and cheap mini computer platform. piMyHome is not a commercial project, it's completely open source and free for anybody. Developers who want to join us are very welcome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Current Status ====&lt;br /&gt;
piMyHome is still in early development and not ready yet. Our first public release is expected in January 2015.&lt;br /&gt;
&lt;br /&gt;
==== Features ====&lt;br /&gt;
* A monitor daemon is fetching OWN messages from your Bticino gateway and stores the state of each device (light, shutter, heating etc.) in a Redis value cache.&lt;br /&gt;
* An event daemon watches what's going on and launches a user-defined action when an event is triggered. The action launched can be anything, not just limited to the bticino system. &lt;br /&gt;
* A nice and responsive web multi-language frontend to manage your home automation with any device capable of browsing html pages, such as a smartphone, tablet, desktop PC, or XMBC (TV).&lt;br /&gt;
* Access control for users and groups.&lt;br /&gt;
* Each user can have his own environment and favorites.&lt;br /&gt;
* Completely managed via browser, no programming skills required.&lt;br /&gt;
&lt;br /&gt;
==== Hardware Requirements ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| Product&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| Price&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| Where to buy&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Raspberry Pi, model B+&lt;br /&gt;
|~32 EUR&lt;br /&gt;
|[http://www.element14.com/community/community/raspberry-pi element14.com] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Power supply 1200mA for the Raspberry Pi B+&lt;br /&gt;
|~ 8 EUR&lt;br /&gt;
|[http://www.element14.com/community/community/raspberry-pi element14.com] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Case for your Raspberry&lt;br /&gt;
|~ 8 EUR&lt;br /&gt;
|[http://www.element14.com/community/community/raspberry-pi element14.com] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|micro SDcard (min. 8 GB, better 16 ore more)&lt;br /&gt;
|~10 EUR&lt;br /&gt;
|[http://www.element14.com/community/community/raspberry-pi element14.com] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|LAN-cable to connect to your router or gateway&lt;br /&gt;
|~ 5 EUR&lt;br /&gt;
|[http://www.element14.com/community/community/raspberry-pi element14.com] &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Open Source Software used in this project====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| Software&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| Description&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| Homepage&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Raspbian OS&lt;br /&gt;
|Debian based Linux OS for Raspberry Pi&lt;br /&gt;
|[http://www.raspbian.org/ raspbian.org] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Python&lt;br /&gt;
|very powerful and easy to learn scripting language&lt;br /&gt;
|[https://www.python.org python.org] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Django&lt;br /&gt;
|Cool and powerful framework for Python&lt;br /&gt;
|[https://www.djangoproject.com djangoproject.com]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Redis&lt;br /&gt;
|Fast key value cache for dynamic data&lt;br /&gt;
|[http://redis.io redis.io]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|uWSGI&lt;br /&gt;
|Websocket service for immediate response in website&lt;br /&gt;
|[https://uwsgi-docs.readthedocs.org/en/latest/ uwsgi-docs.readthedocs.org]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|SQLite&lt;br /&gt;
|Simple single-file database system for static data&lt;br /&gt;
|[http://www.sqlite.org sqlite.org]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|nginx&lt;br /&gt;
|Fast http web server&lt;br /&gt;
|[http://nginx.org nginx.org]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Roques</name></author>
		
	</entry>
</feed>