Skip to content

thinkbrown/RadioPY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages