dgreif / ring

Unofficial packages for Ring Doorbells, Cameras, Alarm System, and Smart Lighting
MIT License
1.21k stars 163 forks source link

Still getting "Please add ['Camera' xxxx] manually in Home app" message in Log File #1482

Closed sabresoftware2021 closed 1 month ago

sabresoftware2021 commented 1 month ago

Is there an existing issue for this?

Describe The Bug

I have removed and reinstalled my cameras unbridged, and manually added them in Home app and they work fine, but each time HomeBridge is restarted I get the following message "Please add ['camera' xxxx] manually in Home app for each of my cameras.

Its a minor thing.

To Reproduce

No response

Expected behavior

Not to see the "please Add ..." message once cameras are added

Relevant log output

No response

Screenshots

No response

Homebridge Ring Config

{
    "refreshToken": " xx ",
    "unbridgeCameras": true,
    "hideDoorbellSwitch": true,
    "hideCameraMotionSensor": false,
    "platform": "Ring"
}

Additional context

No response

OS

Raspbian

Node.js Version

v20.9.0

NPM Version

v10.1.0

Homebridge/HOOBs Version

v1.8.4

Homebridge Ring Plugin Version

v13.1.0

Operating System

Raspbian GNU/Linux Bullseye (11)

tsightler commented 1 month ago

This is expected, it's just informational. The plugin has no method to know if the cameras are added or not so it logs the information on how to add the camera on each startup.

sabresoftware2021 commented 1 month ago

OK, thanks