dablazi Posted January 21, 2013 Posted January 21, 2013 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
TJF1960 Posted January 21, 2013 Posted January 21, 2013 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.
elvisimprsntr Posted January 21, 2013 Posted January 21, 2013 Scenes don't have status. Only devices do. You probably can add a second conditional check of the device status.
MikeD Posted January 21, 2013 Posted January 21, 2013 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.