Thank You steven r! Your concept opened my eyes to how to do a very similar project (just being notified when the door is left open). I found this VERY Helpful.
I do that with a simple Security module,
Dave... When the door is left open I have a macro on a timer (every half hour between 9 PM and midnight) and if the garage door is left open it broadcasts an audio message throughout the network of speakers I started building ("Garage door is still open, please close"). Now I want to be able to send a close command, at a certain time.
Steven_r, the contacts you used are similar to the ones used by the door/window security module from X10. You could just use one of those, right? Hear me out here... Mount the security module near the door opener (contacts are CLOSED when door is FULLY OPEN). This will set that sensor to the "Sensor Closed" position. In AHP, write a macro that checks the status of that security module and close the door:
Trigger = garage sensor / sensor closed
play message "Garage door will close automatically in 15 seconds, please stand back"
turn chime on (audio beep during count-down time)
set delay 15 seconds
turn on appliance module (one that universal module is plugged in)
turn universal module on (that should close the garage door)
turn off appliance module (cut power off again)
turn chime off
trigger another macro (to check and make sure door is closed. this second macro could play another message to inform that the door was closed successfully, etc).
You could then put this macro on a timer and voila - garage door is closing by itself, correct?
I still need help with hooking up the universal module in parallel with the push button - do you take only one wire from the push button and split it into two (one going like the original was and the other one through the UM) or do you have to use both wires?
Thanks again for listening and providing valuable feedback,
Azzar0.
[TTA Edit: Added WHITESPACE and formatting to improve readability.]