Puck, I like your idea and am going to try it out. I did, however, come up with another solution.
I created a master macro Back Motion ON triggered by H5 ON:
D5 ON // Turn Back Porch Lights ON
Delay 5s // Delay required or else it doesn't function properly
M2 ON // Dummy module (2-pin appliance) that triggers Back Door Chime Macro
Delay 5s // Delay required (see above)
M3 ON // Dummy module (2-pin appliance) that triggers Record Back Door Macro
and Back Motion OFF triggered by H5 OFF
D5 OFF // Turn Lights OFF
M2 OFF // Housekeeping; not really needed
M3 OFF // Housekeeping; not really needed
This way my tested and working Back Door Chime and Record Back Door Macros can be left intact. For whatever reason, without a delay it didn't quite work properly. It seemed that it tried to do everything at once resulting in M3 turning on before M2 (
), and the Back Door Chime Macro never firing.
We will see. They work and I'll field test them in the coming days to see if they hold up.
Andy