bloomkd46 / homebridge-iRobot

A homebridge plugin for controlling iRobot devices
Apache License 2.0
60 stars 14 forks source link

Room by Room in v4 beta #194

Open teseoch opened 1 year ago

teseoch commented 1 year ago

Describe Your Problem:

I am trying the new beta version (also because the stable version dosent work) and I am trying the room by room feature. Every time I send my robot s9 to clean a room from the iRobot app, I see in the logs cleaning everywhere (no new map appears).

I tried both with the big blue button on or off in the Home app on the phone.

Expected behavior:

According to the docs, it should show map i for every new room.

Logs:

[3/4/2023, 10:44:53 a.m.] [iRobot] Roomba: Recharging 
[3/4/2023, 10:44:54 a.m.] [iRobot] Roomba: Cleaning Everywhere 1 
[3/4/2023, 10:45:08 a.m.] [iRobot] Roomba: Paused 
[3/4/2023, 10:45:12 a.m.] [iRobot] Roomba: Docking 
[3/4/2023, 10:45:12 a.m.] [iRobot] Roomba: Paused 
[3/4/2023, 10:45:12 a.m.] [iRobot] Roomba: Docking 
[3/4/2023, 10:45:46 a.m.] [iRobot] Roomba: Recharging 
[3/4/2023, 10:45:46 a.m.] [iRobot] Roomba: Cleaning Everywhere 1 
[3/4/2023, 10:45:46 a.m.] [iRobot] Roomba: Recharging 
[3/4/2023, 10:45:46 a.m.] [iRobot] Roomba: Cleaning Everywhere 1 
[3/4/2023, 10:45:52 a.m.] [iRobot] Roomba: Ready 
[3/4/2023, 10:46:53 a.m.] [iRobot] Roomba: Recharging 
[3/4/2023, 10:46:53 a.m.] [iRobot] Roomba: Cleaning Everywhere 1 
[3/4/2023, 10:46:58 a.m.] [iRobot] Roomba: Ready ```

Config:

{
            "name": "iRobot",
            "logLevel": 3,
            "autoConnect": true,
            "alwaysShowModes": false,
            "accessories": [
                {
                    "name": "Mopper",
                    "blid": "*",
                    "password": "*",
                    "sw": "*",
                    "sku": "*",
                    "ipResolution": "lookup",
                    "hostname": "*"
                },
                {
                    "name": "Roomba",
                    "blid": "*",
                    "password": ":*",
                    "sw": "*",
                    "sku": "*",
                    "ipResolution": "lookup",
                    "hostname": "*"
                }
            ],
            "platform": "iRobotPlatform"
        }


### Node Version:

v18.13.0

### NPM Version:

8.19.3

### Homebridge Version:

v1.6.0 

### Plugin Version:

v4.0.0-beta.11

### Operating System:

Ubuntu