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

This plugin slows down Homebridge

Open bpratt107 opened this issue 1 year ago • 1 comments

-Current setup is running on an rPi4, 4GB ram, homebridge-weather v1.13.1 homebridge-config-ui-x v4.50.1 -Homebridge weather is not running on it's own child-bridge (can't seem to this anyways?) -Looks like relative humidity doesn't respond at all currently.

Homebridge Logs [15/10/2022, 19:02:38] [homebridge-weather] 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. [15/10/2022, 19:02:38] [homebridge-weather] 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. [15/10/2022, 19:02:38] [homebridge-weather] 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. [15/10/2022, 19:02:40] [Outside Temp] Fetched humidity value 78% of type 'current' for accessory Outside Temp [15/10/2022, 19:02:40] [Outside Temp] Fetched temperature value 14.89deg of type 'current' for accessory Outside Temp [15/10/2022, 19:02:44] [homebridge-weather] 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. [15/10/2022, 19:02:45] [Cloudiness] Fetched cloudiness value 100% of type 'clouds' for accessory Cloudiness

Weather JSON settings (2 accessories)

{ "accessory": "Weather", "apikey": "functioningkey", "name": "Outside Temp", "locationById": "functioninglocation", "showHumidity": true, "nameHumidity": "Outside Humidity", "showTemperature": true, "type": "current", "pollingInterval": 5 } { "accessory": "Weather", "apikey": "functioningkey", "locationById": "functioninglocation", "name": "Cloudiness", "type": "clouds", "pollingInterval": 5, "showHumidity": false, "showTemperature": false }

bpratt107 avatar Oct 16 '22 06:10 bpratt107

Just to be sure... Can you open this URL in your Browser with your API Key? https://api.openweathermap.org/data/2.5/weather?lat=44.34&lon=10.99&appid=<<YOURAPPID>> What does it say?

werthdavid avatar Oct 17 '22 06:10 werthdavid