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

Bug Report: Roomba 675 Does Not Start/Clean #182

Open
joeyhoer opened this issue Jan 11, 2023 · 3 comments
Open

Bug Report: Roomba 675 Does Not Start/Clean #182

joeyhoer opened this issue Jan 11, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@joeyhoer
Copy link

joeyhoer commented Jan 11, 2023

Describe The Bug:

My Roomba 675 will update status when a job is active, and I can "turn off" the Roomba in the Home app to have it pause and dock. Seemingly everything works except I cannot get the Roomba to turn on via HomeKit/the Home app.

I can tell that the Roomba is receiving a command from Homebridge, because the Roomba's lights will momentarily flash. Sometimes the Roomba will even chime once, though it appears to be immediately reset, ad the cleaning ob does not start (or perhaps it is terminated immediately).

IMG_4855.mp4

To Reproduce:

Attempt to start a cleaning job by setting the Roomba Fan Switch to On in via HomeKit/the Home app.

Expected behavior:

The Roomba begins the cleaning job when set to clean.

Logs:

[1/11/2023, 12:20:49 PM] [iRobot] Set Roomba To Clean 
[1/11/2023, 12:20:55 PM] [iRobot] Set Roomba To Clean 
[1/11/2023, 12:21:32 PM] [iRobot] Set Roomba To Clean

Config:

{
            "name": "iRobot",
            "email": "*",
            "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": true,
            "platform": "iRobotPlatform"
        }

Node Version:

v16.19.0

NPM Version:

8.19.3

Homebridge Version:

1.6.0

Plugin Version:

v2.1.16

Operating System:

MacOS

@joeyhoer joeyhoer added the bug Something isn't working label Jan 11, 2023
@bloomkd46
Copy link
Owner

Please try the latest beta: npm

@fabulosospucas
Copy link

Exact same thing happens with my 690. It chimes sometimes but it stops immediately. Also tried beta 11 but it doesn't load the accessory to HomeKit.

@bloomkd46
Copy link
Owner

With the latest beta (currently 11), what do you mean by it won’t load the accessory to HomeKit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants