Author |
|
tbeckman Senior Member
Joined: December 30 2007 Location: United States
Online Status: Offline Posts: 149
|
Posted: February 01 2008 at 00:51 | IP Logged
|
|
|
I have a trigger in a bathroom that starts a timer. For the past few nights at around the same time the light will come on by itself and then turn off two minutes later (not even the programmed time to wait to turn off). When I look at the logs... the best I can make it... it looks like a group clean up command is triggering the macro... is that possible and if so... how do I stop group clean up commands from doing this?
|
Back to Top |
|
|
jpcurcio Senior Member
Joined: April 01 2007 Location: United States
Online Status: Offline Posts: 119
|
Posted: February 02 2008 at 00:15 | IP Logged
|
|
|
ROXXXXXXX-ANNNNNN You don't have to turn on the rouge light.
Sorry... just found that humorous.
|
Back to Top |
|
|
BeachBum Super User
Joined: April 11 2007 Location: United States
Online Status: Offline Posts: 1880
|
Posted: February 02 2008 at 10:04 | IP Logged
|
|
|
I'm curious.. When you say "(not even the programmed time to wait to turn off)" does that mean you use a WAIT in the macro to execute the off? If so why don't you use a Create Timed Event to do the same?
__________________ Pete - X10 Oldie
|
Back to Top |
|
|
tbeckman Senior Member
Joined: December 30 2007 Location: United States
Online Status: Offline Posts: 149
|
Posted: February 02 2008 at 21:23 | IP Logged
|
|
|
Hmmm, I am too new to doing this to know exactly how to create a timed event... I am currently using a wait macro... can you help walk me through it? Thanks.
|
Back to Top |
|
|
BeachBum Super User
Joined: April 11 2007 Location: United States
Online Status: Offline Posts: 1880
|
Posted: February 03 2008 at 09:42 | IP Logged
|
|
|
Sure.. In the macro under Command check Create Timed Event. Under ID check on the macro you want to run like BATHROOM_OFF. In the last column enter the number of minutes to delay the start. Another way is to use it in a formula like ph_createtimedevent(0, " BATHROOM_OFF ", datetime(today(),time("06:40:00"))). In either case BATHROOM_OFF would execute after a specified time.
__________________ Pete - X10 Oldie
|
Back to Top |
|
|