FL550 / dwd_weather

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

Previous precipitation sensors are missing #98

Closed heinemannj closed 8 months ago

heinemannj commented 8 months ago

I'm using the actual version provided by HASC.

Previous precipitation sensors are missing:

- sensor.precipitation_duration_raesfeld_ka (s/h)
- sensor.precipitation_probability_raesfeld_ka (%)
FL550 commented 8 months ago

Without any information about the relevant station or debug log files, I am unable to help.

heinemannj commented 8 months ago

Ohh - yes - Sorry

Station H316: Raesfeld Ka
by DWD Weather

home-assistant_dwd_weather_2023-10-23T10-03-00.946Z.log

diplix commented 8 months ago

if you activate the option for hourly updates, DWD does not provide data for precipitation duration and probability. if the data is not available, this component does not create sensors for it. as a workaround you can create an instance with the same station withput activating the hourly updates option and use the slightly less acurate sensor data that is refreshed twice daily.

heinemannj commented 8 months ago

if you activate the option for hourly updates, DWD does not provide data for precipitation duration and probability. if the data is not available, this component does not create sensors for it. as a workaround you can create an instance with the same station withput activating the hourly updates option and use the slightly less acurate sensor data that is refreshed twice daily.

Jepp, you are absolutely right -This is my solution:

image

Your feedback is really appreciated! Many thanks!

Note: All other sensors provide hourly updates, only the precipitation duration and probability sensors have limitations ... - strange ...

heinemannj commented 8 months ago

A short note in your dokumentation might be helpful.

diplix commented 8 months ago

A short note in your dokumentation might be helpful.

done in #101.