Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Met Eireann weather integration using deprecated URL, which is now broken #131223

Open
gdude2002 opened this issue Nov 21, 2024 · 1 comment
Open

Comments

@gdude2002
Copy link

The problem

As of this afternoon, the Met Eireann integration fails to pull any data. This is because the URL it's polling times out: http://metwdb-openaccess.ichec.ie/metno-wdb2ts/locationforecast?lat=<SNIP>;long=<SNIP>;alt=<SNIP>;from=2024-11-21T19:00

According to the Irish Government website:

Announcement: The upgrade of the api will result in termination of the old 'metwdb-openaccess.ichec.ie' URL by 15th September. This is replaced with 'openaccess.pf.api.met.ie'.

URLs of the form:
http://metwdb-openaccess.ichec.ie/metno-wdb2ts/locationforecast
should be replaced with
http://openaccess.pf.api.met.ie/metno-wdb2ts/locationforecast

Disclaimer This API services and data offering is scheduled for upgrade starting Q1 2024. Every effort will be made to maintain data access during the upgrade period, and services/data will be provided on a best effort basis.

Seems we may be a little behind with this one! Any chance of a quick fix?

Thanks!

What version of Home Assistant Core has the issue?

core-2024.11.2

What was the last working version of Home Assistant Core?

core-2024.11.2

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Met Eireann

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024-11-21 21:21:33.696 ERROR (MainThread) [meteireann] http://metwdb-openaccess.ichec.ie/metno-wdb2ts/locationforecast?lat=[SNIP];long=[SNIP];alt=[SNIP];from=2024-11-21T19:00 returned

Additional information

No response

@home-assistant
Copy link

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

Code owner commands

Code owners of met_eireann 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_eireann 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_eireann documentation
met_eireann source
(message by IssueLinks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant