Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impossible to have the 5 day forecast #176

Open
CarpeDiem40 opened this issue Apr 25, 2024 · 17 comments
Open

impossible to have the 5 day forecast #176

CarpeDiem40 opened this issue Apr 25, 2024 · 17 comments

Comments

@CarpeDiem40
Copy link

Hy
With the latest version of HA-core 2024.4,x it's impossible to have the 5 day forecast.
Thanks for your help

@altserg
Copy link

altserg commented May 3, 2024

HASS weather forecast attribute has been removed, the card needs to be updated to use a new method to get the forecast

@CarpeDiem40
Copy link
Author

CarpeDiem40 commented May 3, 2024 via email

@parautenbach
Copy link

Screenshot 2024-05-04 at 08 17 29

@clintongormley
Copy link

The beta works for me 👍

@batja84
Copy link

batja84 commented May 4, 2024

The beta works for me 👍

Also in daily forecast? I got only hourly.
Screenshot 2024-05-04 212406

@CarpeDiem40
Copy link
Author

CarpeDiem40 commented May 4, 2024 via email

@CarpeDiem40
Copy link
Author

CarpeDiem40 commented May 4, 2024 via email

@clintongormley
Copy link

The beta works for me 👍

Also in daily forecast? I got only hourly.

Daily and hourly

Screenshot_2024-05-04-22-44-51-34_c3a231c25ed346e59462e84656a70e50.jpg

Thanks

@parautenbach
Copy link

Also in daily forecast? I got only hourly.

You need two weather entities: one for hourly and one for daily.

@batja84
Copy link

batja84 commented May 5, 2024

Also in daily forecast? I got only hourly.

You need two weather entities: one for hourly and one for daily.

The problem is, I don't have daily forecast at all.
Screenshot 2024-05-05 114917

But it's exists.
Screenshot 2024-05-05 115051

@parautenbach
Copy link

Must we guess your card config?

@batja84
Copy link

batja84 commented May 5, 2024

Must we guess your card config?

Screenshot 2024-05-05 120845 Screenshot 2024-05-05 120930

There is also problem with the time, but it's not very important.
Screenshot 2024-05-05 120714

@parautenbach
Copy link

@batja84 the same entity cannot provide both hourly and daily forecasts – you're using the same entity in both cards. You can see the option on your integrations settings: only one is selected. You need to configure a second instance of OWM. But, the OWM only allows one per exact location, so you need to slightly change the GPS coordinates to get past that.

@batja84
Copy link

batja84 commented May 5, 2024

the same entity cannot provide both hourly and daily forecasts

I don't need both. I just need the daily forecast. I took these screenshots to show that only the hourly forecast is working, they are from the same entity. Before all these problems started, I could change from daily to hourly and back, and everything was fine. Now I can only see the hourly forecast, but with the daily forecast, I get an empty space.

@whasf
Copy link

whasf commented May 24, 2024

I am on the 2.0.0b0 beta and can't see more than the 2.5-day forecast. I liked the previous version that showed a 5-day forecast, and I can't put 'number_of_forecasts: 6' in the YAML as it says it is invalid.

@clintongormley
Copy link

This works for me:

  - type: custom:weather-card
    entity: weather.tomorrow_io_chiesa_nuova_daily
    current: false
    details: false
    forecast_type: daily
    number_of_forecasts: 6
Screenshot 2024-05-24 at 15 37 49

@Akbarsait
Copy link

Screenshot 2024-05-04 at 08 17 29

Where to find this option as Enable beta. I don't have this option and not able to display the forecast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants