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

Not all Ring camera motion events are being received #1025

Closed
jordanmerrick opened this issue Aug 27, 2022 · 2 comments
Closed

Not all Ring camera motion events are being received #1025

jordanmerrick opened this issue Aug 27, 2022 · 2 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@jordanmerrick
Copy link

jordanmerrick commented Aug 27, 2022

Bug Report

Describe the Bug

Not all motion events are being picked up by Homebridge for cameras. It's pretty inconsistent as sometimes it does work, but most of the time it does not. I have a Ring Doorbell 3 Plus and a mix of stick-up cams, indoor cams, and floodlight cams. However, motion detected by smart lights work fine—it's just cameras.

Ring is accurately sending motion alerts as I get the notification in the Ring app and can see the event history for cameras. But I most events are not appearing in the log and don't trigger activity notifications.

To Reproduce

Trigger motion alerts for Ring cameras

Expected behavior

Homebridge reports detection motion, e.g.,

[8/25/2022, 3:58:31 PM] [homebridge-ring] Front Door Detected Motion

Screenshots/Logs

At time of writing, the last motion detection event for the doorbell was yesterday:

[8/25/2022, 3:58:31 PM] [homebridge-ring] Front Door Detected Motion

Ring reports several events today.

CleanShot 2022-08-26 at 17 34 00

No errors in the log, it's as though the event never made it to Homebridge.

If applicable, add screenshots and log output to help explain your problem.

Additional context

All cameras on Ring Edge. I've toggled Smart Alerts, motion alerts in the mobile app, and even reset one of the Ring cameras. Motion appears to work for a while if I reboot Homebridge, but eventually it stops receiving alerts from Ring.

Homebridge Ring Config

Homebridge-ring v11.1.0

        {
            "refreshToken": "xxx",
            "unbridgeCameras": true,
            "hideLightGroups": true,
            "hideDoorbellSwitch": true,
            "hideCameraMotionSensor": false,
            "hideCameraSirenSwitch": true,
            "hideInHomeDoorbellSwitch": true,
            "hideAlarmSirenSwitch": true,
            "hideUnsupportedServices": true,
            "avoidSnapshotBatteryDrain": false,
            "beamDurationSeconds": 9000,
            "debug": true,
            "_bridge": {
                "username": "",
                "port": 30813
            },
            "platform": "Ring"
        },

Environment

  • OS: macOS Monterey 12.5
  • Node.js: 16.15.1
  • NPM: 8.12.1
  • homebridge-ring: 11.1.0
  • homebridge: 1.5.0
@jordanmerrick jordanmerrick added the bug Something isn't working label Aug 27, 2022
@jordanmerrick jordanmerrick changed the title Not all Ring motion events are being received Not all Ring camera motion events are being received Aug 27, 2022
@dmkjr
Copy link

dmkjr commented Aug 27, 2022

I've seen this across other Ring integrations as well. I don't think it's specific to Homebridge. I think it's Ring's API not sending the data.

@dgreif dgreif added the duplicate This issue or pull request already exists label Aug 27, 2022
@dgreif dgreif closed this as not planned Won't fix, can't repro, duplicate, stale Aug 27, 2022
@dgreif
Copy link
Owner

dgreif commented Aug 27, 2022

This is a duplicate of #933. Please subscribe to that issue for updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants