Wunderground Weather binding error

Hi All,

Wondering if anyone has seen this error for the Weather binding config in OH1:

2016-11-10 14:22:25.658 [WARN ] [o.b.w.i.parser.CommonIdHandler] - CommonId not found: CommonIdHandler[provider=WUNDERGROUND,id=<null>,icon=<null>]
2016-11-10 14:22:25.658 [ERROR] [.w.i.p.AbstractWeatherProvider] - WUNDERGROUND[whome]: Can't retreive weather data: keynotfound

Here is my openhab.cfg settings:

weather:apikey.Wunderground=key

weather:location.whome.name=Kanata2
weather:location.whome.latitude=xx.xxxxxx
weather:location.whome.longitude=yy.yyyyyy
#weather:location.<locationId2>.woeid=
weather:location.whome.provider=Wunderground
weather:location.whome.language=en
weather:location.whome.updateInterval=15

Here is my items file:

Number   Weather_UV          "UV Index [%d]"               (weather)   {weather="locationId=whome, type=atmosphere, property=uvIndex, scale=0"}

I’ve doubled checked my API key. It’s correct.
The funny thing is I get the correct data sometimes while other times I get an undefined returned.

Thanks,
Randy

I get the same problem. Sometimes the meteo is tehre, sometine not. I saw the same error. Our config are really look alike.

weather:location.home.name= home
weather:location.home.latitude=xx.xxxxx
weather:location.home.longitude=-yy.yyyyy
#weather:location.<locationId1>.woeid=
weather:location.home.provider=Wunderground
weather:location.home.language=fr
weather:location.home.updateInterval=15

If you go to your account on the wunderground website you can have some info on how many call you do per day. I got 2 day without the same amount. Can be an additional tool to troubleshoot.

Did you find something?

I’ll continue working on that on my side.

Hi Patrick,

Since posting this thread, I haven’t received many errors. Very intermittent. Given this behaviour, I think the problem is on Wunderground’s end.

Randy

Same here, but currently its working.
Marcel

You guys use another site that is more stable?

I think Randy might be right, probably wunderground’s end.

I’m trying to get yahoo to work but i got nothing so far…