bloomkd46 / homebridge-iRobot

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

Support Request: Trying to Clean Room by Room #169

Open rjkelly1894 opened 1 year ago

rjkelly1894 commented 1 year ago

Describe Your Problem:

I have tried to do room-by-room cleaning, there were maps that automatically synchronized when I set the plugin up but none of them are functioning. I have tried to follow the setup room-by-room instructions but I do not get any additional switches that pop up when I start these. Is there a way to clean the old switches and start over?

Also, i7 robot does not respond whether using automatic or manual configuration

Expected behavior:

No response

Logs:

[11/24/2022, 1:30:36 AM] [iRobot] Configuring roomba: Joffrey
[11/24/2022, 1:30:36 AM] [iRobot] Restoring existing accessory from cache: Wall-E
[11/24/2022, 1:30:36 AM] [iRobot] Restoring existing accessory from cache: Meryl Sweep
[11/24/2022, 1:30:36 AM] [iRobot] Restoring existing accessory from cache: Joffrey
[11/24/2022, 1:30:36 AM] Homebridge v1.5.1 (HAP v0.10.4) (iRobot) is running on port 49601.
[11/24/2022, 1:30:36 AM] [iRobot] Roomba Joffrey  went offline, disconnecting...
[11/24/2022, 1:30:36 AM] [iRobot] Roomba Joffrey  connection closed, reconnecting in 5 seconds
[11/24/2022, 1:30:37 AM] [iRobot] Succefully connected to roomba Wall-E
[11/24/2022, 1:30:37 AM] [iRobot] Succefully connected to roomba Meryl Sweep
[11/24/2022, 1:30:41 AM] [iRobot] Attempting To Reconnect To Roomba Joffrey
[11/24/2022, 1:30:42 AM] [iRobot] Roomba Joffrey  went offline, disconnecting...
[11/24/2022, 1:30:42 AM] [iRobot] Roomba Joffrey  connection closed, reconnecting in 5 seconds
[11/24/2022, 1:30:47 AM] [iRobot] Attempting To Reconnect To Roomba Joffrey
[11/24/2022, 1:30:47 AM] [iRobot] Roomba Joffrey  went offline, disconnecting...
[11/24/2022, 1:30:47 AM] [iRobot] Roomba Joffrey  connection closed, reconnecting in 5 seconds
[11/24/2022, 1:30:52 AM] [iRobot] Attempting To Reconnect To Roomba Joffrey
[11/24/2022, 1:30:52 AM] [iRobot] Roomba Joffrey  went offline, disconnecting...
[11/24/2022, 1:30:52 AM] [iRobot] Roomba Joffrey  connection closed, reconnecting in 5 seconds
[11/24/2022, 1:30:57 AM] [iRobot] Attempting To Reconnect To Roomba Joffrey
[11/24/2022, 1:30:57 AM] [iRobot] Roomba Joffrey  went offline, disconnecting...
[11/24/2022, 1:30:57 AM] [iRobot] Roomba Joffrey  connection closed, reconnecting in 5 seconds
[11/24/2022, 1:31:02 AM] [iRobot] Attempting To Reconnect To Roomba Joffrey
[11/24/2022, 1:31:02 AM] [iRobot] Roomba Joffrey  went offline, disconnecting...
[11/24/2022, 1:31:02 AM] [iRobot] Roomba Joffrey  connection closed, reconnecting in 5 seconds

Config:

{
            "name": "iRobot",
            "email": "*",
            "password": "*",
            "roombas": [
                {
                    "name": "Wall-E",
                    "blid": "16A2BF66A68C4899AB2BC30C5C1D5899",
                    "password": ":1:1640908962:t0mujxsUFnR9BMPg",
                    "autoConfig": false,
                    "ip": "10.74.1.225",
                    "model": "j7",
                    "multiRoom": true,
                    "info": {
                        "mac": "50:14:79:BA:E6:DC",
                        "ver": 2
                    }
                },
                {
                    "name": "Meryl Sweep",
                    "blid": "89C4E58290B246B9A8EAA04B6784F566",
                    "password": ":1:1655242749:X1J96NHwVxGW5NAZ",
                    "autoConfig": false,
                    "ip": "10.74.1.88",
                    "model": "j7",
                    "info": {
                        "ver": 2
                    }
                },
                {
                    "name": "Joffrey",
                    "blid": "1EEA415A86F5426CA6F85B6CA6D27962",
                    "password": ":1:1655537123:LgyRrDs2sYY3oOsH",
                    "autoConfig": false,
                    "ip": "10.74.1.233",
                    "model": "i7",
                    "info": {
                        "ver": 2
                    }
                }
            ],
            "manualDiscovery": true,
            "lowBattery": 20,
            "offAction": "stop:dock",
            "status": "cycle:clean",
            "eveStatus": "inverted:cycle:clean",
            "bin": "filter:contact:motion",
            "ignoreMultiRoomBin": false,
            "hideStuckSensor": false,
            "disableMultiRoom": false,
            "_bridge": {
                "username": "0E:43:D8:27:C1:AC",
                "port": 49601
            },
            "platform": "iRobotPlatform"
        }

Node Version:

v18.12.1v

NPM Version:

8.19.2

Homebridge Version:

v4.50.2

Plugin Version:

v2.1.16

Operating System:

MacOS