andrewshilliday / garage-door-controller

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

[HELP] Relay activating on on startup / dont react #38

Closed maxswinkels closed 7 years ago

maxswinkels commented 7 years ago

I have a Raspberry Pi 2 Model B. If the script starts, the relay activating automatic. If I want to open or close the garage door using the website the relay gives no response.

The relay is on GPIO 23.

I try to change: 42 gpio.output(self.relay_pin, False) <--was True 72 gpio.output(self.relay_pin, True) <--was False 73 time.sleep(0.2) 74 gpio.output(self.relay_pin, False) <--was True

But thats not working either.

I hope someone can help me out.