I seem to have the same issue as Reflex above. I created a png, named it bg.png. It has 314 by 314 pixels, so it is square. Put it into the same folder as the windrose-card.js, though it is not the “hacsfiles” one - which I can’t find - but config/www/community/. I assumed this should work and the hacsfiles only points to this folder, but it doesn’t work.
Any hint what I can do, maybe how to find and access the “hacsfile” original folder, if this is the issue?
Apart from that - thanks a lot for this wonderful card!
Hi,
In the browser F12 network tab, can you find the failing bg.png download?
Can you check the url of the download and where it differs from the windrose-card.js download.
The urls should be the same, except for the filename offcourse.
Statistics period can be configured. Long-term statistics can now be used by te card.
The windspeed unit can be auto determined for weather entity’s. Reading attribute wind_speed_unit. Fixes #129
When the windspeed unit can not be auto determined, an error message will be display on the card. Fixes #129
Measurement and match statistics can be logged to the console (F12), set this property to true: log_measurement_counts in data_period.
In a future release these stats and counts can be displayed on the card.
When trying out your max configuration I got to errors one is there is “KNPTS” as wind unit in the yaml, which is easy to correct.
Second is there is “Error: Entity input_number.compass not found”, which seems to be correct cause I never declared an input_number.compass, but I have no clue what should be placed in this input text?.
Another error I get is in this:
top_right:
label: Wind direction
unit: °
color: red
entity: sensor.wind_direction_azimuth
input_unit: degrees
output_unit: letters
error — s[i] is undefined / with an exclamation mark in front of it.
Error given is strange I only can delete this one by removing this whole section.
I can not reproduce the last error.
The entity defined in there, what state does it use? Degrees or letters? Should be degrees with this configuration.
I could not find how to send a feature request here, sorry.
My feature sugestion is to implement a “hear map” of wind direction… Would be nice!
Thank you!
Alex, Brazil