Dear all,
to check which is the best API for weatherforecast I defined 3 different suppliers. Unfortunally it looks like, that they will not be request.
It looks like that configuration of openhab.cfg is corretct, extract from openhab.log
2015-08-16 17:19:49.701 [INFO ] [o.o.b.w.i.common.WeatherConfig] - ProviderConfig[providerName=WUNDERGROUND,apiKey=xxx]
2015-08-16 17:19:49.711 [INFO ] [o.o.b.w.i.common.WeatherConfig] - ProviderConfig[providerName=WORLDWEATHERONLINE,apiKey=xxx]
2015-08-16 17:19:49.712 [INFO ] [o.o.b.w.i.common.WeatherConfig] - ProviderConfig[providerName=FORECASTIO,apiKey=xxx]
2015-08-16 17:19:49.714 [INFO ] [o.o.b.w.i.common.WeatherConfig] - LocationConfig[providerName=WORLDWEATHERONLINE,language=de,updateInterval=10,latitude=49.3321,longitude=11.0302,locationId=WWO_DE_SC,name=Schwabach, DE]
2015-08-16 17:19:49.722 [INFO ] [o.o.b.w.i.common.WeatherConfig] - LocationConfig[providerName=WUNDERGROUND,language=de,updateInterval=10,latitude=49.3321,longitude=11.0302,locationId=WG_DE_SC,name=Schwabach, DE]
2015-08-16 17:19:49.723 [INFO ] [o.o.b.w.i.common.WeatherConfig] - LocationConfig[providerName=FORECASTIO,language=de,updateInterval=10,latitude=49.3321,longitude=11.0302,locationId=FIO_DE_SC,name=Schwabach, DE]
extract from default.items
Number TempAct_FIO_SC “FIO” {weather=“locationId=FIO_DE_SC, type=temperature, property=current”}
Number TempAct_WWO_SC “World Weather Online” {weather=“locationId=WWO_DE_SC, type=temperature, property=current”}
Number TempAct_WG_SC “Wunderground” {weather=“locationId=WG_DE_SC, type=temperature, property=current”}
I updated openhab v1.71 including weather binding.
Is it necessary to use openhab-addon-action-weather ?
Thanks in advance,
madler