south Posted March 9, 2010 Posted March 9, 2010 How do you use the last run time? I would like to use this for 2 motion sensors. This way I could tell if some one is coming out or in the side walk beside the house. Any ideas? Thanks.
Michel Kohanim Posted March 9, 2010 Posted March 9, 2010 Hello south, You can use the last run time of a program as conditions in your other programs and evaluate the elapsed time. With kind regards, Michel How do you use the last run time?I would like to use this for 2 motion sensors. This way I could tell if some one is coming out or in the side walk beside the house. Any ideas? Thanks.
south Posted March 10, 2010 Author Posted March 10, 2010 This is what I have: From last run time for "Coming in" for 1 minute But does not seem to work, am I missing something? Or do I need to add something?? Thanks.
Michel Kohanim Posted March 10, 2010 Posted March 10, 2010 Hi south, What you have should work provided that Coming In's last runtime is actually valid. When you go to Program Summary, is the last runtime accurate? With kind regards, Michel
south Posted March 10, 2010 Author Posted March 10, 2010 Does the last run time have to be precise or can it vary? Most people walk at a different pace so the time will be different. Is there a way to compensate for this? Thanks
Sub-Routine Posted March 10, 2010 Posted March 10, 2010 Hello south, You can select a From | For for Last Run Time. If From Last Run Time for 'Motion On' For 30 seconds Then ... Else ... Does the last run time have to be precise or can it vary?Most people walk at a different pace so the time will be different. Is there a way to compensate for this? Thanks
Recommended Posts