............ What I need is the shutters A9 to A15 to go up (OFF) with the following conditions:-
15 mins after dawn or 7am whichever is later.
So, say dawn is 7.15am and I disarm the alarm at 6.30am
How do I get macro to send an OFF signal to A9 to A15 at 7.15
I made a macro - trigger E16 OFF with conditions based on dawn and time but it does not seem to monitor this and therefore nothing happens at 7.15
I am monitoring House Code E
Cheeers
Clive
OK... an E16 module (a fake module) to turn OFF at ether dawn and/or 7:15AM
1. Create a timer macro that sends E16 OFF at dawn.
2. Create a 2nd (different) macro timer macro that turns E16 OFF at 7:15AM
It shouldn't matter how many times your conditional macro is turned OFF. It status will always ether be OFF or ON.
I think that should work.
Thanks for input and sorry for taking so long to reply.
Unfortunately what you suggest would, I think, not solve my problem.
It is my alarm panel that actually sends the E16 off signal.
I have to say I have gone a bit of a long winded route to solve this, but following your basic idea. Where I am the latest time Dawn is 08.15.
So I created
10 dummy modules with respective timers and Macros
E3 timer on Dawn - off Dusk
E5 this, when triggered sends OFF signal to shutters A9 through A15. This raises the Shutters
D3 timer 07.05 Macro Trigger condition D3 on, E3 on, E16 off IF true E5 on
D4 timer 07.15 Macro Trigger condition D4 on, E3 on, E16 off IF true E5 on
D5 timer 07.25 Macro Trigger condition D5 on, E3 on, E16 off IF true E5 on
D6 timer 07.35 Macro Trigger condition D6 on, E3 on, E16 off IF true E5 on
D7 timer 07.45 Macro Trigger condition D7 on, E3 on, E16 off IF true E5 on
D8 timer 07.55 Macro Trigger condition D8 on, E3 on, E16 off IF true E5 on
D9 timer 08.05 Macro Trigger condition D9 on, E3 on, E16 off IF true E5 on
D10 timer 08.15 Macro Trigger condition D10 on, E3 on, E16 off IF true E5 on
So, if I disable my alarm at 07.27 and dawn is at 07.32 the shutters will go up at 07.35 when the D6 timer and subsequent macro is triggered.
Any time after 08.15 and the E16 conditions are met and so E16 triggers A9 through A15
Not ideal but seems to work.
Thanks again.