-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Not getting notifications from my Ring Doorbell Pro #1107
Comments
I am also no longer receiving notifications or HomePod alerts for my doorbell. I have reset my network and devices and still have the issue |
I'm still receiving notifications, however, I'm now experiencing a small delay (usually around 10-15 seconds) between when the doorbell is pressed and when I hear the chime on my HomePod. I haven't observed this previously although I haven't had my doorbell rang too frequently since I've set this up so this is also potentially not new behavior. |
I updated to version 11.6.0 three days ago and since then I had the same behavior like described by jeph. in my case both, the chime on the HomePod and the HomeKit notifications were delayed. just tried to trace back the code and for my Doorbell 3 (battery powered) I found the issue. the code here says that my doorbell should only log
maybe this findings can help to fix the issue :) |
Just did some testing. Seems like your fix did the trick! Delay feels like it's half a second to a second now. I'll continue to pay attention to the delay for the next few days, but it seems to work as expected now. Thanks for the fix! |
@dgreif I just tried the beta version, it still doesn’t work for me. No notifications at all for motion and doorbell button. |
Just chiming in (sorry bad pun) to say I still have the 15 second delay before HomePod chimes on beta 3 too. |
This appeared to fix my issue listed here #933 (comment) |
|
Resolved here. Thank you! |
@dgreif Still nothing, I also added a Stick Up Cam (plug-in) and I'm also not getting any notifications. |
That's possible @AAMM007, I believe those settings will filter down what notifications get sent. Could you try turning those off and see if it starts working? |
@dgreif For us over at ioBroker Ring the systemID was the reason of some users not getting the events, as ring seems to block certain (multi used) system id's. |
@theimo1221 thanks for the info it works now. I just remove all authorized devices from my Ring account and generated a new token in my Homebridge Ring plugin. @dgreif it also works with my Smart Alerts turned on |
Great, glad to hear it's working! Thanks for the pointer @theimo1221 |
Bug Report
Describe the Bug
-Not getting notifications from my Ring Doorbell Pro (motion or by pressing the button)
To Reproduce
-Press the Ring Doorbell Pro button or if a person move in front of the camera
Expected behavior
-Receive notifications on my iPhone or/and Apple TV via HomeKit
Screenshots/Logs
The notifications are turned on for this accessorily in HomeKit
Additional context
-I'm already using the plugin for my Alarm and everything works flawlessly, I just added the doorbell this week
-I can see perfectly the video stream of the doorbell camera in HomeKit
-I was wondering if this could be caused by the Smart Alert function in the Ring settings, it's turned on for person detection
Homebridge Ring Config
Post homebridge-ring platform config without sensitive information
"refreshToken": "xxx",
"hideDoorbellSwitch": true,
"_bridge": {
"username": "xxx",
"port": 48808
},
"platform": "Ring"
Environment
The text was updated successfully, but these errors were encountered: