Jump to content

Set scene levels in program?


dzarn

Recommended Posts

Posted

I would like to make the light in my bedroom come on to only 50% when turned on from dusk to dawn, and 100% during the day. The light is on a FanLinc, if that matters. I have 2 programs setup now, but apparently I'm missing something. The light stays at 100% on level all the time.

 

I'm turning it on with button A on a 6-button KPL, or an 8-button RemoteLinc, both of which are controllers in the 'Master Bed Light' scene? Any ideas what's wrong?

 

 

OnLevel Day:

If
       Time is Sunrise + 15 minutes

Then
       In Scene 'Master Bed Light' Set 'Master Bedroom FanLinc-Light' 100% (On Level)
       In Scene 'Master Bed Light' Set 'Master Bedroom FanLinc-Light' 0.2 Sec (Ramp Rate)

Else
  - No Actions - (To add one, press 'Action')

 

OnLevel Night

If
       Time is Sunset  - 15 minutes

Then
       In Scene 'Master Bed Light' Set 'Master Bedroom FanLinc-Light' 50% (On Level)
       In Scene 'Master Bed Light' Set 'Master Bedroom FanLinc-Light' 2.0 Sec (Ramp Rate)

Else
  - No Actions - (To add one, press 'Action')

Posted

The Controller (KPL button and RemoteLinc button) has to be identified in the first paramenter of the Set Scene statement, not the Scene name.

Guest
This topic is now closed to further replies.

×
×
  • Create New...