Hmm. That is tough. The PH508 is intended
for use with an X10 security system. It can
be triggered with an X10 House/Unit code,
but it requires a continuous stream of
on/off codes, otherwise it will turn off.
The shortest on/off cycle time of MS14 is 1
minute so you would only get short beeps.
I can think of a way of using a CM15a with
smart macros to generate an on/off cycle
for as long as you want, but that is
probably overkill and I am not sure how
well it would work.
My idea would be for the motion sensor to
turn trigger macro “M1 on” that does the
following:
- set flag 1
- turn the PH508 on
- wait the desired amount of time
- clear flag 1
Macro “M2 on” has the same address as the
PH508, is conditional on flag 1 being set
and does the following:
- turn the PH508 off
- turn the PH508 on
Macro M2 would be stuck in a loop until
macro M1 clears flag 1.