-
Notifications
You must be signed in to change notification settings - Fork 62
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
Only able to open and close door #109
Comments
I just built mine too, using an ESP32 board like yourself, following the schematic and and flashing with the 2.0 firmware. I can trigger door up, door down, the lights, but I can't stop the door or read the position. With the door opened, pressing the close button:
While the door is closing, I press the stop button and it reports that the door is not moving:
Here's my ESPHome .yaml:
Any thoughts here? |
Ended up saving my time, swallowing pride and purchasing this handsome piece: https://www.gelidus.ca/product/gelidus-research-ac-powered-ratgdo-compatible-board/ |
I had an ESP8266 lying around and tried that instead of the ESP32. The same thing happens; I can't read the position or stop the door. Only up and down work. |
Hi, I built the ESP32 board using this schematic and connected it to a Esp32 using the GPIO pins for ESp32 . Flashed 2.0 firmware per the readme. I am able to toggle the door open and closed which is cool but I'm not receiving any data about state of the door etc. I checked wiring far as I can tell everything is correct. I'm also unable to toggle the light or remote lock. I am getting obstruction sensor status correctly. Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: