Support for openweathermap one-call-api daily forecasts

As raised elsewhere, it’s not currently possible to get a meaningful UK weather forecast using HA. It looks like this might be resolved soon for UK (and rest of the world too): https://community.home-assistant.io/t/convert-openweathermap-integration-to-use-one-call-api/186441

I’d therefore love Home Habit to support this when it goes live, so we can finally get weather forecasts into our dashboards.

Thanks.

Sounds like this is getting close to release in ha.

Seems like this is in now, though the forecast data is still all attributes inside the main weather entity. Weather forecast is still one of the few items. my dashboards are lacking. I’m guessing there is still no way to manually create sensors which would correctly reflect the weather icon, or better yet plans to support the forcast coming from the openweathermap weather entity?

The entity attributes in HA are as follows (looks like the first array entry is today at 11am, then each is 24 hours ahead):

temperature: 9.3
humidity: 87
pressure: 1027
wind_bearing: 320
wind_speed: 1.8
attribution: Data provided by OpenWeatherMap
forecast:
  - datetime: 1606042800000
    precipitation: null
    wind_speed: 1.52
    wind_bearing: 9
    condition: cloudy
    temperature: 11.1
    templow: 9.1
  - datetime: 1606129200000
    precipitation: null
    wind_speed: 3.68
    wind_bearing: 202
    condition: rainy
    temperature: 11.8
    templow: 7.8
  - datetime: 1606215600000
    precipitation: null
    wind_speed: 7.52
    wind_bearing: 181
    condition: rainy
    temperature: 11.6
    templow: 9.8
  - datetime: 1606302000000
    precipitation: 10
    wind_speed: 0.58
    wind_bearing: 343
    condition: rainy
    temperature: 11.4
    templow: 8.6
  - datetime: 1606388400000
    precipitation: null
    wind_speed: 3.59
    wind_bearing: 46
    condition: cloudy
    temperature: 9.1
    templow: 6.9
  - datetime: 1606474800000
    precipitation: null
    wind_speed: 4.21
    wind_bearing: 33
    condition: rainy
    temperature: 7.6
    templow: 3.3
  - datetime: 1606561200000
    precipitation: null
    wind_speed: 2.96
    wind_bearing: 69
    condition: cloudy
    temperature: 6.6
    templow: 2.5
  - datetime: 1606647600000
    precipitation: null
    wind_speed: 3.79
    wind_bearing: 111
    condition: cloudy
    temperature: 6.6
    templow: 4.1
friendly_name: OpenWeatherMap

Support for forecast data from Home Assistant weather components added in HomeHabit 11.0.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.