Hello.
I’m new on HA. I have supervised instalation. I’ve used OpenWeatherMap API key from about 4 years without any problem in domoticz. Unfortunely in HA, OWM entity is regularly unavailable. Logs are full of that error:
Error fetching openweathermap data: HTTPSConnectionPool(host=‘api.openweathermap.org’, port=443): Max retries exceeded with url: /data/2.5/onecall?APPID=XX&lang=pl&lon=XX&lat=XX
(Caused by NewConnectionError(’<urllib3.connection.HTTPSConnection object at 0x7f89290da500>: Failed to establish a new connection: [Errno -3] Try again’))
Have you solved his problem? I encountered it with my VM setup, but it went away after one of the updates.
It has surfaced again with my new Pi4 setup (migrated) and I’ve gotten by with an automation that reloads OWM when it’s state switches to unavailable…but I’d love to find the culprit.
Perhaps it’s a router issue? I couldn’t even push the Pi4 through setup without plugging the Pi directly into the cable modem. I kept getting 500 errors…
Unfortunately I don’t have. I did a similar automation as you. Before that I tried a few things like changing dns but no success. You are correct, 4 days ago was the last day when my automation was triggered. I didn’t even notice.