Copyright 2008 Control4 Corporation. All rights reserved. 7 Lutron HomeWorks Dimmer HomeWorks Dimmer Control4 2/26/2009 3:00 PM 12/04/2023 2:30 PM devices_sm/LutronDimmer.gif devices_lg/LutronDimmer.gif Lights lua_gen DriverWorks light light 1 Button Hold When NAME is held Lutron HomeWorks Dimmer When installing drivers to connect to a Lutron HomeWorks system, it is recommended that you add the Lutron HomeWorks Network driver first. Homeworks Network is a singleton driver and can be added only once in a project. If this driver exists prior to adding any of the other drivers, then the other drivers will be automatically connected to the HomeWorks Network driver. If that driver is not added first, then those connections will need to be made manually. The HomeWorks Dimmer driver is used to control and monitor any dimmer on the Lutron HomeWorks system. This includes any loads controlled by a GRAFIK Eye, RPM, or WPM device. One driver should be added for each load that is controlled or monitored. When the driver is added it is automatically linked to a HomeWorks Network driver if it exists. If the driver does not exist the connection will need to be made manually after it has been added. Properties Device Address: This is the address of the dimmer. This is how it is identified. Device Address Formatting * Each device address is separated into 3-5 elements. Each element must be separated with a colon (:). Refer to the Lutron documentation for device specific addressing. * The device address must be enclosed with [brackets]. * Example: [01:04:01:01:01] (Note: If you are unsure of the Lutron HomeWorks addressing, please refer to the "Device Address Formatting" section of Lutron HomeWorks protocol documentation. This documentation can be found online at: http://resi.lutron.com/Portals/3/Support/Documentation/HWI%20RS232%20Protocol.pdf) Debug Mode: Used for debugging the driver. Output is displayed on the Lua tab. Options: Off Print Log Print and Log Variables Same as the C4 Light Proxy. Events Since the Lutron HomeWorks system dimmers only use one button, then the "Top Button" is used for events. C4 Light Proxy Events: * Top Button Pushed * Top Button Released * Level Changes * Top Double Tap Device Specific Events: * Button Hold Commands All of the C4 Light Proxy commands are supported except for LED type commands. Device Specific Commands: * Fade Dimmer - Intensity - Fade Hours - Fade Minutes - Fade Seconds - Delay Hours - Delay Minutes - Delay Seconds * Raise Dimmer * Lower Dimmer * Stop Dimmer * Flash Dimmer * Stop Flashing Dimmer * Dimmer Button Press * Dimmer Button Double Tap Conditionals All of the C4 Light Proxy Conditions. Loops All of the C4 Light Proxy Loops. Connections The following connections are available: * Top (ON) Button Link * Bottom (OFF) Button Link * Tap (Toggle) Button Link * Single Tap Button Link * Double Tap Button Link Change Log Version 6 - February 2012 Release Initial release Version 7 - December 2023 Release Removed Driver Certification markings To Be Determined. Device Address STRING false Click Ramp Rate Up RANGED_INTEGER 0 65 1 false Click Ramp Rate Down RANGED_INTEGER 0 65 2 false Debug Mode LIST Off Print Log Print and Log Off false Fade Dimmer Fade NAME at PARAM1 Intensity, Fade Time = PARAM2 : PARAM3 : PARAM4, Delay Time = PARAM5 : PARAM6 : PARAM7 Intensity RANGED_INTEGER 0 100 Fade Hours RANGED_INTEGER 0 99 Fade Minutes RANGED_INTEGER 0 59 Fade Seconds RANGED_INTEGER 0 59 Delay Hours RANGED_INTEGER 0 99 Delay Minutes RANGED_INTEGER 0 59 Delay Seconds RANGED_INTEGER 0 59 Raise Dimmer Raise NAME Lower Dimmer Lower NAME Stop Dimmer Stop NAME Flash Dimmer Start flashing NAME at PARAM1 Intensity for PARAM2 : PARAM3 : PARAM4 Intensity RANGED_INTEGER 0 100 Hours RANGED_INTEGER 0 99 Minutes RANGED_INTEGER 0 59 Seconds RANGED_INTEGER 0 59 Stop Flashing Dimmer Stop Flashing NAME Dimmer Button Press Press NAME Dimmer Button Double Tap Double Tap NAME True True True False False True True True False False False True False False False False False False True 1 6 Lutron HomeWorks Control 1 True False False True LUTRON_HW_DIMMER True 5001 6 Light 2 False False False False LIGHT 300 6 Top (ON) Button Link 1 False False False True BUTTON_LINK 301 6 Bottom (OFF) Button Link 1 False False False True BUTTON_LINK 302 6 Tap (Toggle) Button Link 1 False False False True BUTTON_LINK 303 6 Single Tap Button Link 1 False False False True BUTTON_LINK 304 6 Double Tap Button Link 1 False False False True BUTTON_LINK other