Hello all!
I've had this macro to close the garage door for a very long time (way before X10 went out of business) and it was working fine. A while back (I can't remember if it was before or after X10 went bankrupt, but a long time) my CM15A was zapped by lightning and I had to replace it with another one. The new one doesn't have a good reception and my door / window security module didn't communicate with the interface. I disabled the macro since then until today, when I decided to make it work again. I noticed that if I moved the security sensor closer to the wall it can communicate and I can see it closing and opening in AHP. So I ran longer wires between the magnet and the actual sensor housing and brought it closer to be in range, and then I re-enabled the macro. I thought the macro works, but it doesn't. The condition is "if security module is CLOSED", which means the garage door is open. But the macro executes regardless of the state of the security sensor. I replaced the sensor with another one and installed it in AHP, same behavior. I even installed a new one and changed the macro to use that sensor, still the same.
Here is the macro:
Trigger Conditions C6 On and
Check Garage Door is Closed
End Trigger Conditions
Turn Chime ON
WAIT for 3 Seconds
Turn Chime OFF
Turn Garage Door Pre-opener ON
WAIT for 1 Second
Turn Garage Door Opener ON
WAIT for 1 Second
Turn Garage Door Opener OFF
WAIT for 1 Second
Turn Garage Door Pre-opener OFF
Normally, when the sensor (Check Garage Door) is Closed and the green light doesn't show in AHP, the macro should trigger (and it does). BUT when the sensor is OPEN, it should NOT execute, but it still does. Ideas?