-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some direction on a garage door opener #1348
Comments
@toshibochan That's awesome. Nicely done. I'll be using it for reference. I like the way you figured out how to detect if the door was open or not. That was giving me a few issues on how to detect it simply. Thank you! |
Please close this issue if you find the answer. Thanks! |
Did you ever find an answer? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all
Just need some help on how to work a garage door opener with the GarageDoorOpener service. It's not too well documented.
I have 3 pins on the Raspberry Pi already wired up to the door and working when I toggle them with a C or bash script, but I really want to use this service instead of node.js or anything like that because it shouldn't need it, although it would be easier. I'm also just worried about having a server on the door that can just open the door if I poke a URL. I know there are ways to fix that but I don't have the time to invest in learning how to do it even though I probably should...
Basically, I'd rather get my head around doing it directly in the accessory code. I've made a start as shown below but I'm a little stuck.
Anybody got an implementation that works and wouldn't mind sharing?
Thansk
Donie
The text was updated successfully, but these errors were encountered: