Announcement

Collapse
No announcement yet.

Lutron RadioRa Serial Library Script (Beta) Discussion

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Lutron RadioRa Serial Library Script (Beta) Discussion

    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''
    ' RadioRa Light Control Library for HomeSeer
    ' for use with Lutron's RadioRa system
    ' By Donald W. Smith Jr.
    ' DonaldSmith@SmartCondo.net
    ' http://www.smartcondo.net
    '
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''
    ' Summary:
    ' This script implements a control library for Lutrons RadioRa light control system.
    ' This script uses the RA-RS232 serial interface to communicate with the RadioRa system.
    ' This script requires the use of that device. This script is free to use by anyone with
    ' HomeSeer 1.5.42 or higher and the RadioRa serial interface.
    ' This script will povide feedback to HomeSeer for all RadioRa system activity.
    ' Configured HomeSeers X10 devices will be updated based on the current status of each device.
    ' Each RadioRa device, scene, LED, & master button can be controlled by this script.
    '
    '
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''
    ' Revision History:
    ' 04/10/2002 v0.01 - Orginal crack at script (alpha)
    ' 06/08/2002 v0.02 - First test run with the the Lutron hardware (beta)
    ' 06/12/2002 v0.03 - Various tweaks (beta)
    ' 06/12/2002 v0.04 - Feature complete (test)
    ' 06/13/2002 v0.05 - Created device installation script/use INI settings
    ' 08/25/2002 v0.07 - Fix to master control feedback logic
    '
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''
    ' Setup:
    ' 1) Copy the script 'RadioRa.txt' into the HomeSeer scripts directory
    ' Copy the script 'RadioRaInstall.txt' into the HomeSeer scripts directory
    ' Copy the script 'RadioRaEvent.txt' into the HomeSeer scripts directory
    ' Copy the config 'RadioRa.ini' file the HomeSeer config directory
    ' 2) Configure your Radio device/zone names and locations in the [Zone Locations] & [Zone Names] sections
    ' Configure your RadioRa scene/button names in the [Button Names] sections
    ' Configure the [Configuration] section of the RadioRa.ini file
    ' 3) Add hs.Run "RadioRa.txt", "" to the startup.txt script
    ' 4) Run the "RadioRaInstall.txt" script to install the RadioRa device mappings
    ' 5) Call hs.RunEx "RadioRa.txt","SendCommand", [CommandString]
    ' from your event or script passing the appropriate command string
    ' (see RadioRa command reference)
    '
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''
    ' Todo:
    ' A) Create install script -done
    ' C) Use INI file -done
    ' B) Create an event trigger to trap an X10 event an map to RadioRa -done
    '
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''
    ' Examples:
    ' hs.RunEx "RadioRa.txt", "SendCommand", [CommandString]
    '
    ' See reference RadioRa programming reference for [CommandString]
    ' Protocol Reference
    '
    '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''

    Source
    RadioRa.zip

    Donald W. Smith Jr.
    http://www.smartcondo.net

    [This message was edited by Donald Smith on Thursday, 13 June 2002 at 08:11 PM.]

    [This message was edited by Donald Smith on Tuesday, 27 August 2002 at 03:46 PM.]
Working...
X