Fmiweather Binding: Unexpected API response

My fmiweather Binding stopped getting new data from the FMI Webservice after 2021-05-17T22:00:00Z 10:20. Does some experience the same issue? Since then the log shows Unexpected API response: No locations in response – no data?

2021-05-19 21:05:47.866 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing ‘fmiweather:forecast:forecast_Bonn’ changed from OFFLINE (COMMUNICATION_ERROR): Unexpected API response: No locations in response – no data? Aborting to OFFLINE (COMMUNICATION_ERROR): FMIIOException: java.io.IOException: java.util.concurrent.ExecutionException: java.io.EOFException: HttpConnectionOverHTTP@d94eba::DecryptedEndPoint@1a760a2{opendata.fmi.fi/193.166.221.39:443<->/192.168.1.12:48662,OPEN,fill=-,flush=-,to=1200079/0}

Setting the loglevel of the package org.openhab.binding.fmiweather to DEBUG gets this output:

2021-05-19 21:05:49.863 [DEBUG] [ng.fmiweather.internal.client.Client] - Request org.openhab.binding.fmiweather.internal.client.ForecastRequest@1d7f4d1 translated to url https://opendata.fmi.fi/wfs?service=WFS&version=2.0.0&request=getFeature&storedquery_id=fmi::forecast::hirlam::surface::point::multipointcoverage&starttime=2021-05-19T19:00:00Z&endtime=2021-05-21T21:20:00Z&timestep=20&latlon=50.711749,7.101946&parameters=Temperature,Humidity,WindDirection,WindSpeedMS,WindGust,Pressure,Precipitation1h,TotalCloudCover,WeatherSymbol3. Response: FMIResponse({})

The url gests a response (wfs.xml) which looks quite ok to me, but I have no clue and probably something has been changed within the FMI output. At FMI I found no clues to any changes concerning the HIRLAM Weather service.
This ist my first post, hope I got the blockquotes right.

Hi, i’ve got the same problem since may 18…

Posted the question at FMI, if anything has been changed this Tuesday with the WFS Service “fmi::forecast::hirlam::surface::point::multipointcoverage”.

Filed a bugreport at GitHub - openhab/openhab-addons: Add-ons for openHAB

2021-05-23T22:00:00Z: Response from FMI: FMI support checked their discussion channel, where they inform all kind of techinical changes, but did’t find anything suitable from that day.

1 Like

I have the same problem using OpenHab 3.1.0.M4.

1 Like

same for me, could be caused by the api change?
https://github.com/openhab/openhab-addons/commit/572fd3ddeda61484f1367bce905fb6c18faf37ce#diff-fbdb9b69a5fd58377722b580c0ec0a243720b6d053e736583cbbfab61b79dfd8

As noted by @Numberone77 and @frest : “Issue is solved in OH 3.1.0.M5”: see #10765.

Thanks a lot!

thanks for the fix, so how i can fix the link ? can you explain the procedure ? thanks a lot

It will be fixed within the upcomimg openHAB 3.1, currently at Milestone 5

For more information:

thanks for your reply :wink: