kopiro / homebridge-tapo-camera

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

TIMEOUT error #117

Closed simon-o closed 4 months ago

simon-o commented 5 months ago

Describe The Bug: Since 2-3 weeks I have a timeout issue. I use this plugin since 2/3 years without any issue since.

I can ping the ip address, so it is live. I can fetch the rtsp stream on VLC

I turn off two factor auth I try with without username I try the passwords all the possible way. I try change version of the plugin I try putting same password for account and stream same for username

To Reproduce: Try to setup the plugin

Expected behavior: should connected and fetch the device

Logs:

Error during setup of camera Camera salon connect ETIMEDOUT xxx.xxx.xxx.xxx:2020

Plugin Config:

{
    "cameras": [
        {
            "name": "Camera salon",
            "ipAddress": "xxx.xxx.xxx.xxx",
            "username": "",
            "password": "xxxx",
            "streamUser": "xxx",
            "streamPassword": "xxxxxxxxxxx"
        }
    ],
    "_bridge": {
        "username": "xx:xx:xx:xx:xx",
        "port": xxxxx
    },
    "platform": "tapo-camera"
}

Environment:

simon-o commented 4 months ago

Is there any working on this plugin anymore?