Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Room by Room in v4 beta #194

Open
teseoch opened this issue Mar 4, 2023 · 0 comments
Open

Room by Room in v4 beta #194

teseoch opened this issue Mar 4, 2023 · 0 comments
Assignees
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@teseoch
Copy link

teseoch commented Mar 4, 2023

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
@teseoch teseoch added help wanted Extra attention is needed question Further information is requested labels Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants