I have four macros that trigger when our garage door opens and closes. The first one (for a test) sends an email txt message to my cell phone as soon as the door opens (DS10A). The second one, sends a message after 10 minutes with the garage door open. The other two support the timer used by the second one... I'll explain more below.
Both of the are working fine in the sense that if I trigger them in AHP manually they will both send me a text message as they should.
However the second macro is NOT sending me a message as it should EVEN though I DO see it flash after the 10 minutes (shortened to 2 minutes for testing) goes by.
Here are the macros:
Macro A: DS10A triggered
wait 5 seconds
send email notification to my cell phone "garage just opened" (it's just an email address)
wait 15 seconds (not sure I need this)
Macro B: DS10A triggered
wait for 120 seconds
turn phantom module A5 ON
Macro C: Trigger conditions: phantom module A5 ON and Garage door (DS10A) is open
wait for 5 seconds
send email notification "garage open 10 mins" (just like macro A above)
wait for 15 seconds (not sure I need this either)
Macro D: Garage door sensor closed (DS10A)
wait for 2 seconds
turn OFF phantom module A5
Ok, so as I said when I test this by opening the garage door, I see:
- Immediately macro A and B flash and A sends me a txt message as expected "garage just opened"
- 2 minutes later macro B and C flash (in a few seconds B flashes again - not sure why) and phantom module A5 turns ON
NOTE: (no message is received from macro C even though it flashed)
Now I close the garage door:
- Macro D flashes
- a couple seconds later, Macro D flashes again
- phantom module A5 goes off
Phantom module A5 is a two-pin appliance module
So any thoughts on why when macro C fires, it does not send me the email (txt) message just like macro A ?
By the way, I added a windows program to execute ti macro C and it DOES execute that program so the macro is running.
Again, if I trigger macro C manually, it sends the message.
Any ideas? Thanks mucho!
Jerry