Weather Bining

Hello,

ich have just configuerd the weather binding with Wunderground, but some information aren’t displayed:

openhab.cfg:

weather:apikey.Wunderground=c7e768d82dd166ea
weather:location.Heim.name=Morsbach
weather:location.Heim.latitude=50.864517
weather:location.Heim.longitude=7.737482
weather:location.Heim.provider=Wunderground
weather:location.Heim.language=DE
weather:location.Heim.updateInterval=10

Items

Number Speed {weather=“locationID=Heim, type=wind, property=speed”}
String Direction {weather=“locationID=Heim, type=wind, property=direction”}

Sitemap

Text item=Speed label=“Windgeschwindigkeit [%.2f km/h]” icon=“wind1”
Text item=Direction label=“Windrichtung [%.1f]” icon=“windrose”

Debug

WUNDERGROUND[Heim]:
Weather[Temperature[current=5.8,min=,max=,feel=3.0,dewpoint=-2.0],Atmosphere[humidity=58,visibility=,pressure=1030.0,pressureTrend=equal,ozone=,uvIndex=-1],Clouds[percent=],Condition[text=Clear,lastUpdate=Mon Mar 14 12:45:13 CET 2016,observationTime=Mon Mar 14 12:37:36 CET 2016,id=,icon=clear,commonId=sunny],Precipitation[rain=0.0,snow=0.0,probability=50,total=0.0],Wind[speed=11.3,direction=ESE,degree=112,gust=16.1,chill=3.0],Station[name=Friesenhagen-Muehlenseifen, Friesenhagen, RHEINLAND-PFALZ,id=IRHEINLA127,latitude=50.898106,longitude=7.807782],]

I can see, that the information is sent, but it is not displayed.
Has anyone an idea?
Pleas help.
many thanks.

Hans-Gerd

Please try

Number Speed {weather="locationId=Heim, type=wind, property=speed"}
String Direction {weather="locationId=Heim, type=wind, property=direction"}

(locationI_d_ instead of locationI_D_ )

And please delete your API-Key in your first posting :wink:

I think this might need to be

Text item=Direction  label="Windrichtung [%s]" icon="windrose"

since Direction is a String item.

Super, beides zusammen hat geholfen. Ich hab den Wald vor lauter Bäumen nicht mehr gesehen.

Danke