homebridge-script2 icon indicating copy to clipboard operation
homebridge-script2 copied to clipboard

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

Open ruihua-code opened this issue 3 years ago • 1 comments

  • 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.

ruihua-code avatar Mar 09 '22 08:03 ruihua-code

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.

pponce avatar Mar 09 '22 18:03 pponce