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

Option to plot windspeed forecast #257

Open
haus42 opened this issue Oct 13, 2024 · 2 comments
Open

Option to plot windspeed forecast #257

haus42 opened this issue Oct 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@haus42
Copy link

haus42 commented Oct 13, 2024

Is your feature request related to a problem? Please describe.
Windspeed is currently in the hourly forecast shown as numerical values below the diagram.
It requires a close look and reading all the numbers to understand how the wind develops.
Additionally if the diagram has many values the line with the windspeeds gets longer than the diagram and does not fit in the card anymore.

Describe the solution you'd like
Add an option for plotting the windspeed as a graph into the diagram instread as numerical values below the diagram.

Additional context
Hourly forecast with 12 forecasts:
image

@haus42 haus42 added the enhancement New feature or request label Oct 13, 2024
@Milkysunshine
Copy link

Milkysunshine commented Oct 28, 2024

If you have lovelace-card-mod installed, you can hide the labels with this code on the card:

card_mod:
  style: |
    .wind-unit {
      font-size: 0px !important;
    }

I do like the idea of having the wind graphed below or behind the temps. At the very least, the above should fix your layout issues for now.

@haus42
Copy link
Author

haus42 commented Nov 1, 2024

Thanks for the great hint. This does the trick for now.
There is always something new to learn in HA. :-)

Still, having a graph option would be nice. With a graph one can grasp quicker if the wind will pick up vs. having to read the numbers.

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

No branches or pull requests

2 participants