SteidlD / homebridge-inkbird-bt-thsensor

A homebridge-plugin for the Inkbird bluetooth temperature and humidity sensors.
GNU General Public License v3.0
8 stars 2 forks source link

Slowing homebridge down #19

Closed sythesigh closed 1 year ago

sythesigh commented 2 years ago

Hi, i keep getting this in my logs for this plugin, i was wondering if there was any way i can solve this?

[22/06/2022, 19:37:53] [homebridge-inkbird-bt-thsensor] This plugin slows down Homebridge. The read handler for the characteristic 'Current Temperature' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:53] [homebridge-inkbird-bt-thsensor] This plugin slows down Homebridge. The read handler for the characteristic 'External Sensor' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:53] [homebridge-inkbird-bt-thsensor] This plugin slows down Homebridge. The read handler for the characteristic 'Current Relative Humidity' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:53] [homebridge-inkbird-bt-thsensor] This plugin slows down Homebridge. The read handler for the characteristic 'Status Low Battery' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:53] [homebridge-inkbird-bt-thsensor] 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://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:58] [homebridge-inkbird-bt-thsensor] This plugin slows down Homebridge. The read handler for the characteristic 'Current Temperature' was slow to respond! See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:58] [homebridge-inkbird-bt-thsensor] This plugin slows down Homebridge. The read handler for the characteristic 'External Sensor' was slow to respond! See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:58] [homebridge-inkbird-bt-thsensor] This plugin slows down Homebridge. The read handler for the characteristic 'Current Relative Humidity' was slow to respond! See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:58] [homebridge-inkbird-bt-thsensor] This plugin slows down Homebridge. The read handler for the characteristic 'Status Low Battery' was slow to respond! See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:58] [homebridge-inkbird-bt-thsensor] This plugin slows down Homebridge. The read handler for the characteristic 'Battery Level' was slow to respond! See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:59] [homebridge-inkbird-bt-thsensor] This plugin generated a warning from the characteristic 'Current Temperature': characteristic value expected valid finite number and received "undefined" (undefined). See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:59] [homebridge-inkbird-bt-thsensor] This plugin generated a warning from the characteristic 'Current Relative Humidity': characteristic value expected valid finite number and received "undefined" (undefined). See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:59] [homebridge-inkbird-bt-thsensor] This plugin generated a warning from the characteristic 'External Sensor': characteristic value expected boolean and received undefined. See https://homebridge.io/w/JtMGR for more info. [22/06/2022, 19:37:59] [homebridge-inkbird-bt-thsensor] This plugin generated a warning from the characteristic 'Battery Level': characteristic value expected valid finite number and received "undefined" (undefined). See https://homebridge.io/w/JtMGR for more info.

SteidlD commented 1 year ago

see new issue #26 . I will close this one