homebridge-iRobot icon indicating copy to clipboard operation
homebridge-iRobot copied to clipboard

Bug Report: Roomba combo not supported

Open claudiomerli opened this issue 1 year ago • 2 comments

Describe The Bug:

Roomba Combo doesn't start when activated. It beep one time and then nothing. On the homebridge (and homekit as well) side I look it switch on for a moment and then switch off imadiately

To Reproduce:

Install plugin, configure with cloud, try to start device.

Expected behavior:

Roomba start cleaning

Logs:

[17/10/2022, 08:48:35] [iRobot] Set Roomba Combo To Clean

Config:

{
            "name": "iRobot",
            "email": "[email protected]",
            "password": "*********",
            "roombas": [
                {
                    "autoConfig": true,
                    "info": {
                        "ver": 2
                    }
                }
            ],
            "manualDiscovery": false,
            "lowBattery": 20,
            "offAction": "pause:dock",
            "status": "cycle:clean",
            "eveStatus": "inverted:cycle:clean",
            "bin": "filter:contact",
            "ignoreMultiRoomBin": true,
            "hideStuckSensor": false,
            "disableMultiRoom": false,
            "platform": "iRobotPlatform"
        }

Node Version:

v16.16.0

NPM Version:

8.11.0

Homebridge Version:

1.5.0

Plugin Version:

v2.1.16

Operating System:

Raspberian

claudiomerli avatar Oct 17 '22 06:10 claudiomerli