Weather Binding "CommonId not found" since upgrad 1.8.0

Sorry I did not get it.

I think I am not using something special.
Here is my config of my primary weather provider:

Number home_Temperatur “Temperatur [%.1f °C]” { weather=“locationId=home, type=temperature, property=current” }
Number home_Temperatur_Min “Temperatur min [%.1f °C]” { weather=“locationId=home, forecast=0, type=temperature, property=min” }
Number home_Temperatur_Max “Temperatur max [%.1f °C]” { weather=“locationId=home, forecast=0, type=temperature, property=max” }

Number home_Temperatur_Feel “Temperatur gefühlt [%.1f °C]” { weather=“locationId=home, type=temperature, property=feel” }
Number home_Temperatur_Taupunkt “Taupunkt [%.1f °C]” { weather=“locationId=home, type=temperature, property=dewpoint” }
Number home_Luftfeuchtigkeit “Luftfeuchte [%d %%]” { weather=“locationId=home, type=atmosphere, property=humidity” }
Number home_Luftdruck “Luftdruck [%.0f mb]” { weather=“locationId=home, type=atmosphere, property=pressure” }
Number home_Bewoelkung “Bewölkung [%.0f %%]” { weather=“locationId=home, type=clouds, property=percent” }
String home_Wetter “Wetter [%s]” { weather=“locationId=home, type=condition, property=text” }
Number home_Regen “Regen [%.2f mm/h]” { weather=“locationId=home, type=precipitation, property=rain” }
Number home_Vorhersage “Regenwahrscheinlichkeit [%d %%]” { weather=“locationId=home, type=precipitation, property=probability” }
Number home_Windgeschwindigkeit “Windgeschwindigkeit [%.0f km/h]” { weather=“locationId=home, type=wind, property=speed” }
String home_Windrichtung “Windrichtung [%s]” { weather=“locationId=home, type=wind, property=direction” }
Number home_Windrichtung_Grad “Windrichtung [%d°]” { weather=“locationId=home, type=wind, property=degree” }
Number home_Ozon “Ozon [%d ppm]” { weather=“locationId=home, type=atmosphere, property=ozone” }
Number home_Niederschlag “Niederschlagswahrscheinlichkeit [%d %%]” { weather=“locationId=home, forecast=0, type=precipitation, property=probability” }
Number home_Regen_Pro “Nierschlag Regen [%.2f mm/h]” { weather=“locationId=home, forecast=0, type=precipitation, property=rain” }
Number home_Schnee_Pro “Niederschalg Schnee [%.2f mm/h]” { weather=“locationId=home, forecast=0, type=precipitation, property=snow” }
Number home_Temperatur_Zeitraum “Temperatur - Zeitraum”
DateTime home_Letztes_Update “Letztes Update [%1$td.%1$tm.%1$tY %1$tH:%1$tM]” { weather=“locationId=home, type=condition, property=lastUpdate” }

Do you mean, some features where removed? Because the complete addon did not get any data. Are was no updates in the event.log regarding weather data.

Kind regrads
Manuel

The item token was removed some time ago, so entries in your web view like ${item:WeatherWind.value} don’t work in the current binding. Later, Yahoo! changed their weather API so that there is no longer a practical way to take a lat,long as input to produce a woeid, so for Yahoo provider you have to specify woeid in your openhab.cfg. Any recent hiccups are due (I think) to changes or problems with the weather API provider(s).

First of all I’m not using Yahoo. So this will not cause any trouble.

The removal of the item token will require updating my item.cfg file. Or do I have to update my sitemap.cfg file or both?
I’ve just read the wiki page of the weather plugin multiple times and don’t understand how to change my configs to have a valid and working one. The docu only refers to a new config “html layout” section. Also I don’t understand how to refer to multiple data providers.

Maybe someone can post a short example for the item.cfg and sitemap.cfg.

Thanks a lot

buedy have you opened your config in openhab designer? It does a reasonably good job at picking up and highlighting errors in your config

Hello

Yes, I do all my configs with the openhab designer. There are no errors.

Hi there,
since yesterday I quite often started to receive such error with Yahoo Weather Binding:

CommonId not found: CommonIdHandler[provider=YAHOO,id=<null>,icon=<null>]

And temperature is not updated. Am I the only one? What could be the reason?

Same here.

Same here.

Hre are the logs I can find with the weather binding since the 5th of November (OH2 snapshot 554):

2016-11-07 07:49:22.691 [WARN ] [ther.internal.parser.CommonIdHandler] - CommonId not found: CommonIdHandler[provider=WUNDERGROUND,id=<null>,icon=<null>]
2016-11-07 07:49:22.707 [WARN ] [eather.internal.bus.WeatherPublisher] - Weather forecast day 0 not available for locationId 'home', only 0 available
2016-11-07 07:49:22.717 [WARN ] [eather.internal.bus.WeatherPublisher] - Weather forecast day 0 not available for locationId 'home', only 0 available
2016-11-07 07:49:22.722 [WARN ] [eather.internal.bus.WeatherPublisher] - Weather forecast day 0 not available for locationId 'home', only 0 available


2016-11-09 03:19:27.673 [WARN ] [ther.internal.parser.CommonIdHandler] - CommonId not found: CommonIdHandler[provider=WUNDERGROUND,id=<null>,icon=<null>]
2016-11-09 03:19:27.692 [WARN ] [eather.internal.bus.WeatherPublisher] - Weather forecast day 0 not available for locationId 'home', only 0 available
2016-11-09 03:19:27.699 [WARN ] [eather.internal.bus.WeatherPublisher] - Weather forecast day 0 not available for locationId 'home', only 0 available
2016-11-09 03:19:27.706 [WARN ] [eather.internal.bus.WeatherPublisher] - Weather forecast day 0 not available for locationId 'home', only 0 available


2016-11-09 22:19:32.119 [ERROR] [nal.provider.AbstractWeatherProvider] - WUNDERGROUND[home]: Can't retreive weather data: HTTP/1.0 504 Gateway Time-out
2016-11-09 22:19:32.127 [WARN ] [eather.internal.bus.WeatherPublisher] - Weather forecast day 0 not available for locationId 'home', only 0 available
2016-11-09 22:19:32.142 [WARN ] [eather.internal.bus.WeatherPublisher] - Weather forecast day 0 not available for locationId 'home', only 0 available
2016-11-09 22:19:32.147 [WARN ] [eather.internal.bus.WeatherPublisher] - Weather forecast day 0 not available for locationId 'home', only 0 available

It looks like the error only occured sometimes.

Same here …

I’m getting the same error. Works sometimes, then stops, then restarts. Even without restarting OH. Any ideas out there? Using Yahoo.

Hi All! Same problem here… :frowning: Does anyone have a solution??

2017-01-22 14:08:57.876 [WARN ] [o.b.w.i.parser.CommonIdHandler] - CommonId not found: CommonIdHandler[provider=YAHOO,id=,icon=]

same problem here!
Why?

Can anyone help us with this intermittent problem? Is there something we can do like extending the timeout on weather service or suchlike?

Same goes for me!
I have noticed that it works some times but not most of the time it fails…

I’m on build #743 using open-weather-map with no problems to be observed!

Same here.

2017-01-24 17:05:29.098 [WARN ] [o.b.w.i.parser.CommonIdHandler] - CommonId not
found: CommonIdHandler[provider=YAHOO,id=,icon=]

at the and I migrate to the new OH 2 also for that problem!

it is some days that seems to work?
in my log file there are not “WARN” about Yahoo

Yes, my yahoo weather has worked better the last few days as well.