Released version 1.11.5
- Entity check code, revert to previous method.
The other method seams to fail for some entities.
Released version 1.11.5
The other method seams to fail for some entities.
Hmm where is my mistake? My data comes from weather underground
Some special entity config required for the WindRoseCard?
The same Entity works in the compass card:
Config should be something like this:
wind_direction_entity:
entity: sensor.wind_direction
direction_letters: NOZWX
use_statistics: false
direction_compensation: 0
Released version 1.11.6
Fixes:
Fantastic card. I’m starting to feel like an idiot but I just can’t seem to get the background_image right. How is this parameter supposed to work, because whatever path I try all I get is this image:
Currently I have it working like this:
background_image: /hacsfiles/lovelace-windrose-card/bg.png
I put the image next to the windrose javascript file, downloaded bij HACS.
It should be a square image file.
Release version 1.11.7
Fixes:
Looks like a cool design! How would I go about using this wind rose with the default weather intergration? How do I expose wind speed and direction?
This works really well with your own anemometer providing continuous live values. It helps to illustrate the amount of wind and directions associated with those wind “bands”.
The weather providers tend to only provide an update every hour. To illustrate this discrete piece of information (which is what I do) i use a compass card to show the Met Office forecast right next to the live Windrose information
Thanks for the suggestion, but can you help me out with which entity would be correct for obtaining the wind direction and speed from the default weather integration - to display in the compass card. I see that this wind rose is more meant for accurate, current weather data from a home weather station.
i cant get the directions in the rose.
I have the yaml
< type: custom:windrose-card
title: Wind richting
data_period:
hours_to_show: 8
wind_direction_entity:
entity: sensor.windrichting
direction_letters: NEZWX
use_statistics: false
direction_compensation: 0
windspeed_entities:
Do i need to create a sensor in HA to get is working? I have 3 weather services but nothing works?
Hello @marksev1. Need to check information being provided by your weather integration. Either the integration or use Developer Tools. This is mine.
If you click on the weather at the top it will show you for example what daily and hourly forecasts are additionally generated.
I am not an expert but there are many guides on this forum on how to deal with weather templates (and extracting discrete data). I did mine a while ago and even have templates to convert key wind stats to Knots.
Hello @interoceter. It might be worth reading some of the messages above.
A compass card might be better, but only if the data is available, and you can set it up, from your weather integration.
EDIT 1:
What is this sensor? Where does it come from and what is the current value? sensor.windrichting
If you look in Developer Tools what value is the sensor showing?
if i look in developer tools is see unknown. But if i look at day 1 of day 2 i see values. So i dont understand.
In de compass card i am not ketting any values either.
nevermind. I`m using openweathermap and it al worked.
Thanks
Really like this card!
I was wondering, can you make it possible to have the actual windspeed in the center of the compass? And move the direction arrow on the compass ass well, to see the actual speed compared to the rose.
Here’s an example:
New release, features added in version 1.12.0.
Some feature did require code refactoring, possibly introducing new bugs.
These changes shouldn’t be breaking current configurations.
If you see strange behaviour or bugs, please submit an issue in GitHub here: Sign in to GitHub · GitHub
Also, if some parts of the Readme aren’t clear, submit an issue.
Hi Deadpool,
There is a feature request asking the same.
Today I released a new version with some implemented feature requests. This was not one of them, bit it’s on the list.
Release version 1.12.1
Fixes for dynamic speed ranges.