InfoSam
2016-04-30 13:11:04
- #1
Hello,
I have the following project, and I don't know how to implement it.
I have a long (dark, since there are no windows) hallway. At night you really can't see anything, but I don't want to turn on the regular light right away (you know how it is, you don't want to be blinded immediately just because you want to go to the bathroom briefly). So... at each end of the hallway there are toggle switches installed that turn the 4 dimmable LEDs on and off.
Now I wanted to implement the following:
IF light off
AND
IF motion sensor activated
THEN turn on LEDs at the lowest dimming level for 10 seconds.
If someone is really savvy about this matter, maybe they could tell me if it is possible to add the following condition:
IF time 20:00 - 8:00
My kneecaps thank you in advance for your help!
I have the following project, and I don't know how to implement it.
I have a long (dark, since there are no windows) hallway. At night you really can't see anything, but I don't want to turn on the regular light right away (you know how it is, you don't want to be blinded immediately just because you want to go to the bathroom briefly). So... at each end of the hallway there are toggle switches installed that turn the 4 dimmable LEDs on and off.
Now I wanted to implement the following:
IF light off
AND
IF motion sensor activated
THEN turn on LEDs at the lowest dimming level for 10 seconds.
If someone is really savvy about this matter, maybe they could tell me if it is possible to add the following condition:
IF time 20:00 - 8:00
My kneecaps thank you in advance for your help!