apatsufas / homebridge-tapo-p100

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

Error 364 JSON formatting error #42

Open snl1 opened 1 year ago

snl1 commented 1 year ago

The plugin sometimes generates an error 364 Error Code -1003 while fetching the device data. Devices used: two P110 image

i haven't got behind what causes this error when it happens.

    {
        "name": "Tapo Smart Platform",
        "username": "xxx",
        "password": "xxx",
        "devices": [
            {
                "name": "xxx",
                "host": "10.10.x.y",
                "type": "PowerPlug",
                "updateInterval": 30,
                "timeout": 2
            },
            {
                "name": "xxx",
                "host": "10.10.x.y",
                "type": "PowerPlug",
                "updateInterval": 30,
                "timeout": 2
            }
        ],
        "platform": "TapoP100"
    }