I have a Macro setup that does the following:
1) Macro 1 receives an A5 ON trigger from a motion sensor outside. If flag 12 is off, it sets flag 12 to on, issues a A7 ON RF Command, delays for 5 minutes, issues an A7 OFF RF Command, and then clears flag 12.
2) Macro 2 listens for the A7 ON commands (sent by Macro 1), and turns on a light when triggered
3) Marco 3 listens for the A7 OFF commands (sent by Macro 1), and turns off the same light when triggered.
The flag is to ensure the timer period is only executed once. When using a remote in this setup, pressing A7 on and off successfully runs the Macro and turns on/off the lamp. But when it's from Macro 1, it doesn't execute... (although I see the lamp on/off macros flashing in AH on computer)
The only difference in the activity log is the A7 on/off commands from the remote read "receive RF", and the ones from Macro 1 read "Macro RF".
Why doesn't the RF Command from Macro 1 correctly trigger the other Macros? Also, if there's an easier way to share my setup that I don't know about, let me know.
Thanks,
Dale