pschroeder89 / homebridge-levoit-humidifiers

Levoit Humidifiers Plugin for Apple HomeKit via Homebridge
Apache License 2.0
70 stars 9 forks source link

Homebridge report plugin slow down #38

Closed qx1996 closed 1 year ago

qx1996 commented 1 year ago

[11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] This plugin slows down Homebridge. The read handler for the characteristic 'Active' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. [11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] This plugin slows down Homebridge. The read handler for the characteristic 'Current Humidifier-Dehumidifier State' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. [11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] 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. [11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] This plugin slows down Homebridge. The read handler for the characteristic 'Relative Humidity Humidifier Threshold' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. [11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] 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://homebridge.io/w/JtMGR for more info. [11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] 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://homebridge.io/w/JtMGR for more info. [11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] 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://homebridge.io/w/JtMGR for more info. [11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] 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. [11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] 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://homebridge.io/w/JtMGR for more info. [11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] 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://homebridge.io/w/JtMGR for more info. [11/30/2022, 6:36:00 PM] [homebridge-levoit-humidifiers] 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://homebridge.io/w/JtMGR for more info.

pschroeder89 commented 1 year ago

I'd recommend setting the plug-in up as a child bridge to prevent Homebridge slowdowns. Also, it looks like you're not getting a response back at all from VeSync before the timeout...what are your internet speeds?

qx1996 commented 1 year ago

I'm using AT&T 1000 Mb, the actual speed is about 70 mb/s

pschroeder89 commented 1 year ago

Are you still seeing this? The errors indicate that homebridge can't read the data from VeSync. Are you running your network through a proxy? Does the VeSync app work correctly?

pschroeder89 commented 1 year ago

@qx1996 did you get this resolved?