When you go to the Developer Tools / Sates page and search for weather.kdyl_hourly or weather.kdyl_daynight do you see the attributes you want (temperature, humidity and wind) in the right hand column?
Actually we should probably raise an issue about the use of “percent” rather than “%” which I’m pretty sure is not following the units standard, which I am now off to find…
I had a look at the source code to see if it would be an easy change. It’s not. It seems the unit must be coming from NWS. Then I got distracted by other issues and forgot to look for the home assistant unit standard…
Do you recommend any other “full service” solutions?
I saw some people use graphana, and influxdb and all that.
I personally don’t want to add more stuff to my setup, but if its more comprehensive and easier to use, then maybe I’ll invest time to set it up once.
I quite like Grafana, but it it’s got issues with bringing the graphs into home assistant. If you’re happy to look at the graphs in the addon (linked directly from the side menu) it could work for you. Like the mini graph card you can have two Y axes. You can do some pretty amazing stuff with it:
My guess to why these two sensors do not appear together is that you need to specify device_class for your template sensor. This is a weird behavior, but my guess is that your other humidity sensor is either not a template sensor or your have device_class set.
There is an active Pull Request to have this data supplied as sensors directly from the integration, but the reviews are taking a very long time these days.
It finally picked up changes from ‘percent’ to ‘%’ - I guess its fetching now newer data labeled correctly (I’ve changed it earlier while experimenting)