bwp91 / homebridge-deebot

Homebridge plugin to integrate ECOVACS Deebot devices into HomeKit.
MIT License
64 stars 4 forks source link

Explain Debug mode for this plugin #158

Open vmiyoshi opened 8 months ago

vmiyoshi commented 8 months ago

As you can see from the output below, I have added debug mode per-instructions. However logs show the entry isn't used and can be removed. [11/29/2023, 5:53:40 PM] [Deebot] Config entry [debug] is unused and can be removed.

{
    "name": "Deebot",
    "countryCode": "US",
    "username": "username",
    "password": "password",
    "debug": "true",
    "devices": [
        {
            "label": "name",
            "deviceId": "id"
        }
    ],
    "_bridge": {
        "username": "00:00:00:00:00:00",
        "port": XXXXX
    },
    "platform": "Deebot"
}
JonVisc commented 6 months ago

https://github.com/bwp91/homebridge-deebot/issues/134#issuecomment-1529040271