-
Notifications
You must be signed in to change notification settings - Fork 106
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
Obstruction Sensor Issue #36
Comments
Errors in the logs during setup() related to gpio_install_isr_service(). The esp32:068 error will return from attach_interrupt() without setting the ISR callback.
|
Fixed in #38 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a brand new installation, everything is working except for the obstruction sensor feedback. Installation was done using a
wemos_d1_mini32
as I plan to consolidate some other ESPhome devices currently in the garage into one node by the opener. Brand new RATGDO v2 pcb and have tested with two separate ESP boards.The obstruction sensor still is detected properly by the garage door opener. I measure about 5.8V on the RATGDO terminal for obst/blk. Meter measures frequency of 143 Hz which is right for pulses spaced 7ms apart on this terminal as well. The RATGDO obst/blk terminal feeds the R1/R2 voltage divider into the D7 pin; continuity was confirmed so as far as I can tell the hardware setup should checkout.
I added some diagnostic log statements to the ISR routine and the obstruction loop.
obsruction_low_count
remains at zero. The log statement in the ISR never shows up in the log.Any suggestions for additional troubleshooting?
HA Install details:
The text was updated successfully, but these errors were encountered: