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 - not possible to choose which HomePods should ring #1394

Closed
1 task done
Je-Ho opened this issue Jan 31, 2024 · 8 comments
Closed
1 task done

Ring Intercom - not possible to choose which HomePods should ring #1394

Je-Ho opened this issue Jan 31, 2024 · 8 comments
Labels
HomeKit Issue with HomeKit, not the ring plugin

Comments

@Je-Ho
Copy link

Je-Ho commented Jan 31, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Describe The Bug

First of all thank you for your work!

I’m not sure if it really is a problem with this plugin:

I’m using the Ring Intercom and expose it via a child bridge to HomeKit.

When I add the child bridge to HomeKit, I’ll get the question, if a ring from the intercom should be played on my HomePods. When I say yes, all my two HomePods will ring.

The problem is: I can’t choose which HomePod should ring or configure it in any way after adding the child bridge to HomeKit. In the HomeKit documentation, it points to a configuration in each HomePods settings. But there is nothing to be found.

I would really like to use this feature, we have a newborn at home and I would be able to deactivate our very loud mechanics chime, if it would be possible to play a sound only on one of our two HomePods.

Again, thanks for your work!

To Reproduce

Add ring intercom to ring account.
Add a new child bridge to HomeKit.
Confirm “ring in HomePods”

Expected behavior

HomePods should be excluded from ringing.

Relevant log output

No response

Screenshots

No response

Homebridge Ring Config

"refreshToken": "xxx",
            "hideDoorbellSwitch": false,
            "_bridge": {
                "username": "xxx",
                "port": 41638
            },
            "platform": "Ring"

Additional context

No response

OS

Ubuntu Focal Fossa (20.04.5 LTS)

Node.js Version

18.13

NPM Version

X

Homebridge/HOOBs Version

1.6.1

Homebridge Ring Plugin Version

12.1

Operating System

Ubuntu Focal Fossa (20.04.5 LTS)

@Je-Ho Je-Ho added the bug Something isn't working label Jan 31, 2024
@tsightler
Copy link
Collaborator

It's not really clear to me how this could be an issue with the plugin. The plugin simply registers a programmable switch with the doorbell service type that's all. It doesn't make any decisions over what Homepods chime, that's all done in Homekit settings.

If you go to the individual Homepod settings for any individual Homepod and scroll to "Doorbell chime" option, which is usually near the bottom, it will by default say "All", but if you click that you should get a screen listing all Homepods with a toggle to select the specific Homepods that will chime.

@Je-Ho
Copy link
Author

Je-Ho commented Feb 1, 2024

That’s the problem, the configuration for doorbell chime does not appear in the HomePod settings - even when the HomePods do ring.

But thank you very much for your response.

IMG_5874

@Je-Ho Je-Ho closed this as completed Feb 1, 2024
@tsightler
Copy link
Collaborator

So how do you turn the chime on and off at all? Normally the setting would be just below the section in your screenshot. I do wonder if Homekit is a little confused because it's not a video doorbell, it's just a doorbell. Are there any other non-video doorbells that work with Homekit?

@Je-Ho
Copy link
Author

Je-Ho commented Feb 1, 2024 via email

@tsightler
Copy link
Collaborator

Ah, so it looks like Nuki Opener has the same issue and maintainer came to the same conclusion I did that Homekit only fully supports doorbells with video. See ebaauw/homebridge-nb#79 (comment) for more details.

I suppose it would be possible to register a fake video stream, with just a blank screen or some text or something, but I'm not sure that's something we'd really want to integrate into the project. Really seems like Homekit needs to properly support non-video doorbells.

@Je-Ho
Copy link
Author

Je-Ho commented Feb 1, 2024

I missed the issue with the Nuki Opener, good research! Well, I don’t know, it would be great to have such a feature as an option, but of course, the bug is within HomeKit. Thank you anyways!

@tsightler tsightler added HomeKit Issue with HomeKit, not the ring plugin and removed bug Something isn't working labels Feb 4, 2024
@Je-Ho
Copy link
Author

Je-Ho commented Feb 10, 2024

So I bought a Ring Video Doorbell and after adding it to HomeKit, I got the configuration menu to choose which HomePod should ring and the setting is honored for the Ring Intercom as well.

@tsightler
Copy link
Collaborator

Thanks for updating, so that seems to confirm that the issue is simply that Homekit doesn't support this feature for doorbells without video, which just seems like an oversight on their part. I'd guess the only way the plugin could work around this is to register a dummy camera source, but that seems quite hackish.

On the other hand, there have been quite a few requests to support two-way audio with the Intercom, and if they were added, faking a dummy, static video source would be pretty easy and probably act to solve the issue. Unfortunately, due to the fact that I don't have an intercom, nor the time right now, it's unlikely this will be implemented soon unless somebody with the device does it and submits a PR. My guess is the two-way audio is implemented using the same protocol used for video streaming, but I haven't looked at it at all since I don't have an intercom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HomeKit Issue with HomeKit, not the ring plugin
Projects
None yet
Development

No branches or pull requests

2 participants