Arduino-HomeKit-ESP8266
Arduino-HomeKit-ESP8266 copied to clipboard
GarageDoor Example ?
Just wondering if there is any chance you could do a garage door opener example?
P.S. Loving your work!
This link garage.c may help, define your accessory like it and control/report your accessory by reading the Example01~04.
Awesome! Thank you. Will give it a go
Here's how I did mine: https://github.com/jmbwell/GargeDoorOpener
can you make garage doors with a wicket function with a door_lock icon?
Hello, this is a magnificent project. Thank you! My Problem is, that i have a RF remote control with only one button to open. After 2 minutes the garage door closes automatically. I don't have access to the sensors. Is there a way to change the code to auto-close after a delay of 2 minutes?
Hello, this is a magnificent project. Thank you! My Problem is, that i have a RF remote control with only one button to open. After 2 minutes the garage door closes automatically. I don't have access to the sensors. Is there a way to change the code to auto-close after a delay of 2 minutes?
Yes you can use a timer, I do the same with a parking lot barrier...
Thank you for your answer. I guess I have to change the part with the magnetic sensor into a timer. But how do I do that? Every time I change something with the magnetic sensors the program crashes. do you have a link to your project?