naofireblade / homebridge-weather-plus

A comprehensive weather plugin for homebridge.
MIT License
314 stars 63 forks source link

wunderground not working post Feb 17 outage #95

Closed brandoniske closed 4 years ago

brandoniske commented 4 years ago

I'm getting the following error in my homebridge debug log upon start up .

homebridge-weather-plus Error retrieving weather report and forecast +299ms homebridge-weather-plus Error Message: SyntaxError: Unexpected token < in JSON at position 0 +0ms

Temp and humidity are not populating appropriate values.

I'm on the latest homebridge-weather-plus release - I just updated earlier trying to resolve the issue. Checking my wunderground api account, it is showing under API Key Usage a significant spike in errors today (none previously). I know wunderground had an outage overnight and there was an announcement on their support site which is no longer there. I did see it work earlier today, but now, it's not working at all.

WRTHacker commented 4 years ago

Mee too, just install my PWS, all works well, even the myPWS App on IOS. However there are no data received by this plugin. Simple config: "platform": "WeatherPlus", "units": "metric", "interval": 15, "stations": [ { "displayName": "Lemgo WU", "service": "weatherunderground", "key": "my API key", "stationId": "ILXXXX", "compatibility": "both", "nameNow": "Lemgo jetzt", "now": true, "language": "de" } ] },

WRTHacker commented 4 years ago

I don't know why, but now after a further restart, it works ...

naofireblade commented 4 years ago

Ok I will close this issues as it seems to work again. I improved the error logging for Weather Underground in v3.1.2 to be able to investigate future issues better. Feel free to reopen this one or open a new issues if any problems occur.