home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.88k stars 30.95k forks source link

Precipitation on Meteorologisk institutt weather forecast #130354

Open npa-homeassistant opened 1 week ago

npa-homeassistant commented 1 week ago

The problem

I'm in the UK and rainfall is an essential part of day-to-day life. I'm trying to use this integration to monitor weather, but there seems to be no attribute for precipitation. Weirdly, there is an attribute for precipitation_unit (set to mm) but no actual one for precipitation amount.

Is it simply that I'm looking on a dry day? Surely that's not the case? I have some automations which need to know predicted rainfall for the day and I'm very confused at why it's not present.

Thank you

What version of Home Assistant Core has the issue?

2024.11.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Meteorologisk institutt (Met.no)

Link to integration documentation on our website

https://www.home-assistant.io/integrations/met

Diagnostics information

No response

Example YAML snippet

temperature: 9.6
dew_point: 5.8
temperature_unit: °C
humidity: 77
cloud_coverage: 78.9
uv_index: 1
pressure: 1036.1
pressure_unit: hPa
wind_bearing: 344.7
wind_speed: 13.7
wind_speed_unit: km/h
visibility_unit: km
precipitation_unit: mm
attribution: >-
  Weather forecast from met.no, delivered by the Norwegian Meteorological
  Institute.
friendly_name: Forecast Home
supported_features: 3

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 week ago

Hey there @danielhiversen, mind taking a look at this issue as it has been labeled with an integration (met) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `met` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign met` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


met documentation met source (message by IssueLinks)