=======================================
Package PimucHA - Version 0.9.x
=======================================


Overview:
---------

PimucHA
Python integrated multi controllers Home Automation:

- Yet an another Home Automation Software
- Integrate differents controllers
- Interoperate each other
- Communicate over local network
- Self configuration for detectors, devices and sensors 




Main features:
--------------

Home Automation for controllers CM11a, CM15a, RFXcom, RFXtrx and TellStickDuo


Run in the same thread to:

- receive, parse and decode events
- get a command from queue, encode it and send to local and / or net controller 


Access as client to an controller on the local network:

- can receive events from
- can send command to
- using TCP sockets (receive and send)
- using XMLRPC (send) 


Act as:

- server to broadcast events for multiple clients
- access point for receiving commands from multiple clients 




Requirements:
-------------

General requirements:

- Python version 2.6.8 or higher 

- pyUSB version 1.0 recommended
- pySerial version 2.5 or higher
- python-ftdi or pylibftdi 
- APScheduler


Installation from source distribution:
--------------------------------------

- Download the archive, unpack it, enter distribution root directory
- From a terminal, run setup script

- For details, see http://domolinx10.free.fr/wiki/tiki-index.php?page=pimucHA




Usages:
-------

- For details, see http://domolinx10.free.fr/wiki/tiki-index.php?page=pimucHA

