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

Ring Intercom - door open works but registering doorbell event doesn't #1542

Closed
1 task done
bengoodson22 opened this issue Dec 9, 2024 · 4 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@bengoodson22
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe The Bug

Homebridge (and therefore HomeKit) doesn't register when the doorbell is pressed.
Ring App does register it. I can trigger a door open from both Homebridge and in the Home app.

To Reproduce

No response

Expected behavior

When the intercom bell is pressed, I expected the doorbell to be triggered and to receive a notification through Apple Home.

Relevant log output

No response

Screenshots

Screenshot 2024-12-09 at 11 55 29

Homebridge Ring Config

{
    "refreshToken": xxx,
    "unbridgeCameras": true,
    "hideAlarmSirenSwitch": true,
    "platform": "Ring"
}

Additional context

No response

OS

Raspbian

Node.js Version

20.18.0

NPM Version

v4.65.0

Homebridge/HOOBs Version

1.8.5

Homebridge Ring Plugin Version

v13.2.1

Operating System

Raspbian

@bengoodson22 bengoodson22 added the bug Something isn't working label Dec 9, 2024
@tsightler
Copy link
Collaborator

Please follow these steps:

https://github.com/dgreif/ring/wiki/Notification-Troubleshooting

@Wendelburg
Copy link

I have the same issue - it worked fine for two times after your troubleshoot @tsightler - but now it's not working again...

@tsightler
Copy link
Collaborator

@Wendelburg Overall there is little that can be done here without debugging and at least some logs. The fact that it works, even once, after following the troubleshooting would indicate that there is nothing wrong with how the code processes the push message, so it can really only be that the push message doesn't arrive. The latest update included some fixes for push-receiver which should log messages if the push receiver process is not able to maintain connection to the socket, but we can't log anything if we don't receive a message.

Ideally, someone that own an intercom would actually troubleshoot the issue, as no maintainer currently owns one and I think it is unlikely we will, however, the process is identical to camera and doorbell, so I don't know why there are so many more complaints for intercoms vs other devices when the latter are far used.

@Wendelburg
Copy link

Hi again @tsightler! Thank you for your quick response - when I commented on this issue I may have tried it too often so that was my problem there - it seems to work for now :) And also thank you for the insight... Have a great Christmas time and a happy new year!

@tsightler tsightler closed this as not planned Won't fix, can't repro, duplicate, stale Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants