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

No Response - Roomba i7 #23

Closed
ccwillia opened this issue Dec 31, 2020 · 4 comments
Closed

No Response - Roomba i7 #23

ccwillia opened this issue Dec 31, 2020 · 4 comments

Comments

@ccwillia
Copy link

Expected Behavior

HomeKit shows current status

Current Behavior

Since upgrading to version v1.2.0 my Roomba i7 reports "No Response" in HomeKit. If i click on the notification it typically disappears.

Steps to Reproduce (for bugs)

Add Roomba i7 to accessories list

Versions

  • Homebridge: v1.1.7
  • Node: node --version
  • Plugin: homebridge-roomba2 v1.2.0

Configuration

        {
            "name": "MainLevel",
            "model": "i7",
            "blid": "****",
            "robotpwd": "****",
            "ipaddress": "****",
            "autoRefreshEnabled": true,
            "keepAliveEnabled": true,
            "dockContactSensor": false,
            "accessory": "Roomba2"
        }

Homebridge Log / Command Output

[12/31/2020, 11:05:32 AM] [LowerLevel] Battery status requested
[12/31/2020, 11:05:32 AM] [MainLevel] Battery status requested
[12/31/2020, 11:06:09 AM] [MainLevel] Running status requested
[12/31/2020, 11:06:09 AM] [MainLevel] Battery status requested
[12/31/2020, 11:06:48 AM] [MainLevel] Running status requested
[12/31/2020, 11:06:48 AM] [MainLevel] Battery status requested
[12/31/2020, 11:06:48 AM] [MainLevel] Battery level requested
[12/31/2020, 11:06:48 AM] [MainLevel] Charging status requested
@FluffyPancakes
Copy link

My i7+ won't even show up on the Home app as an accessory and I've followed the instructions step by step.

@sudoischenny
Copy link

Mine seems to work perfectly here is my config:

{
"name": "Miss Audrey",
"model": "i7",
"blid": "4***********************E",
"robotpwd": ":1:1*******************K",
"ipaddress": "192.168.1.63",
"autoRefreshEnabled": true,
"keepAliveEnabled": true,
"dockContactSensor": true,
"binContactSensor": true,
"cacheTTL": 30,
"accessory": "Roomba2"
}

@khad
Copy link

khad commented Sep 25, 2021

I'm not sure that this was specific to the i7, but I also had this problem (coincidentally also with an i7). So far it appears to be fixed in 1.3.0-beta.6: #75 (comment)

@karlvr I think this issue can also be closed now that #75 is closed.

@karlvr
Copy link
Collaborator

karlvr commented Sep 25, 2021

@khad brilliant. Thank you.

@ccwillia @FluffyPancakes if you're still interested, please try the latest beta of the plugin (click the wrench on the plugin and choose Install Previous Versions) and report back!

@karlvr karlvr closed this as completed Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants