KraigM / homebridge-gpio-garagedoor

RPi GPIO based Garage Door plugin for Homebridge
22 stars 11 forks source link

Start up with relay LOW #13

Closed didl001 closed 7 years ago

didl001 commented 7 years ago

Is there an opinion to start up with the DoorSwitchPin pulled LOW? Then get the Pin HIGH to start the gargedoor and back LOW.

The issue now is, when you reboot the Raspberry or maybe the Powerunit of the Rasp or Relayboard goes down, the Door would open by Fault.

SmittyK commented 7 years ago

I threw the kitchen sink at a low driven relay trying to get around this issue. Replaced it with an inexpensive high driven relay to get around it. see this thread: https://github.com/KraigM/homebridge-gpio-garagedoor/issues/2

didl001 commented 7 years ago

Can you get us a link to the relay please!

SmittyK commented 7 years ago

http://www.ebay.com/itm/201658287598?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

didl001 commented 7 years ago

Thanks for share your info! Ordert a similar one in Germany, cause i´m from Austria

hitme666 commented 7 years ago

Still not fixing the issue ;)

I could use a fix fot it also.

didl001 commented 7 years ago

Issue is fixed with the High driven Relay! Nothing on the Code have to be Changed! Even on a Reboot or if the Raspberry get Powerless the Garage-door kept close!

A big Thanks on @SmittyK for this Fix and also on @KraigM for this nice Application