Hallo ....
ich habe es dann heute geschafft das logging umzustellen.
Code: Alles auswählen
2018-12-20 15:10:48.024 [DEBUG] [org.openhab.binding.weather ] - ServiceEvent REGISTERED - {org.osgi.service.cm.ManagedService, org.osgi.service.event.EventHandler}={service.id=348, service.bundleid=224, service.scope=bundle, event.topics=openhab/command/*, service.pid=org.openhab.weather, component.name=org.openhab.binding.weather, component.id=216} - org.openhab.binding.weather
2018-12-20 15:10:48.030 [DEBUG] [org.openhab.binding.weather ] - ServiceEvent REGISTERED - {org.openhab.model.item.binding.BindingConfigReader, org.openhab.binding.weather.WeatherBindingProvider}={service.id=346, service.bundleid=224, service.scope=bundle, component.name=org.openhab.binding.weather.genericbindingprovider, component.id=217} - org.openhab.binding.weather
2018-12-20 15:10:48.081 [DEBUG] [org.openhab.binding.weather ] - ServiceEvent REGISTERED - {javax.servlet.ServletContext}={osgi.web.version=1.12.0, osgi.web.contextpath=/, service.id=349, osgi.web.symbolicname=org.openhab.binding.weather, service.bundleid=224, service.scope=singleton, osgi.web.contextname=custom} - org.openhab.binding.weather
2018-12-20 15:10:51.241 [ERROR] [nal.provider.AbstractWeatherProvider] - OPENWEATHERMAP[Holssel]: Can't retreive weather data: Invalid API key. Please see http://openweathermap.org/faq#error401 for more info.
2018-12-20 15:10:51.241 [ERROR] [nal.provider.AbstractWeatherProvider] - OPENWEATHERMAP[Beckrath]: Can't retreive weather data: Invalid API key. Please see http://openweathermap.org/faq#error401 for more info.
2018-12-20 15:10:51.250 [DEBUG] [nal.provider.AbstractWeatherProvider] - OPENWEATHERMAP[Holssel]: Weather[Temperature[current=7.0,min=7.0,max=7.0,feel=6.285928653806354,dewpoint=<null>],Atmosphere[humidity=87,visibility=<null>,pressure=1009.0,pressureTrend=<null>,ozone=<null>,uvIndex=<null>],Clouds[percent=75],Condition[text=Überwiegend bewölkt,lastUpdate=Thu Dec 20 15:10:51 CET 2018,observationTime=Thu Dec 20 14:20:00 CET 2018,id=803,icon=04d,commonId=mostly-cloudy-day],Precipitation[rain=0.0,snow=0.0,probability=<null>,total=<null>],Wind[speed=11.159999991072,direction=S,degree=180,gust=<null>,chill=<null>],Station[name=Feldsating,id=<null>,latitude=53xxx,longitude=8xxx,altitude=<null>],Invalid API key. Please see http://openweathermap.org/faq#error401 for more info.]
2018-12-20 15:10:51.253 [DEBUG] [nal.provider.AbstractWeatherProvider] - OPENWEATHERMAP[Beckrath]: Weather[Temperature[current=8.38,min=8.0,max=9.0,feel=8.143503834943207,dewpoint=<null>],Atmosphere[humidity=87,visibility=<null>,pressure=1011.0,pressureTrend=<null>,ozone=<null>,uvIndex=<null>],Clouds[percent=75],Condition[text=Regenschauer,lastUpdate=Thu Dec 20 15:10:51 CET 2018,observationTime=Thu Dec 20 14:55:00 CET 2018,id=521,icon=09d,commonId=few-showers],Precipitation[rain=0.0,snow=0.0,probability=<null>,total=<null>],Wind[speed=11.159999991072,direction=SSW,degree=210,gust=<null>,chill=<null>],Station[name=Chur,id=<null>,latitude=51xxx,longitude=6xxx,altitude=<null>],Invalid API key. Please see http://openweathermap.org/faq#error401 for more info.]
Für mich als Laie sieht das doch gut aus was er da macht ?! warum dann die Fehlermeldung ??