rsporny / homebridge-gpio-blinds

Homebridge plugin to control blinds via Raspberry Pi GPIO pins.
MIT License
13 stars 10 forks source link

Inverted LOW/HIGH states #5

Closed martijndierckx closed 6 years ago

martijndierckx commented 6 years ago

Fixes an issue when the RPI is down, both the UP & DOWN lines for the Blinds are powered on.

NOTE: REQUIRES RE-WIRING THE WIRES FROM NC TO NO

rsporny commented 6 years ago

Thank you @martijndierckx. This is something on my mind for a long time now, however the way you propose will not work with my relay (it's triggered via LOW state). I'll make it configurable so anyone could use it. Stay tuned.

rsporny commented 6 years ago

Fixed in v1.0.1. Please let me know if it works.