OK, after scratching my head for a while,
I've finally gotten my morning wake-up
macros to work, but I had to jury-rig the
operation. :-(
First bug: I have two macros that have the
same house & device code but different
on/off triggers. They are supposed to be
activated when my Eagle Eye motion sensor
sends an off/on signal. Only one of the two
on and off macros will ever fire. It
appears that AHP isn't capable of
triggering both an on and off macro when a
trigger event occurs.
Second problem: conditions. I had a macro
that tested three conditions:
1) P16 Post Light on? (daylight indicator)
2) Flag 3 set? (Indicates people are awake)
3) Flag 2 not set? (Indicaes blinds have
not been changed0
I found I had to move the third conditional
to another macro. Don't know whether this
is because AHP won't allow two flag status
tests in the same macro or more than two
conditions in a macro or some other
combination of conditions preventing the
condition from being evaluated and the
macro activated.