apatsufas / homebridge-tapo-p100

Homebridge TP-LINK Tapo P100 Platform Plugin
Apache License 2.0
64 stars 14 forks source link

L510E Unable to fetch bulb state after it was changed outside of Home App #22

Closed Augusto271 closed 2 years ago

Augusto271 commented 2 years ago

Describe The Bug: I own a L510E bulb and whenever I switch the bulb on or off in the Tapo App or in the physical switch it self it never retrieves the bulb state.

Expected behavior: I would expect it to retrieve the status so that in the home app I do not need to switch on and off to actually switch the bulb off.

Logs:

12/12/2021, 23:25:23Tapo BridgeTapo Smart PlatformERROR146 Error Code: 9999, Undocumented error. Try restarting Bridge
12/12/2021, 23:25:23Tapo BridgeTapo Smart PlatformERROR146 Error Code: 9999, Undocumented error. Try restarting Bridge
12/12/2021, 23:25:23Tapo BridgeTapo Smart PlatformERROR146 Error Code: 9999, Undocumented error. Try restarting Bridge
14/12/2021, 23:32:32Tapo BridgeTapo Smart PlatformERROR111 Error: timeout of 5000ms exceeded
14/12/2021, 23:32:32Tapo BridgeTapo Smart PlatformERRORGet Device Info failed

Plugin Config: X and Z removed data

{
    "accessories": [],
    "platforms": [
        {
            "platform": "TapoP100",
            "name": "Tapo Smart Platform",
            "username": "ZZZZZZ",
            "password": "XXXXXX",
            "devices": [
                {
                    "name": "Office",
                    "host": "XXX.XXX.X.XXX",
                    "type": "Light"
                }
            ]
        }
    ]
}

Environment:

apatsufas commented 2 years ago

Should be fixed with 1.4.13