home-assistant/core

Meteorologisk institutt (Met.no) integration: forecast_str no longer forwarded to influx, other attributes are forwarded

JTheGuest opened this issue · 1 comments

The problem

forecast_str dropped?

only forecast_str attribute no longer forwarded
I let HA forward all data to an influx db. Everything worked fine until october 11th.
Since that day the forecast_str attribute no longer shows up in influx, but other attributes like temperature or humidity are still propagated to influx. Only forecast_str ist missing.
When I noticed this I updated HA and met to the latest version (was on 2023 something).
The interesting detail is that HA still shows forecast data on it's dashboard (daily and hourly).

I can't see anything suspicious in the log:
2024-10-19 08:23:30.194 DEBUG (MainThread) [homeassistant.components.met.coordinator] Finished fetching met data in 0.145 seconds (success: True)
If other logs are required, please advise.

I'd be grateful for any hint (cause or fix).

What version of Home Assistant Core has the issue?

core-2024.10.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

met

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

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)