I’ve spent the last 2 days reading over at least 100 post and have followed the examples to a “T” and still can’t get this to work…
Goal:
At night, turn on 2 light when a PinKey is entered on the Yale door lock.
What I’ve done:
Far too many attempts to get into, but I’ve attached a status report of my final.
Observations:
You can see that tDoor_Unlock_ByPin evaluates true on 2014-07-17 20:56:39.879
You can see that tNightTime evaluated true on 2014-07-17 20:30:15.104
But for whatever reason, cDoor_UnLock_TurnLightOn evaluated true on 2014-07-1712:54:14.517 (tNightTime;tDoor_Unlock_ByPin)
I suspect the reason why cDoor_UnLock_TurnLightOn will not trigger the action is because it’s not evaluating to True again, but I don’t understand why it’s not.
ALSO:
I’ve noticed that tNightTime;tDoor_Unlock_ByPin always evaluates true even if it’s during the day.