nicoduj / homebridge-deebotEcovacs

Homebridge Deebot (from Ecovacs) plugin
The Unlicense
42 stars 3 forks source link

Failure in connecting to ecovacs #70

Closed tkilik11 closed 3 years ago

tkilik11 commented 3 years ago

Hi all,

I can't seem to get this one to work my config is as follows

    {
        "email": "xxxx@gmail.com",
        "password": "xxxxx",
        "countryCode": "AU",
        "refreshTimer": 0,
        "publishBipSwitch": false,
        "publishSwitch": false,
        "publishFan": false,
        "publishMotionDetector": true,
        "publishAutoSwitch": true,
        "publishEdgeSwitch": false,
        "publishSpotSwitch": false,
        "publishAreaSwitchesAsSeparateDevices": false,
        "showInfoLogs": false,
        "platform": "DeebotEcovacs"
    }
],

The error I am getting is

image

tkilik11 commented 3 years ago

I have found that the AU region doesn't work... Changed to FR and it is now online!