andrewshilliday / garage-door-controller

Software to monitor and control garage doors via a raspberry pi
MIT License
327 stars 127 forks source link

Relay sleep timer not long enough #56

Closed commputethis closed 7 years ago

commputethis commented 7 years ago

First of all, thank you. This is a really nice program.

When I connect the relay's to the garage door openers, the doors didn't open. I could see the relay triggering, but didn't seem to be working. I noticed in order to open my doors with the remote or the wall button I have to hold it for a moment. I went in and modified controller.py to "fix" my issue. I changed time.sleep under toggle_relay from 0.2 to 0.4 and it worked.

andrewshilliday commented 7 years ago

Glad to hear it. I could make that into a configurable setting that goes into the config.json file, I suppose. Has anyone else had this issue?