This object is in archive! 
Light turns on by motion but stay on
Need Answer
Hi
I have an sensor that turns on my light outside. Light turns on as planned, but it don't turn off when no motion.
I have tried different setups from "Knowledge base", but why doesnt it turn off again?
Files:
Zipato_20171008.JPG
No connection
Real-time notifications may not work
Yes it will not, unless your time is outside of the sunset to sunrise time zone you have implemented.
You should change the second if puzzle with the time if puzzle. So that if there is a change in state, 1. if motion is detect if time is correct, turn on light. 2. If there is a change in state, else(now the program asks if there motion, result=NO, then there must be no motion) so turn off light. Currently you else is asking if the time now is not between sunset and sunrise. Not if there is no motion detected.
See attached as a quick reference.
Yes it will not, unless your time is outside of the sunset to sunrise time zone you have implemented.
You should change the second if puzzle with the time if puzzle. So that if there is a change in state, 1. if motion is detect if time is correct, turn on light. 2. If there is a change in state, else(now the program asks if there motion, result=NO, then there must be no motion) so turn off light. Currently you else is asking if the time now is not between sunset and sunrise. Not if there is no motion detected.
See attached as a quick reference.
Replies have been locked on this page!