Page 1 of 1

am i just b dum? Problem with Schedule

PostPosted: Sat Jun 27, 2015 10:37 am
by tornado
I can't figure out why this schedule doesn't work for me. It randomly returns true, even when the garage door is closed (and garageIsOpen is equal to 0 at 10pm). Can someone shed light on this for me?

Re: am i just b dum? Problem with Schedule

PostPosted: Sat Jun 27, 2015 11:52 am
by FlyingDiver
First thing I would do is change that "Any" to "All", just in case...

Re: am i just b dum? Problem with Schedule

PostPosted: Sat Jun 27, 2015 2:29 pm
by jay (support)
Nothing looks wrong with it, and I can pretty much guarantee that condition works correctly, so I'd be looking more into what's causing that variable to change and make sure that it's populating the value correctly. Variable values are always strings, so "1" is not equal to "01" or " 1" or "1 "...