Jump to content

Lamplinc Program Help


dablazi

Recommended Posts

Posted

Hi Guy's,

 

I have a program to dim a bedside lamp to 60% @ 9:30 PM. Sometimes I may decide to go to sleep before then and turn the lamp off, but @ 9:30 the lamp comes back on to 60%. I tried multiple programming options with no success. Can anyone give me some Idea how to fix this ?

 

Thanks

Posted

I have a program called Good Night which is triggered by a Fast Off on my bedside lamp KPL. I dont have the admin. console open right now but the program is similar to:

 

If

Control BedLight is Fast Off

And From 6:00pm

To 6:00AM

 

Then

Else

 

Now in the program that turns on your light to 60% at 9:30 place "And Program Good Night is False" in the if section.

The good night program will turn true if the switch is Fast Off between 6pm to 6am and will turn false after 6am so you don't have to remember to reset the program every day.

Posted

Something like this:

 

If

Time is 9:30:00PM

And Status 'BedLight' > 60%

 

Then

Set 'BedLight' 60%

 

Else

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

 

~Mike

Archived

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

×
×
  • Create New...