Weather Forecast Entity Only Using Rain Data for 'Days' with 'Nights' Being Excluded #273
|
As the title says, I just noticed that the rain probability and amounts in the weather forecast entity are only pulling the data for the day portions of the forecast and completely excluding the night data. For instance, we are supposed to get significant rain tonight but the rain forecast for 'today' shows everything as zero. However, both the Wunderground website as well as the individual forecast sensors created by the integration show the rain that is actually forecast for tonight. I mainly use this integration during our summer (which is getting ready to start), so not sure if something changed since last year or if I just never noticed this issue before. |
Replies: 3 comments 2 replies
|
what "weather forecast entity"? |
|
yes, unfortunately that is how it is.. at this point to see both you would have to enable and use the sensors outside of the card: also note that what you see on the weatherunderground page is not necessarily what is being returned by their API... |
|
it would if i was willing to rewrite the code to support it. ... the intent is to support the default home assistant weather card, and still support the sensors that have been in the integration for years, while keeping the ability to access wunderground data... |
yes, unfortunately that is how it is..
you can see in that action there is only one "precipitation_probability" line (not a day or night).
i only populate the weather entity with the "day" forecast.
it doesn't support a day AND night forecast in the entity, which would mean configuring a time of day/night and a nightmare of
code to change. then you still would only see it after that set time.
at this point to see both you would have to enable and use the sensors outside of the card:
sensor.<pws_id>_precipitation_probability_0d
and
sensor.<pws_id>_precipitation_probability_1n.
also note that what you see on the weatherunderground page is not necessarily what is being returned by their API...