nickbreaton / homebridge-modern-forms

Add support for Modern Forms fans to Homekit using Homebridge.
https://npm.im/homebridge-modern-forms
Apache License 2.0
20 stars 5 forks source link

This plugin slows down Homebridge. The read handler for the characteristic 'Rotation Speed' was slow to respond! See https://git.io/JtMGR for more info. #13

Open dscheck opened 3 years ago

dscheck commented 3 years ago

I'm seeing these errors on the homebridge console.

https://git.io/JtMGR

[3/28/2021, 10:27:58 PM] [homebridge-modern-forms] This plugin slows down Homebridge. The read handler for the characteristic 'Rotation Speed' was slow to respond! See https://git.io/JtMGR for more info. [3/28/2021, 10:27:58 PM] [homebridge-modern-forms] This plugin slows down Homebridge. The read handler for the characteristic 'Rotation Direction' was slow to respond! See https://git.io/JtMGR for more info. [3/28/2021, 10:27:58 PM] [homebridge-modern-forms] This plugin slows down Homebridge. The read handler for the characteristic 'On' was slow to respond! See https://git.io/JtMGR for more info. [3/28/2021, 10:27:58 PM] [homebridge-modern-forms] This plugin slows down Homebridge. The read handler for the characteristic 'Brightness' was slow to respond! See https://git.io/JtMGR for more info. [3/28/2021, 10:28:04 PM] [homebridge-modern-forms] This plugin slows down Homebridge. The read handler for the characteristic 'On' didn't respond at all!. Please check that you properly call the callback! See https://git.io/JtMGR for more info. [3/28/2021, 10:28:04 PM] [homebridge-modern-forms] This plugin slows down Homebridge. The read handler for the characteristic 'Rotation Speed' didn't respond at all!. Please check that you properly call the callback! See https://git.io/JtMGR for more info. [3/28/2021, 10:28:04 PM] [homebridge-modern-forms] This plugin slows down Homebridge. The read handler for the characteristic 'Rotation Direction' didn't respond at all!. Please check that you properly call the callback! See https://git.io/JtMGR for more info. [3/28/2021, 10:28:04 PM] [homebridge-modern-forms] This plugin slows down Homebridge. The read handler for the characteristic 'On' didn't respond at all!. Please check that you properly call the callback! See https://git.io/JtMGR for more info. [3/28/2021, 10:28:04 PM] [homebridge-modern-forms] This plugin slows down Homebridge. The read handler for the characteristic 'Brightness' didn't respond at all!. Please check that you properly call the callback! See https://git.io/JtMGR for more info.

MarcusSi2023 commented 3 years ago

I too am.

oscarelloo commented 2 years ago

Same here. Did anyone try to move the plugin to a child bridge?