naofireblade / homebridge-weather-plus

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

Unknown OpenWeatherMap category 201 #116

Closed ggiese2000 closed 4 years ago

ggiese2000 commented 4 years ago

After installing the Plugins works fine - kudos.

Only I get the reoccurring error: Unknown OpenWeatherMap category 201 and also: Unknown OpenWeatherMap category 200 my config.json: { "platform": "WeatherPlus", "service": "openweathermap", "key": "xxxxxxxxxxxx", "locationId": 2855745, "locationCity": "Paderborn, DE", "locationGeo": [ xxxx, xxxx ], "compatibility": "both", "conditionCategory": "detailed", "forecast": [ 0, 1 ], "hidden": [ "CloudCover", "DewPoint" ], "interval": 5, "language": "en", "nameNow": "Paderborn", "nameForecast": "Paderborn Forecast", "now": true, "units": "metric" }

naofireblade commented 4 years ago

Thanks!