Intercom: refractory period between detected rings #1369
andrew-rinato
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
It's pretty strange that a device without video recording somehow uses video settings to control the cool-down period between notifications. I guess it might make some sense if they are using a shared code path with the doorbell, but still weird. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I think I found out how to configure the refractory period that prevents subsequent rings from being detected on the intercom. This was a topic of a number of comments on this thread (#1083 (comment)) and around the web.
I managed to get my system to detect rings faster by dropping the setting
{"video_settings": {"clip_length_max": 60}}
from its default of 60 to 10.This was helpful for us because we have two doors controlled by the same opening switch. We would arrive at the second before the default refractory period was up, preventing us from opening the door via the app.
Code is here python-ring-doorbell/python-ring-doorbell#314
Thanks for all work on this project.
Beta Was this translation helpful? Give feedback.
All reactions