anand-p-r / fmi-hass-custom

Home Assistant Custom Component Supporting FMI Based Weather and Sensor Platforms
MIT License
58 stars 21 forks source link

Observation data possible? #56

Open confuu opened 2 years ago

confuu commented 2 years ago

Component is not showing latest observation data as a current weather condition. Seems to be using fmi forecast data as a current temperature/weather. Would it be possible to use fmi's observation data to show current conditions because observation data is more accurate for current weather conditions?

Kuitsi commented 2 years ago

I'll second that. One thing to consider is that there are no real fmi weather stations for each forecasted location so in this case is should return data from closest location.

cruwaller commented 2 months ago

Hey, is this still valid? I checked the current code and look like it uses weather data correctly. Closest location is fetch by coordinates using fmi's opendata interface.