briis / hass-weatherflow

Home Assistant Integration for WeatherFlow Stations
MIT License
69 stars 11 forks source link

Hourly Weather Broke in 8.0 #73

Closed Colorado4Wheeler closed 11 months ago

Colorado4Wheeler commented 1 year ago

After upgrading to 2023.8.0 I have noticed that the hourly weather no longer populates/renders properly. I'm not sure if this is transitory and will go away or if it's something that just plain broke in 8.0.

image image

Colorado4Wheeler commented 1 year ago

Actually, looking at the states of the hourly I can see it's all there so it's just the UI that is incorrectly displaying:

friendly_name: Weatherflow Hourly based Forecast
temperature: 75
temperature_unit: °F
humidity: 51
pressure: 30.16
pressure_unit: inHg
wind_bearing: 98
wind_speed: 1
wind_speed_unit: mph
visibility: 91.1
visibility_unit: mi
precipitation_unit: in
forecast:
  - datetime: '2023-08-04T16:00:00+00:00'
    precipitation_probability: 0
    condition: sunny
    wind_bearing: 161
    wind_gust: 2.2
    feels_like: 75.2
    uv_index: 4
    temperature: 75
    wind_speed: 2.2
    precipitation: 0
JGKarlin commented 1 year ago

Same here.

lukebrannon1 commented 1 year ago

Same for me.

Colorado4Wheeler commented 1 year ago

This seems to be with HA and not the plugin (or perhaps a change to HA that multiple extensions have not implemented) because I also see it in my National Weather Service hourly as well:

image

Colorado4Wheeler commented 1 year ago

Reported on HA Core: https://github.com/home-assistant/core/issues/97787