jaydeethree / Home-Assistant-weatherdotcom

Home Assistant custom component/integration for Weather.com
GNU General Public License v3.0
42 stars 6 forks source link

Data loss after HA upgrade #35

Closed Abejo closed 1 month ago

Abejo commented 1 month ago

Hi, with the latest HA update I lose the forecast, for now I solved it by creating an automation that reloads the service every 10 minutes.

jaydeethree commented 1 month ago

Thanks for reporting this issue! I have not updated to HA 2024.8 yet, and I won't have time to update and debug this for at least a couple of days. Let me know if you see any error messages in the HA logs, and I'll plan to take a look at this as soon as I have time.

Abejo commented 1 month ago

I'm watching this

Este error se originó a partir de una integración personalizada.

Registrador: custom_components.weatherdotcom.coordinator Fuente: custom_components/weatherdotcom/coordinator.py:163 integración: Weather.com (documentación, problemas) Ocurrió por primera vez: 03:30:10 (114 ocurrencias) Último inicio de sesión: 13:32:06

Error fetching Weather.com data: TimeoutError()

jaydeethree commented 1 month ago

Thanks! It sounds like your HA instance is not able to connect to the Weather.com API, which could be caused by a network issue. Can you check if you're able to access http://www.weather.com in a browser?

Abejo commented 1 month ago

I'm noticing that the connection is very slow, that could be the problem and it started right after the update, I'm going to keep trying to see if it normalizes or if the error continues. Thanks

jaydeethree commented 1 month ago

I have not been able to reproduce this issue on Home Assistant 2024.8 - everything seems to be working normally. Since I can't reproduce this and it sounds like a potential network issue, I'm going to mark this as closed.