FL550 / dwd_weather

Deutscher Wetterdienst integration for Home-Assistant
MIT License
173 stars 11 forks source link

Add wind_speed, wind_gust and wind_direction to forecast #44

Closed michapr closed 2 years ago

michapr commented 2 years ago

Is your feature request related to a problem? Please describe. would be nice to get these values in forecast to display it (daily and hourly)

Describe the solution you'd like add the parameters in script (they are available, but not used for forecast)

Describe alternatives you've considered

Additional context Of course would be great to offer additional the direction symbols instead of numeric direction degree value ;)

FL550 commented 2 years ago

Hi, thanks for your request and my late reply. I've been quite busy the last days.

Of course I can include the values in the forecast. Last time I checked the developer pages, wind should not be included in the forecast, but now it is: https://developers.home-assistant.io/docs/core/entity/weather/?_highlight=forecast#forecast

Daily AND hourly forecast values are not possible unfortunately, as there is no distinction criteria if a value is related to a day or an hour.

I'll update the code for the forecast and publish a new release this weekend.

michapr commented 2 years ago

Hi, thank you for your response! As I can see only the wind_speed and wind_bearing included here, but not wind_gust - the most important parameter for the forecast,... Isn't it possible to add additional "custom" parameters to these listed parameters? So that an "advanced" user could use it in custom cards? And - why it is not possible to add it in daily AND hourly forecasts - not clear for me just now ;) Where is the difference to temperature, condition, pressure etc.? Of course it is interesting to know how it will be tomorrow (even if have not hourly forecast for next day) - or when it will be today critical - in the morning, afternoon or night... - so hourly and daily would be nice to have :)

THANKS!

FL550 commented 2 years ago

It just released a new version, which includes the values you requested.

michapr commented 2 years ago

Hi GREAT !!!

Thank you! Nice work - and fast!

marcoaureliovaz commented 6 months ago

Hello!

Thank you so much for the update and integration!

I would like to automate my shutters based on wind direction and speed/gust. But the Entities bring no value/state, it's nevertheless possible to see a historical when I see YAML. I would expect something like precipitation value (value is readiable)

See the screenshots Screenshot_20240203-093701 Screenshot_20240203-093621 Screenshot_20240203-093729

marcoaureliovaz commented 6 months ago

Is it possible to check it? Thank you so much!

FL550 commented 6 months ago

I'm not quite sure if I get this right. Do you mean the "Unknown" state of the sensor?

marcoaureliovaz commented 6 months ago

Hello! Yes

FL550 commented 6 months ago

Btw.: Can you please open a new issue for this?

FL550 commented 6 months ago

Ok, I'll have a look.

FL550 commented 6 months ago

I can't reproduce this on my side. So can you please open a new issue and post the relevant debug logs in it? This is the only way I can troubleshoot this.