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

No longer working after HA 2024.4 update #110

Open
2 tasks done
silviudc opened this issue Apr 4, 2024 · 19 comments
Open
2 tasks done

No longer working after HA 2024.4 update #110

silviudc opened this issue Apr 4, 2024 · 19 comments
Labels
bug Something isn't working

Comments

@silviudc
Copy link

silviudc commented Apr 4, 2024

Checklist:

  • I updated to the latest version available
  • I cleared the cache of my browser

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:

  • overview
  • extended
  • slots
  • daily_forecast
    show_section_daily_forecast: true
    show_section_extended: false
    show_section_slots: true
    slot_l1: forecast_min
    slot_l2: humidity
    slot_l3: pressure
    slot_l4: remove
    slot_l5: remove
    slot_l6: remove
    slot_l7: remove
    slot_l8: remove
    slot_r1: forecast_max
    slot_r2: wind
    slot_r3: uv_summary
    slot_r4: remove
    slot_r5: remove
    slot_r6: remove
    slot_r7: remove
    slot_r8: remove
    text_card_title: Home
    text_update_time_prefix: at
    type: custom:platinum-weather-card
    update_time_name_attr: friendly_name
    update_time_use_attr: false
    `
@silviudc silviudc added the bug Something isn't working label Apr 4, 2024
@DavidFW1960
Copy link
Collaborator

Still working fine here

@silviudc
Copy link
Author

silviudc commented Apr 4, 2024

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
Copy link

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

@DavidFW1960
Copy link
Collaborator

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

@silviudc
Copy link
Author

silviudc commented Apr 4, 2024

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
Copy link

cguedel commented Apr 4, 2024

Same issue with met.no provider, same change there

@marianob85
Copy link

Same here

@Mr-Wicket
Copy link

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
Copy link

c1c9k72 commented Apr 4, 2024

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

@RaceNJason
Copy link

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
Copy link

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

@badewanne1234
Copy link

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
Copy link
Contributor

rudizl commented Apr 5, 2024

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

@csc003
Copy link

csc003 commented Apr 5, 2024

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

@silviudc
Copy link
Author

silviudc commented Apr 5, 2024

Sweet, thanks guys

@markusmauch
Copy link

Probably related to this deprecation: home-assistant/core#110761

@majorsl
Copy link

majorsl commented Apr 6, 2024

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
Copy link

cguedel commented Apr 6, 2024

The tommyjlong fork works pretty good for me so far

@DustyArmstrong
Copy link

DustyArmstrong commented Apr 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests