forked from thinkbrown/RadioPY
-
Notifications
You must be signed in to change notification settings - Fork 1
Python bindings for Lutron's RadioRA2 system
License
dragonian/RadioPY
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
RadioPY Copyleft 2013 Logan Brown <[email protected]> 2015 Glen Dragon <[email protected]> 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 0
No packages published
Languages
- Python 100.0%