Makin-Things / platinum-weather-card

This is a fully customisable weather card for Home Assistant with a graphical configuration.
MIT License
138 stars 33 forks source link

No longer working after HA 2024.4 update #110

Open silviudc opened 5 months ago

silviudc commented 5 months ago

Checklist:

Release with the issue: 2024.4.0

Last working release (if known): 2024.3 Browser and Operating System: Chrome and Windows 11

Description of problem: Nothing is being displayed in the card after the 2024.4.0 update, I believe it was broken by this change and I am using this weather entity: image

Javascript errors shown in the web inspector (if applicable):

Additional information: Card details: `card_config_version: 8 daily_forecast_days: 5 daily_forecast_layout: horizontal entity_forecast_icon: weather.homehome entity_forecast_icon_1: weather.home entity_forecast_max: weather.home entity_forecast_max_1: weather.home entity_forecast_min: weather.home entity_forecast_min_1: weather.home entity_humidity: sensor.weather_station_out_humidity entity_pos_1: weather.home entity_pressure: sensor.weather_station_air_pressure entity_sun: sun.sun entity_temperature: sensor.outside_temperature entity_update_time: sensor.date_time entity_uv_alert_summary: sensor.current_uv_level entity_wind_bearing: weather.home entity_wind_speed: weather.home option_color_fire_danger: false option_show_overview_decimals: false option_show_overview_separator: false option_static_icons: false option_time_format: system option_today_rainfall_decimals: false option_today_temperature_decimals: true option_tooltips: false overview_layout: observations section_order:

DavidFW1960 commented 5 months ago

Still working fine here

silviudc commented 5 months ago

Still working fine here

Using the Met Éireann integration? Others probably work ok but my issue is with this one after they changed it in 2024.4

churchofnoise commented 5 months ago

Also not working here on 2024.4 using tomorrow.io weather info...

DavidFW1960 commented 5 months ago

So its the weather integration you’re using not the card most likely

silviudc commented 5 months ago

So its the weather integration you’re using not the card most likely

Not really, it looks like the daily/hourly values were separate sensors and now they are part of weather.home from 2024.4 going forward. I guess the ask is to get the card updated to allow for these since that is the new HA functionality going forward (other weather cards work ok) Or if we get a workaround in the meantime?

cguedel commented 5 months ago

Same issue with met.no provider, same change there

marianob85 commented 5 months ago

Same here

Mr-Wicket commented 5 months ago

adding my "same". I have tried Met.no and Accuweather which both show me data when I click on their entities. It doesn't appear it's the provider like others have suggested.

c1c9k72 commented 5 months ago

Same here. Mostly Openweathermap as provider, with some local weather sensors as well.

RaceNJason commented 5 months ago

Same here. Using combination of Met.no, Wundergroundpws and local Ambient Weather Station integration. All show valid values and available when looking at the devices/entities directly. No settings/variables/modifications to the card interface make the card reappear.

krelltunez commented 5 months ago

Also not working for me with tomorrow.io. Not sure what to do!!

badewanne1234 commented 5 months ago

No offence to anyone if they are enjoying their valuable time for other things - I think this development is stale. There is a fork though, which I used, but I cannot raise an issue there since its disabled. https://github.com/altrdev/platinum-weather-card

maybe the dev there will update his fork :) else, I will need to swap somewhere else, unfortunately...

rudizl commented 5 months ago

Try this one https://github.com/tommyjlong/platinum-weather-card

csc003 commented 5 months ago

Try this one https://github.com/tommyjlong/platinum-weather-card @rudizl LEGEND!!! tried this forked version and so far so good :-) Thanks again

silviudc commented 5 months ago

Sweet, thanks guys

markusmauch commented 5 months ago

Probably related to this deprecation: https://github.com/home-assistant/core/pull/110761

majorsl commented 5 months ago

Sadly, I think this project is abandoned. It's a pity, because it is the only one that I could use with my weather station and pick which values from it to use mixed in with values it does not have available via other providers.

cguedel commented 5 months ago

The tommyjlong fork works pretty good for me so far

DustyArmstrong commented 5 months ago

Similar issue due to changes made in this PR, I get a type error when trying to add the forecast. I'm not sure why that change was necessary, but either way the card no longer works properly.

EDIT: As the post above from cguedel, anyone else having issues due to the Met Office change in 2024.4 the tommyjlong fork seems to work well https://github.com/tommyjlong/platinum-weather-card