kopiro / homebridge-tapo-camera

Homebridge plugin for TP-Link TAPO security cameras
ISC License
119 stars 10 forks source link

Cameras only in my home app #139

Open jgrabitzky opened 2 days ago

jgrabitzky commented 2 days ago

Describe Your Problem: Hello I have two tapo cameras TC40 and TC65 that were set up on a new homebridge. I added the bridge to my iPhone and then set up the two cameras manually. I see the two cameras in my home app and also on the iPad and on my imac. I also see on my daughter's iPhone that the two cameras are there, but they don't respond. I can't add the cameras on my wife's iPhone. Everything else in home works perfectly.

Logs:

[02/07/2024, 20:25:06] [HB Supervisor] Starting Homebridge with extra flags: -I -P /var/lib/homebridge/node_modules --strict-plugin-resolution
[02/07/2024, 20:25:06] [HB Supervisor] Started Homebridge v1.8.3 with PID: 18905
[02/07/2024, 20:25:07] Loaded config.json with 0 accessories and 2 platforms.
[02/07/2024, 20:25:07] Loaded 0 cached accessories from cachedAccessories.
[02/07/2024, 20:25:07] ---
[02/07/2024, 20:25:07] Loaded plugin: homebridge-tapo-camera@2.3.4
[02/07/2024, 20:25:07] Registering platform 'homebridge-tapo-camera.tapo-camera'
[02/07/2024, 20:25:07] ---
[02/07/2024, 20:25:07] Loading 2 platforms...
[02/07/2024, 20:25:07] [tapo-camera] Initializing tapo-camera platform...
Setup Payload:
X-HM://0024LEOCU3H4R

02/07/2024, 20:25:07] Homebridge v1.8.3 (HAP v0.12.2) (Homebridge C80C) is running on port 51320.
[02/07/2024, 20:25:08] Carport 196D is running on port 35987.
[02/07/2024, 20:25:08] Please add [Carport 196D] manually in Home app. Setup Code: 679-83-310
[02/07/2024, 20:25:08] Veranda 5F96 is running on port 34365.
[02/07/2024, 20:25:08] Please add [Veranda 5F96] manually in Home app. Setup Code: 679-83-310
[02/07/2024, 20:25:50] [tapo-camera] [Carport] Starting video stream: native x native, native fps, ??? kbps (AAC-eld)
[02/07/2024, 20:25:57] [tapo-camera] [Carport] Stopped video stream.

Plugin Config:

{
    "cameras": [
        {
            "name": "Veranda",
            "ipAddress": "192.168.34.82",
            "password": "PW",
            "streamUser": "user",
            "streamPassword": "PW"
        },
        {
            "name": "Carport",
            "ipAddress": "192.168.34.52",
            "password": "PW",
            "streamUser": "user",
            "streamPassword": "PW"
        }
    ],
    "platform": "tapo-camera"
}

Screenshots:

Environment: