plipof Posted August 5, 2012 Posted August 5, 2012 I dont know if it is possible to combine these two programs. My girlfriend can't stand the keypad lights and switchlinc LED at night. So, I made two programs. One dims or eliminates the lights and the other returns the lights to normal levels when daytime returns. I didn't know if it is possible to accomplish what I did with one program using If, Then, Else rather then two. -Paul
oberkc Posted August 5, 2012 Posted August 5, 2012 I would expect that one program would work. In this case, I would try "status" rather than "control" for your master bedroom keypad condition.
plipof Posted August 6, 2012 Author Posted August 6, 2012 I tried it earlier and no joy. I'll try again. Thanks for the help.
oberkc Posted August 6, 2012 Posted August 6, 2012 In retrospect, status would not be right, either. My thoughts are now something like: from 0800 am to 1000 pm (same day) or control master keypad ... switched off or control master keypad ... is not switched on then set shade... on set master... on set master ... on else set ... off set ... off set ... off I expect a program such as this to trigger at: 0800am (evaluates true), 1000pm (evaluates false), keypad off (evaluates true), keypad on (evaluates false). This also assumes that your master keypad is a relay (not dimmer). Hopefully, this works, or give you some ideas to combine these two into a single program.
propman07 Posted October 23, 2012 Posted October 23, 2012 Hi- I saw this, and it reminded me of a similar situation that I had. Here is how I resolved it. I have not tried to implement the addition of the fan to it's own scene, but the Wife has gotten use to the brightness of the keypad LEDs. http://forum.universal-devices.com/viewtopic.php?f=27&t=8074
Recommended Posts