-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
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 |
Also not working here on 2024.4 using tomorrow.io weather info... |
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. |
Same issue with met.no provider, same change there |
Same here |
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. |
Same here. Mostly Openweathermap as provider, with some local weather sensors as well. |
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. |
Also not working for me with tomorrow.io. Not sure what to do!! |
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. maybe the dev there will update his fork :) else, I will need to swap somewhere else, unfortunately... |
Try this one https://github.com/tommyjlong/platinum-weather-card |
|
Sweet, thanks guys |
Probably related to this deprecation: home-assistant/core#110761 |
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. |
The tommyjlong fork works pretty good for me so far |
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 |
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:
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:
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
`
The text was updated successfully, but these errors were encountered: