kopiro / homebridge-tapo-camera

Homebridge plugin for TP-Link TAPO security cameras
ISC License
127 stars 11 forks source link

1 out of 7 camera not showing up for adding in homekit #145

Closed weikianng closed 1 month ago

weikianng commented 2 months ago

Describe Your Problem: I have 7 Tapo cameras of different models and 1 of them, a C520WS does not show up in HomeKit add accessory as the others do.

Logs:

[21/07/2024, 12:12:43] Cam Children 6809 is running on port 12345.
[21/07/2024, 12:12:43] Please add [Cam Children 6809] manually in Home app. Setup Code: 
[21/07/2024, 12:12:43] Cam Garage C772 is running on port 12413.
[21/07/2024, 12:12:43] Please add [Cam Garage C772] manually in Home app. Setup Code: 
[21/07/2024, 12:12:43] Cam Backyard E0D7 is running on port 53451.
[21/07/2024, 12:12:43] Please add [Cam Backyard E0D7] manually in Home app. Setup Code: 
[21/07/2024, 12:12:44] Cam Study FEA8 is running on port 64312.
[21/07/2024, 12:12:44] Please add [Cam Study FEA8] manually in Home app. Setup Code: 
[21/07/2024, 12:12:44] Cam Family 4E04 is running on port 51333.
[21/07/2024, 12:12:44] Please add [Cam Family 4E04] manually in Home app. Setup Code: 
[21/07/2024, 12:12:44] Cam Garden FCF7 is running on port 52134.
[21/07/2024, 12:12:44] Please add [Cam Garden FCF7] manually in Home app. Setup Code: 
[21/07/2024, 12:12:44] Cam Living 48E6 is running on port 56337.
[21/07/2024, 12:12:44] Please add [Cam Living 48E6] manually in Home app. Setup Code: ```

Plugin Config:

{
    "cameras": [
        {
            "name": "Cam Garage",
            "ipAddress": "00.00.00.00",
            "password": "@@@@",
            "streamUser": "@@@",
            "streamPassword": "@@@"
        },
        {
            "name": "Cam Living",
            "ipAddress": "00.00.00.00",
            "password": "@@@@",
            "streamUser": "@@@",
            "streamPassword": "@@@"
        },
        {
            "name": "Cam Garden",
            "ipAddress": "00.00.00.00",
            "password": "@@@@",
            "streamUser": "@@@",
            "streamPassword": "@@@"
        },
        {
            "name": "Cam Children",
            "ipAddress": "00.00.00.00",
            "password": "@@@@",
            "streamUser": "@@@",
            "streamPassword": "@@@"
        },
        {
            "name": "Cam Backyard",
            "ipAddress": "00.00.00.00",
            "password": "@@@@",
            "streamUser": "@@@",
            "streamPassword": "@@@"
        },
        {
            "name": "Cam Family",
            "ipAddress": "00.00.00.00",
            "password": "@@@@",
            "streamUser": "@@@",
            "streamPassword": "@@@"
        },
        {
            "name": "Cam Study",
            "ipAddress": "00.00.00.00",
            "password": "@@@@",
            "streamUser": "@@@",
            "streamPassword": "@@@"
        }
    ],
    "_bridge": {
        "username": "00:00:00:00:00:00",
        "port": 12345
    },
    "platform": "tapo-camera"
}

Screenshots:

Environment:

kopiro commented 1 month ago

Hello, please update the plugin, enable deubg mode in Homebridge and post your logs.