What I want to do...
If M1 On AND Nighttime Then A1 On /* If motion and it is dark, turn on outside lights */
If M1 On Then A2 On /* If motion always ring the announce chime */
AHPro will "link" the second macro to the first, as the first's "ELSE" no? And my announce chime will
only ring when it is not Nighttime?
I am so confused....
I think
Art and I are reading this differently!
Do you
walt want the chime to always ring ?
only when it isn't dark?
only when it is day time?
You Don't need to use the delay function for any of this!
Infact if you do and X10 does see the delay as a bug and removes it you'll wonder why your macros stopped working the way thay had in the past.
Depending on what you want to do will dictate the wording in the macros!
The way you have it worded now the chime only will trigger when it is not night time.
To have it always ring add the "A2 On" to the first macro as well.
Art: I realize your not trying to destroy the elses!
Your trying to figure how to get the most out of a bug(hidden command
) as you can!
I look forward to reading
all your findings!