Smart Macros Conditions:
I have had some problems with conditions and flags not being recognized, if time is between 6:00pm & 6:00am turn lights on, if between 6:00am & 6:00pm do not turn lights on, I have not tried these but hope to play with the Smart Macros some in the next day or two. If flags and conditions are fixed this would be a major plus.
The problem is that you can't test a between time that crosses midnight. eg between 6:00pm & 6:00am is really seen by AHP as [(6pm-midnight) AND (12:01am-6am)]. ie 9pm would pass the 1st part of the condition but not the 2nd. Similarly 1am would fail. So any time between that range would fail the condition. I believe this can't be changed due to fact X10 conditions must be in the same day.
To create the 6pm & 6am between time condition you have to set it up in a manner that might at first would seem illogical. ie [(6pm-midnight) OR (12:01am-6am)].
I hope that helps. I don't have an example handy as it has been awhile since I needed to cross the bewitching hour. I tend to use an offset of dusk and dawn for most of my outdoor lighting needs.
...and yet another reason X10 in not for the faint at heart.