sperok Posted May 11, 2010 Posted May 11, 2010 Is there an easy way to dim all the lights that are currently on? It would be great to have a scene containing all of my interior lights and to be able to use a simple control to dim all the lights within the scene that are currently at some level of on. Is there an easy way to do this, other than testing every light?
Goose66 Posted May 12, 2010 Posted May 12, 2010 Try something like this: Put all your interior lights in a scene call "Interior All Lights" and then add a program such as: If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat 5 times Set Scene 'Interior All Lights' Dim Else - No Actions - (To add one, press 'Action') Running the THEN branch of the above program will reduce the level of all lights in the scene by about 15%. If the lights are off, they stay off.
sperok Posted May 12, 2010 Author Posted May 12, 2010 Unfortunately that will have the effect of turning on lights that are currently off. My goal is to be able to adjust ONLY the lights within the scene that are already on.
Michel Kohanim Posted May 12, 2010 Posted May 12, 2010 Hello sperok, I do not think kingwr's suggestion is going to turn ON the lights that are already off. Sending Dim commands to devices that are already off has no impact. With kind regards, Michel
Goose66 Posted May 12, 2010 Posted May 12, 2010 I did test this and it works. The lights in the scene that are off remain off.
Recommended Posts