Skip to content
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

Garage door alert debouncing #1268

Closed
mccahan opened this issue Apr 23, 2023 · 1 comment
Closed

Garage door alert debouncing #1268

mccahan opened this issue Apr 23, 2023 · 1 comment

Comments

@mccahan
Copy link

mccahan commented Apr 23, 2023

Hello! I have a Shelly1 hooked up to a normally-closed garage door sensor that works great, except when closing it fires alerts in rapid succession for closed-open-closed, within a second or so of each other. In general, it reads correctly as open when the door is open and closed when it's closed. The gap between the sensor and the magnet might be a little large, but the construction of the door makes it a little difficult to get closer.

Is there any straightforward way to do software debouncing of the sensor signal here to avoid the multiple alerts? A configurable debounce of a second or two would allow it to settle.

Thanks!

Screenshot 2023-04-22 at 19 43 59@2x

@timoschilling
Copy link
Collaborator

Double of #1087

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants