-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Comments
Hey there @DylanGore, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) met_eireann documentation |
A hack that got the integration running again for me is to override the DNS entry for the old site There are a few ways to do this. I have added this DNS override to my internet router, how to do that is completely router dependent. If your HA instance resolves DNS through pi-hole, then you might be able to add the override in Note that this hack depends on the web server of the new site not looking at the site name in the request URL. If they fix this to serve only requests to |
You haven't noticed any loss of functionality with this approach? If that's the case, maybe we should just PR the change, I imagine it's a one-liner |
It got my temperature and humidity back :) I have not tested this extensively in the ~20 mins since I made the change. The PR for the URL change will need to be submitted against https://github.com/DylanGore/PyMetEireann . However, note that the owner has not submitted anything to GitHub since 8-Aug-2023, over a year ago. Only after that package has been updated and re-released can the HA integration be updated to pull the new version of the package. |
I noticed that as well, but the author has been active on LinkedIn, so I remain hopeful! Maybe it'd be worth bugging them there? It does seem like that repo is basically unmaintained. |
PR DylanGore/PyMetEireann#8 submitted |
I've been trying to figure out a way to contact the guy - it looks like he's made himself quite difficult to contact, unfortunately.
His website does contain an email address, which I'll try contacting shortly and get back to you. |
Will this fix to the DylanGore/PyMetEireann repo be merged automatically into Home Assistant or is a pull request needed? Thanks for flagging and helping fix the issue. |
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:
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?
Additional information
No response
The text was updated successfully, but these errors were encountered: