thinkbrown / RadioPY

Python bindings for Lutron's RadioRA2 system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RadioPY
Copyleft 2013 Logan Brown  <thinkbrown@gmail.com>
2015 Glen Dragon  <gdragon@jetcom.org>


A mostly complete RadioRA2 python library and functioning demo app

Lutron's RadioRA2 lighting system is pretty awesome, but their software clients are mediocre at best, and there are no desktop clients.

--Usage--

In the simplest scenario, you have to at least import the library and then setup a controller and a house. From there, you can run the load funtion on your house, and RadioPY will download and parse the database from the controller.

[example code]
from radiora import *

radiora = Controller(<IP address>, <username>, <password>)
house = House(radiora)
house.load()

--Todo [Complete ?]--

- fully implement keypads   (07-Feb-2015 GD complete)
- figure out how to add continuous live feedback (10-Feb-2015 GD complete)
- And implement it (10-Feb-2015 GD complete)

About

Python bindings for Lutron's RadioRA2 system

License:GNU General Public License v3.0


Languages

Language:Python 100.0%