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: [homebridge-irobot] This plugin slows down Homebridge. The write handler for the characteristic 'Active' .... #216

Open
tkuebler opened this issue Dec 30, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tkuebler
Copy link

Describe The Bug:

Adding i3 either using child bridge or not results in this same error on startup and does not work, ie shows disconnected. Error is:

To Reproduce:

Install latest beta (v4.0.0-beta.11) and connect i3 rumba normally via account. ( tried manual, same problem but not 100% I did it right )

Expected behavior:

I expect my rumba to show up in HomeKit after adding the home bridge child bridge and be controllable with status, it just show 'connecting' and never connects.

Logs:

[12/31/2023, 5:51:49 AM] [iRobot] Roomba: Connecting... 
[12/31/2023, 5:51:54 AM] [Homebridge UI] [xxxxxx] Accessory layout changes saved.
[12/31/2023, 5:51:56 AM] [iRobot] Roomba: Disconnected 
[12/31/2023, 5:51:58 AM] [homebridge-irobot] This plugin slows down Homebridge. The write handler for the characteristic 'Active' on the accessory 'Roomba AAAA' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info.

Config:

{
    "name": "iRobot",
    "logLevel": 3,
    "autoConnect": true,
    "alwaysShowModes": false,
    "accessories": [
        {
            "name": "Roomba",
            "blid": "****************",
            "password": ":*:*:*",
            "sw": "daredevil+2.6.0+daredevil-release+163",
            "sku": "i355020",
            "ipResolution": "lookup"
        }
    ],
    "platform": "iRobotPlatform",
    "_bridge": {
        "username": "*:*:*:*:*",
        "port": 57618
    }
}

Node Version:

v20.10.0

NPM Version:

10.2.5

Homebridge Version:

v1.7.0

Plugin Version:

v4.0.0-beta.11

Operating System:

Ubuntu

@tkuebler tkuebler added the bug Something isn't working label Dec 30, 2023
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

2 participants