I am looking for a wind-rose display (lovelace card) to show the history of my wind sensor (that provides wind speed (in km/h) and wind direction (in degrees). Should look someting like this:
Separate sensor states, not attributes. Knots and degrees. Actually a string indicating the cardinal direction (e.g. N, S, E, W, ESE, NW etc…) but I can convert that to degrees with a template sensor if required.
The sensors all come from the same integration so they should update at the same time. Though the direction may not change as often as the speeds.
I can also use km/h, and am actually thinking of changing over to that unit for the speeds. m/s is also available but less useful to me.
My entities return degrees en m/s, but I can make it working with direction letters.
Currently I’m using the Beaufort speed ranges for the different colors, showing only Bft speeds in de graph.
I think the first version will use Bft and from there add more options.