Skip to content

Evaporation sensor is not reliable #178

@puetsch

Description

@puetsch

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.

  1. It is unknown most of the time.
  2. On many days (but not all) it has values from midnight to 11am and then goes back to unknown. (See graph below.)
  3. The forecast, similarily, has non-null values only for some days.
image

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```

Metadata

Metadata

Assignees

No one assigned

    Labels

    in progressIs beeing investigated or worked onunrelatedThe issue is not related to this project

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions