...I have the recirculation pump plugged into an appliance module on a power strip (without surge suppression) and the power strip plugged into an appliance module that is plugged into the wall...
Are you saying that you essentially have one appliance module plugged into another one? If so why?
Start by getting rid of one of the appliance modules.
I don't have access to my AHP software right now but this is the basic idea you need to follow.
Set your appliance module to H2 and your motion detectors to H3. Also define a dummy module named H1.
Macro 1 - Triggers on H3 ON and flag 1 clear
set flag 1
H2 ON
Delay 2 min
H2 OFF
- delay 30 sec
- H2 OFF <--- Redundant off commands for the pump. (Better safe than sorry.)
- delay 30 sec
- H2 OFF
H1 ON <--- "Calls" timing macro via dummy module H1
Macro 2 - Triggers on H1 ON
delay 14 min <--- 15min total delay with the two 30 sec redundant off commands in macro 1
clear flag 1
This should force a 15 min delay between turning your
H2On.
I used H2 partly for amusement (I use it for my pump also.) but I would recommend a house code that is not in use elsewhere. i.e. You don't want it turned on accidentally. I'd also define in a few OFF times for H2 during the day as an additional precaution.