Weather Binding config error

Hi,
i got following error

2016-06-07 15:56:05.955 [ERROR] [org.apache.felix.configadmin ] - [org.osgi.service.cm.ManagedService, org.osgi.service.event.EventHandler, id=315, bundle=204/mvn:org.openhab.binding/org.openhab.binding.weather/1.9.0-SNAPSHOT]: Updating property weather of configuration org.openhab.weather caused a problem: Malformed location property ‘location.zuhause_OWM’, please check your openhab.cfg!
org.osgi.service.cm.ConfigurationException: weather : Malformed location property ‘location.zuhause_OWM’, please check your openhab.cfg!
at org.openhab.binding.weather.internal.common.WeatherConfig.parseLocation(WeatherConfig.java:118)[204:org.openhab.binding.weather:1.9.0.201605310110]
at org.openhab.binding.weather.internal.common.WeatherConfig.parse(WeatherConfig.java:80)[204:org.openhab.binding.weather:1.9.0.201605310110]
at org.openhab.binding.weather.internal.bus.WeatherBinding.updated(WeatherBinding.java:77)[204:org.openhab.binding.weather:1.9.0.201605310110]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updated(ManagedServiceTracker.java:189)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updateService(ManagedServiceTracker.java:152)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.provideConfiguration(ManagedServiceTracker.java:85)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.ConfigurationManager$UpdateConfiguration.run(ConfigurationManager.java:1753)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.UpdateThread.run0(UpdateThread.java:143)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:110)[7:org.apache.felix.configadmin:1.8.8]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_91]

with this config

The apikey for the different weather providers, at least one must be specified

Note: Hamweather requires two apikeys: client_id=apikey, client_secret=apikey2

#apikey.ForecastIo=
apikey.OpenWeatherMap=xxxxxxxxxxxxxxxxxxxxxx
#apikey.WorldWeatherOnline=
#apikey.Wunderground=
#apikey.Hamweather=
#apikey2.Hamweather=

location.home_OWM.latitude=49.7542
location.home_OWM.longitude=8.48142
location.home_OWM.provider=OpenWeatherMap
location.home_OWM.language=de
location.home_OWM.updateInterval=10

i do not seen my failure. Can someone help my ?

Sorry,

zuhause_OWM where my old location ID. I’ve renamed it for troubleshooting to home_OWM.

Now i deinstalled the weather binding complete.
Removed the old config file.
the new one is “empty”

The apikey for the different weather providers, at least one must be specified

Note: Hamweather requires two apikeys: client_id=apikey, client_secret=apikey2

#apikey.ForecastIo=
#apikey.OpenWeatherMap=
#apikey.WorldWeatherOnline=
#apikey.Wunderground=
#apikey.Hamweather=
#apikey2.Hamweather=

location configuration, you can specify multiple locations

#location..name=
#location..latitude= (not required for Yahoo provider)
#location..longitude= (not required for Yahoo provider)
#location..woeid= (required for Yahoo provider)
#location..provider=
#location..language=
#location..updateInterval=

and still i got following

2016-06-07 17:16:20.016 [ERROR] [org.apache.felix.configadmin ] - [org.osgi.service.cm.ManagedService, org.osgi.service.event.EventHandler, id=350, bundle=209/mvn:org.openhab.binding/org.openhab.binding.weather/1.9.0-SNAPSHOT]: Updating property weather of configuration org.openhab.weather caused a problem: Malformed location property ‘location.zuhause_OWM’, please check your openhab.cfg!
org.osgi.service.cm.ConfigurationException: weather : Malformed location property ‘location.zuhause_OWM’, please check your openhab.cfg!
at org.openhab.binding.weather.internal.common.WeatherConfig.parseLocation(WeatherConfig.java:118)[209:org.openhab.binding.weather:1.9.0.201606070111]
at org.openhab.binding.weather.internal.common.WeatherConfig.parse(WeatherConfig.java:80)[209:org.openhab.binding.weather:1.9.0.201606070111]
at org.openhab.binding.weather.internal.bus.WeatherBinding.updated(WeatherBinding.java:77)[209:org.openhab.binding.weather:1.9.0.201606070111]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updated(ManagedServiceTracker.java:189)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.updateService(ManagedServiceTracker.java:152)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.helper.ManagedServiceTracker.provideConfiguration(ManagedServiceTracker.java:85)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.provide(ConfigurationManager.java:1444)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.run(ConfigurationManager.java:1400)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.UpdateThread.run0(UpdateThread.java:143)[7:org.apache.felix.configadmin:1.8.8]
at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:110)[7:org.apache.felix.configadmin:1.8.8]
at java.lang.Thread.run(Thread.java:745)[:1.8.0_91]
2016-06-07 17:16:20.026 [INFO ] [smarthome.event.ExtensionEvent ] - Extension ‘binding-weather’ has been installed.

is ther any config cache ?