kopiro / homebridge-tapo-camera

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

All cameras not responding and cannot be added back (Network timeout) #64

Closed omeroman0 closed 1 year ago

omeroman0 commented 2 years ago

Describe Your Problem: I have setup 6 cameras before, unbridged, and everything was working as well as they can until they weren't. All cameras registered as "Not responding" in Homekit. I removed the cameras from Homekit, removed them from Homebridge as well. Then I uninstalled and installed the plugin, and the cameras just won't be added back (see logs below).

I am able to check the RTSP stream using VLC, so I guess it is working.

Logs:

[10/2/2022, 9:42:27 AM] [tapo-camera] Error during setup of camera Kids Network timeout
[10/2/2022, 9:42:27 AM] [tapo-camera] Error during setup of camera Living Room Network timeout
[10/2/2022, 9:42:27 AM] [tapo-camera] Error during setup of camera Kitchen Network timeout
[10/2/2022, 9:42:27 AM] [tapo-camera] Error during setup of camera Corridor Network timeout
[10/2/2022, 9:42:27 AM] [tapo-camera] Error during setup of camera Garage Network timeout
[10/2/2022, 9:42:27 AM] [tapo-camera] Error during setup of camera Office Network timeout

Plugin Config:

{
    "cameras": [
        {
            "name": "Kids",
            "ipAddress": "192.168.68.XXX",
            "password": "pwd1",
            "streamUser": "user",
            "streamPassword": "passwordStr",
            "debug": true
        },
        {
            "name": "Living Room",
            "ipAddress": "192.168.68.XXX",
            "password": "pwd1",
            "streamUser": "user",
            "streamPassword": "passwordStr",
            "debug": true
        },
        {
            "name": "Kitchen",
            "ipAddress": "192.168.68.XXX",
            "password": "pwd1",
            "streamUser": "user",
            "streamPassword": "passwordStr",
            "debug": true
        },
        {
            "name": "Corridor",
            "ipAddress": "192.168.68.XXX",
            "password": "pwd1",
            "streamUser": "user",
            "streamPassword": "passwordStr",
            "debug": true
        },
        {
            "name": "Garage",
            "ipAddress": "192.168.68.XXX",
            "password": "pwd1",
            "streamUser": "user",
            "streamPassword": "passwordStr",
            "debug": true
        },
        {
            "name": "Office",
            "ipAddress": "192.168.68.XXX",
            "password": "pwd1",
            "streamUser": "user",
            "streamPassword": "passwordStr",
            "debug": true
        }
    ],
    "platform": "tapo-camera"
}

Screenshots:

Environment:

kopiro commented 1 year ago

Hello; it must be something on your network, as they're timing out in replying.