-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
in progressIs beeing investigated or worked onIs beeing investigated or worked onunrelatedThe issue is not related to this projectThe issue is not related to this project
Description
Version of home_assistant
2025.1.2
How are you running home_assistant
HAOS
Version of the custom_component
2.1.26
Describe the bug
The sensor evaporation_in_the_next_24_hours behaves ususual.
- It is unknown most of the time.
- On many days (but not all) it has values from midnight to 11am and then goes back to unknown. (See graph below.)
- The forecast, similarily, has non-null values only for some days.
I considered the case that null or unknown means zero but that doesn't check out because today is a sunny day and evaporation is almost certainly positive.
Note: This seems related to Issue #150
Current attributes
data:
- datetime: '2025-01-13T06:00:00+00:00'
value: null
- datetime: '2025-01-14T06:00:00+00:00'
value: null
- datetime: '2025-01-15T06:00:00+00:00'
value: 0.2
- datetime: '2025-01-16T06:00:00+00:00'
value: null
- datetime: '2025-01-17T06:00:00+00:00'
value: 0.1
- datetime: '2025-01-18T06:00:00+00:00'
value: 0.2
- datetime: '2025-01-19T06:00:00+00:00'
value: 0.1
- datetime: '2025-01-20T06:00:00+00:00'
value: null
- datetime: '2025-01-21T06:00:00+00:00'
value: null
forecast_time_utc: 2025-01-13T03:00:00+00:00
latest_update_utc: 2025-01-13T09:00:52.946058+00:00
station_id: 10803
station_name: Freiburg
attribution: Data provided by Deutscher Wetterdienst (DWD)
unit_of_measurement: kg/m2
device_class:
icon: mdi:waves-arrow-up
friendly_name: Freiburg Evaporation in the next 24 hours```Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in progressIs beeing investigated or worked onIs beeing investigated or worked onunrelatedThe issue is not related to this projectThe issue is not related to this project