Git Product home page Git Product logo

Comments (5)

tsightler avatar tsightler commented on May 30, 2024

If the homepods "do the ding sound" then it seems like the plugin is receiving the event and notifying Homekit and I don't think there's anything that can be done from the plugin perspective to help your case. You can double check the logs to see what exactly is happening on a ding and that might provide some clues but, overall, if the logs show the event, then the problem is not in the plugin.

from ring.

dpamping avatar dpamping commented on May 30, 2024

now it works but it takes like 5 seconds to appear.

from ring.

tsightler avatar tsightler commented on May 30, 2024

This might be normal if you have a battery/low-power doorbell because those cameras can't take a snapshot while recording so the code as written waits for a notification that contains the UUID, however, you will never get such a notification if you don't have a subscription since Ring requires a subscription to get push notifications with images. You didn't specify your camera model so I don't know for sure if this applies to you or not, but that's the only thing I could think of that might cause a delay.

from ring.

dpamping avatar dpamping commented on May 30, 2024

I have the ring wired doorbell

from ring.

tsightler avatar tsightler commented on May 30, 2024

Ring has several wired doorbells and a confusing list of models, not all are created equal, it sounds like you mean this one:

https://ring.com/products/video-doorbell-wired

That is basically a battery doorbell without the battery (it's the low-powered battery based hardware, with I think a super capacitor that trickle charges) so you will get delayed notifications without a subscription. The code normally tries to detect if a camera is operating in battery mode, but because that camera pretends to be a wired camera even though it has all the limitations of a battery camera, the check fails so it ends up trying to take a snapshot when it can't and has to time out before sending the notification.

There is a queued up PR #1280 from another user that at least would make the notifications go faster (with no image) in this case, but I haven't had time to put together a new version or review all of this stuff lately.

Recommend just using the Ring app in the interim, or get a subscription (Ring cameras are quite limited without one, especially the battery/low-powered devices).

Since the problem is understood and there is a fix pending I'm going to close this as by design for now. It may say "won't fix" or "not planned" but we will try to fix it in the future, just don't know how long it will be before there is time to pull a new release together, there's quite a backlog at the moment.

from ring.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.