python-ring-doorbell
python-ring-doorbell copied to clipboard
Active alerts not working?
Hi all,
In an infinite loop i'm checking for alerts each 2 seconds with:
myring.update_dings()
if myring.active_alerts() != []:
...
But when I press the ring, no alert is coming through (it does on the official app). Am I missing something? What is the definition of an active alert?
I have found if you are hitting the endpoint too often it will fail to grab active alerts. Personally adding a 5 second sleep seems to work best in my testing, but results may vary.
There hasn't been any activity on this issue recently. This issue has been automatically marked as stale because of that. It will be closed if no further activity occurs. Please make sure to update to the latest ring_doorbell version and check if that solves the issue. Thank you for your contributions.