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

The read handler for the characteristic 'On' didn't respond at all! #42

Open
ruihua-code opened this issue Mar 9, 2022 · 1 comment

Comments

@ruihua-code
Copy link

  • system: macOS Big Sur
  • node: v14.18.1
  • npm: 6.14.15

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.

image

image

thanks.

@pponce
Copy link
Owner

pponce commented Mar 9, 2022

Hi, you should definitely run this plugin as a bridged accessory in homebridge. That will insure it won’t slow things down.
Since this plugin relies on your own scripts to get the status of your device you may encounter things like this. You could try to set a timer in your script to return a default return value after X seconds.

I’ve not been able to spend any time on this plugin for a long time now. It should still work but there are other plugins that do similar things that are more actively developed.

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

2 participants