Ok. So here's my setup.
My bathroom has 2 lights. Both are controlled by a single switchlinc.
During the night, when someone enters the room, I want the lights to ramp up slowly to say 40% over a 30 sec period when the paddle on the switchlinc is turned on.
the default setting on the switchlinc are set to 80% on and 0.1 sec ramp rate in the details of the devi
There is only 1 device in my scene - "upstairs bathroom". This device is the switchlinc previously discussed. For clarity, Should the switchlinc in the scene be classified as the responder or a controller?
If I gather what others have said, I should then be writing a program that adjusts the on level and ramp rate within the scene similar to what "techman" has described. Then, when the paddle on the switchlinc is turned on, the program will then adjust the on level and ramp rate correct?
should it look something like this:
scene "upstairs bathroom" - controller - bathroom switchlinc - default on - 80% 0.1 sec ramp
program: IF - from 10pm to 7 AM (next day) THEN in scene "upstairs bathroom" set bathroom switchlinc to 40% , in scene "upstairs bathroom" set bathroom switchlinc to 30sec ramp rate.
Will this get the job done?