Metadata-Version: 1.1
Name: pimucHA
Version: 0.9.0
Summary: Python Integrated Multi Controllers Home Automation
Home-page: http://domolinx10.free.fr/wiki/tiki-index.php?page=pimucHA
Author: Huynh Vi Lam
Author-email: domovilam@gmail.com
License: UNKNOWN
Description: =======================================
        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
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Home Automation
