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

Notification issue #1546

Closed
1 task done
dpamping opened this issue Dec 15, 2024 · 1 comment
Closed
1 task done

Notification issue #1546

dpamping opened this issue Dec 15, 2024 · 1 comment
Labels

Comments

@dpamping
Copy link

dpamping commented Dec 15, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Describe The Bug

I dont get notifications when the doorbell is pressed

To Reproduce

No response

Expected behavior

A ring notification should appear and HomePods should make the ding sound. Ive already tried the notification issue wiki

Relevant log output

https://api.ring.com/clients_api/doorbots/382729485/motions_subscribe
15/12/2024, 19:28:08Ring BridgeRingERRORFailed to subscribe Timbre to motion events
15/12/2024, 19:28:08Ring BridgeRingERRORError: Not found with response: {"status":404,"error":"Not Found"}

15/12/2024, 19:28:09Ring BridgeRingERROR404 from endpoint
15/12/2024, 19:28:09Ring BridgeRingERRORFailed to subscribe Timbre to ding events
15/12/2024, 19:28:31WARNINGplugin site unavailable



### Screenshots

_No response_

### Homebridge Ring Config

```shell
{
    "accessories": [],
    "platforms": [
        {
            "platform": "Ring",
            "refreshToken": "(the refresh token)",
            "hideAlarmSirenSwitch": true,
            "cameraDingsPollingSeconds": 1,
            "hideInHomeDoorbellSwitch": true,
            "hideDoorbellSwitch": true
        }
    ]
}

Additional context

No response

OS

Hoobs

Node.js Version

16.19.1

NPM Version

Homebridge/HOOBs Version

4.3.0

Homebridge Ring Plugin Version

12.1.0

Operating System

Hoobs

@dpamping dpamping added the bug Something isn't working label Dec 15, 2024
@tsightler tsightler added HOOBS and removed bug Something isn't working labels Dec 15, 2024
@tsightler
Copy link
Collaborator

You are running 12.1.0 version of the plugin which is outdated and cannot receive push notifications due to the migration to FCM v1 APis which happened this summer. This is one of the main reasons that 13.x versions of the plugin exist.

Unfortunately, you are on outdated HOOBS, which has outdated NodeJS and can't run newer versions of the plugin. You will need to upgrade to HOOBS 5.x, which was released in the last month. I would highly recommend contact HOOBS support as there are a lot of issues with the HOOBS upgrade, however, if you can upgrade successfully, you will be able to run the current version of the plugin and push notifications will work again.

Closing for now as it's fully expected that 12.x will not work anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants