Dash,
I really think the answer depends on exactly what you are trying to do. If you want to turn on a certain light on certain days (or a certain date range like during the summer) - I would personally go with timers. I've always felt the macros don't behave exactly as you think they should and require some troubleshooting - the timers seem more reliable to me.
If, on the other hand, multiple things need to happen based on the same criteria (i.e. Tuesdays in winter turn on these five lights) then a macro with a timer on the macro may be more appropriate (than writing five timers.)
Can you tell us a bit more about what you intend to do??
Paul
Thanks Paul
I'm looking to turn on a series of lights on M,T,W,Th between 2 dates in one macro.
In another, I'm looking to turn on the same lights between two dates (back to back with the first macro) OR Fri, Sat, Sun for the remainder of the year.
So I guess in the first example I could use a timer or a macro, but in the second I'll have to use a conditional macro.
In the first example, the macro would read A1 on
AND the date is between 10/24 and 2/6
AND the day of the week is exactly M,T,W,Th (leaving the timer A1 set at default 1/1 to 31/12 and Daily with only the on time specified).
In the second example, the macro would read A2 on
AND the date is between 2/7 and 10/23
OR the day of the week is exactly Sun, Fri, Sat (leaving the timer A2 set at default 1/1 to 31/12 and Daily with only the on time specified).
The macros look simple enough, but do you think I may have problems doing it this way?
I can see that the first example could easily be run from a timer, but not the second which has the OR condition.
Looking forward to feedback...
Cheers
Dave
Edit: I realise that I could do it all with timers by having the second timer do M,T,W,Th between 2/7 and 10/23 and another timer doing F,Sa,Sun all year.
Do you think this is what I should do? This is actually how my old AH is currently programmed...