Hallo,
da das Wetter mit Yahoo nicht zuverlässig ist, wollte ich OpenWeatherMap testen.
Es kommt no binding available , das Wetter Binding ist im Addons-Odner, sonst würde ja auch Yahoo nicht gehen.
Ausgabe in der Console:
Openhab.cfg
Getestet mit Wetterbinding 1.83 und 1.90
Hat jemand das Wetterbinding mit OpenWeatherMap am laufen und kann mir einen Tip geben, bzw. auf welchen Wetteranbieter setzt ihr so ?
Grüße Talli
da das Wetter mit Yahoo nicht zuverlässig ist, wollte ich OpenWeatherMap testen.
Es kommt no binding available , das Wetter Binding ist im Addons-Odner, sonst würde ja auch Yahoo nicht gehen.
Ausgabe in der Console:
Code:
osgi> 2017-01-01 13:04:04.249 [INFO ] [o.o.b.w.i.common.WeatherConfig] - ProviderConfig[providerName =OPENWEATHERMAP,apiKey=9d0c324894e65e2c597bbxa76da0924e] 2017-01-01 13:04:04.263 [INFO ] [o.o.b.w.i.common.WeatherConfig] - LocationConfig[providerName=OPENW EATHERMAP,language=de,updateInterval=15,latitude=51.05,longitude=13.74,woeid=<null>,locationId=Dresden2,name=Dresden2] 2017-01-01 13:04:04.316 [INFO ] [o.o.b.w.i.common.WeatherConfig] - LocationConfig[providerName=YAHOO ,language=de,updateInterval=20,latitude=<null>,longitude=<null>,woeid=645686,locationId=Dresden,name=Dresden] 2017-01-01 13:04:07.352 [INFO ] [.o.b.w.i.s.WeatherJobScheduler] - Disabling weather locationId 'Dresden2', no binding available 2017-01-01 13:04:07.362 [INFO ] [.o.b.w.i.s.WeatherJobScheduler] - Starting and scheduling weatherJob-Dresden with interval of 20 minutes
Code:
############################## Weather Binding ############################## weather:apikey.OpenWeatherMap=9d0c324894e65e2c597bbxa76da0924e # weather:location.Dresden.name=Dresden weather:location.Dresden.woeid=645686 weather:location.Dresden.provider=Yahoo weather:location.Dresden.language=de weather:location.Dresden.updateInterval=20 weather:location.Dresden2.name=Dresden2 weather:location.Dresden2.latitude=51.05 weather:location.Dresden2.longitude=13.74 weather:location.Dresden2.provider=OpenWeatherMap weather:location.Dresden2.language=de weather:location.Dresden2.updateInterval=15
Hat jemand das Wetterbinding mit OpenWeatherMap am laufen und kann mir einen Tip geben, bzw. auf welchen Wetteranbieter setzt ihr so ?
Grüße Talli
Kommentar