johnanthonyeletto / homebridge-windmill-ac

Apache License 2.0
8 stars 1 forks source link

Plugin Slows Down Homebridge #7

Open qBitnaut opened 4 months ago

qBitnaut commented 4 months ago

Describe The Bug: I hope this still has some light maintenance at least. Repeatedly getting the following Slow to Respond and Didn't Respond at All errors from Homebridge. With this I'm seeing over 22,000 hits to [dashboard.windmillair.com] (http://dns1.local/admin/queries.php?domain=dashboard.windmillair.com) in a < 24 hour period.

To Reproduce: The AC is installed with Homebridge and running in cool mode at idle. No interaction. On interaction to adjust, significant delay or inaccurate settings appear, such as 30 seconds or non-responsive to adjusting temperature.

Expected behavior: Responsive adjustments, less traffic, and error free in Homebridge.

Logs:

[5/5/2024, 4:44:49 PM] [homebridge-windmill-ac] This plugin slows down Homebridge. The read handler for the characteristic 'Current Heating Cooling State' was slow to respond! See https://homebridge.io/w/JtMGR for more info. [5/5/2024, 4:44:49 PM] [homebridge-windmill-ac] This plugin slows down Homebridge. The read handler for the characteristic 'Target Heating Cooling State' was slow to respond! See https://homebridge.io/w/JtMGR for more info. [5/5/2024, 4:44:49 PM] [homebridge-windmill-ac] 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. [5/5/2024, 4:44:49 PM] [homebridge-windmill-ac] This plugin slows down Homebridge. The read handler for the characteristic 'Target Temperature' was slow to respond! See https://homebridge.io/w/JtMGR for more info. [5/5/2024, 4:44:49 PM] [homebridge-windmill-ac] This plugin slows down Homebridge. The read handler for the characteristic 'Active' was slow to respond! See https://homebridge.io/w/JtMGR for more info. [5/5/2024, 4:44:49 PM] [homebridge-windmill-ac] This plugin slows down Homebridge. The read handler for the characteristic 'Rotation Speed' was slow to respond! See https://homebridge.io/w/JtMGR for more info. [5/5/2024, 4:44:55 PM] [homebridge-windmill-ac] This plugin slows down Homebridge. The read handler for the characteristic 'Current Heating Cooling State' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. [5/5/2024, 4:44:55 PM] [homebridge-windmill-ac] This plugin slows down Homebridge. The read handler for the characteristic 'Target Heating Cooling State' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. [5/5/2024, 4:44:55 PM] [homebridge-windmill-ac] 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. [5/5/2024, 4:44:55 PM] [homebridge-windmill-ac] This plugin slows down Homebridge. The read handler for the characteristic 'Target Temperature' didn't respond at all!. Please check that you properly call the callback! See https://homebridge.io/w/JtMGR for more info. [5/5/2024, 4:44:55 PM] [homebridge-windmill-ac] 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. [5/5/2024, 4:44:55 PM] [homebridge-windmill-ac] 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.

Plugin Config:

Show your Homebridge config.json here, remove any sensitive information.

{ "bridge": { "name": "Homebridge ID", "username": "UNAME", "port": 51330, "pin": "PIN", "advertiser": "ciao", "bind": [] }, "accessories": [ { "name": "Office AC", "token": "TOKEN", "accessory": "HomebridgeWindmillAC" } ], "platforms": [ { "name": "Config", "port": 8581, "platform": "config" } ] } Screenshots:

Environment: