Weather Binding installed configured but not working

I’m testing OH2b2 and have installed the included Weather binding through Paper UI.

weather.cfg

apikey.ForecastIo=xxx

location.home-fio.name=FIO
location.home-fio.latitude=51.9
location.home-fio.longitude=4.6
location.home-fio.provider=ForecastIo
location.home-fio.language=NL
location.home-fio.updateInterval=10

Using log:tail in the console, I can see this:

08:56:17.074 [INFO ] [eather.internal.common.WeatherConfig] - ProviderConfig[providerName=FORECASTIO,apiKey=xxx]
LocationConfig[providerName=FORECASTIO,language=NL,updateInterval=10,latitude=51.9,longitude=4.6,woeid=<null>,locationId=home-fio,name=FIO]
08:56:20.078 [INFO ] [ternal.scheduler.WeatherJobScheduler] - Disabling weather locationId 'home-fio', no binding available

So it looks like the binding has been installed, the configuration is loaded, but I nevertheless can’t get the binding to work.

I have already tried to uninstall and reinstall the binding. No success.

Can anyone help out

I have resolved this myself. Had no binding items yet. When I added at least 1 item, the weather binding started working…