homebridge-plugins / homebridge-roomba2

Homebridge plugin to connect iRobot Roomba devices with Homebridge/HomeKit.
MIT License
143 stars 17 forks source link

Plug-in Slows down homebridge #87

Closed CHTHSCH closed 2 years ago

CHTHSCH commented 2 years ago

Warning message displayed in the home bridge log. Functionality not impaired, but slowed down

Expected Behavior

No warning message displayed

Current Behavior

Warning message occurs frequently

Steps to Reproduce (for bugs)

n/a

Versions

Configuration

n/a

Homebridge Log / Command Output

<[13/11/2021, 17:20:59] [homebridge-roomba2] This plugin slows down Homebridge. The read handler for the characteristic 'Battery Level' didn't respond at all!. Please check that you properly call the callback! See https://git.io/JtMGR for more info.

karlvr commented 2 years ago

Please try the latest beta.

On Sun, Nov 14, 2021 at 6:19 AM CHTHSCH @.***> wrote:

Warning message displayed in the home bridge log. Functionality not impaired, but slowed down Expected Behavior

No warning message displayed Current Behavior

Warning message occurs frequently Steps to Reproduce (for bugs)

n/a Versions

  • Homebridge: 1.3.6.
  • Node: v14.18.1
  • Plugin: v1.2.2

Configuration

n/a Homebridge Log / Command Output

<[13/11/2021, 17:20:59] [homebridge-roomba2] This plugin slows down Homebridge. The read handler for the characteristic 'Battery Level' didn't respond at all!. Please check that you properly call the callback! See https://git.io/JtMGR for more info.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/karlvr/homebridge-roomba2/issues/87, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIJENPZ4TDL64XV6OADDCLUL2M3LANCNFSM5H623PMQ .

Pblondin123 commented 2 years ago

Please try the latest beta.

latest beta looks good.. how to turn off debug mode ? tyia

astrapowerrr commented 2 years ago

what is latest beta? the beta of homebridge itself? v1.3.7-beta.1-beta? is that correct?

because im now running latest stable v1.3.8.

so we need to go back?

karlvr commented 2 years ago

@astrapowerrr here we're referring to the latest beta of the homebridge-roomba2 plugin, which is 1.3.0 beta 11

astrapowerrr commented 2 years ago

when i check that version doesnt exist. only v1.2.2 - latest to select.

and my sensors and switches are visible but only grey and i cant switch them?

so pluging isnt working? maybe on beta?

karlvr commented 2 years ago

@astrapowerrr I'm wondering if you're looking in the right place to install the beta plugin. Usually one goes to the plugin page in Homebridge web UI, click the spanner/wrench icon and choose Install Previous Version then it should appear in that list there. Or if you're not using the UI, you'll find it on npmjs.com.

FabianFrank commented 2 years ago

Please try the latest beta.

I've had the same problem (slow down warnings, Roomba also never updated) with 1.2.2 and it is fixed in 1.3.0-beta.11 for me as well. Thank you!