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

Alternate windspeed doesn't seem to work #255

Open
Nickduino opened this issue Oct 9, 2024 · 0 comments
Open

Alternate windspeed doesn't seem to work #255

Nickduino opened this issue Oct 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Nickduino
Copy link

Here's what I'd like to do: display the forecasts from my local weather forecast (Météo France) and the wind from AccuWeather:

image

But it doesn't work:

image

Météo France's code:

type: custom:weather-chart-card
entity: weather.clermont_ferrand
title: Météo France
show_main: true
show_temperature: true
show_current_condition: true
show_attributes: false
icons_size: 35
animated_icons: true
icon_style: style1
autoscroll: false
forecast:
  precipitation_type: rainfall
  show_probability: false
  labels_font_size: "12"
  precip_bar_size: "100"
  style: style2
  show_wind_forecast: true
  condition_icons: true
  round_temp: false
  type: daily
  number_of_forecasts: "7"
  disable_animation: false
locale: fr

AccuWeather's code:

type: custom:weather-chart-card
entity: weather.accuweather_clermont
title: AccuWeather
show_main: true
show_temperature: true
show_current_condition: true
show_attributes: false
icons_size: 35
animated_icons: true
icon_style: style1
autoscroll: false
forecast:
  precipitation_type: rainfall
  show_probability: false
  labels_font_size: "12"
  precip_bar_size: "100"
  style: style2
  show_wind_forecast: true
  condition_icons: true
  round_temp: false
  type: daily
  number_of_forecasts: "7"
  disable_animation: false
locale: fr

The hybrid's code:

type: custom:weather-chart-card
entity: weather.clermont_ferrand
title: Hybrid
show_main: true
show_temperature: true
show_current_condition: true
show_attributes: false
icons_size: 35
animated_icons: true
icon_style: style1
autoscroll: false
forecast:
  precipitation_type: rainfall
  show_probability: false
  labels_font_size: "12"
  precip_bar_size: "100"
  style: style2
  show_wind_forecast: true
  condition_icons: true
  round_temp: false
  type: daily
  number_of_forecasts: "7"
  disable_animation: false
locale: fr
winddir: weather.accuweather_clermont
windspeed: weather.accuweather_clermont

Or did I misunderstood the functionality and it works only for current values rather than forecasts? In that case, how can I achieve the result I want?

Desktop (please complete the following information):

  • WEATHER-CHART-CARD VERSION : V2.4.11
  • HOME ASSISTANT VERSION AND INSTALLATION TYPE (e.g. 2023.07.3) 2024.10
  • OS: Windows 10
  • Browser Chrome
@Nickduino Nickduino added the bug Something isn't working label Oct 9, 2024
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

1 participant