Jump to content

Programatically Changing On Levels


wpmjones

Recommended Posts

The light in our master bathroom is on a ToggleLinc Dimmer (2466DW). During the day, I want the On Level to be 65%. At night, I'd like the On Level to be 35%. Is there a way to programatically change the On Level on a particular device? I would probably use sunrise and sunset as conditions and just change the On Level. I just couldn't find an option for it.

 

Thanks!

Link to comment

Sure. Define an ISY Scene with the ToggleLinc as a Controller. Use the Program Adjust Scene statement, selecting the ToggleLinc switch for both the In Scene and Set parameters. This combination changes the Local On Level (or Local Ramp Rate) of the ToggleLinc.

 

If
       From    Sunset 
       To      Sunrise (next day)

Then
       In Scene 'ICON Dimmer 1' Set 'ICON Dimmer 1' 35% (On Level)

Else
       In Scene 'ICON Dimmer 1' Set 'ICON Dimmer 1' 65% (On Level)

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...