fustom / ariston-remotethermo-home-assistant-v3

Ariston NET remotethermo integration for Home Assistant based on API
MIT License
144 stars 36 forks source link

[BUG] - Ariston NET remote thermo #337

Open muligamma opened 3 months ago

muligamma commented 3 months ago

Integration with Ariston NET remote thermo not it does not work. After a while it freezes and also blocks the official APP.


Registratore: custom_components.ariston.coordinator Fonte: helpers/update_coordinator.py:315 Integrazione: Ariston (documentazione, problemi) Prima occorrenza: 4 maggio 2024 alle ore 21:49:42 (906 occorrenze) Ultima registrazione: 06:06:10

Unexpected error fetching ariston-scaldah2o-bus_errors_coordinator data: 429 Unexpected error fetching ariston-scaldah2o-coordinator data: 429 Unexpected error fetching ariston-scaldah2o-energy_coordinator data: 429 Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 315, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 271, in _async_update_data return await self.update_method() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/ariston/base_device.py", line 303, in async_get_bus_errors self.bus_errors_list = await self.api.async_get_bus_errors(self.gw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/ariston/ariston_api.py", line 861, in async_get_bus_errors bus_errors = await self._async_get(f"{self.api_url}{ARISTON_BUS_ERRORS}?gatewayId={gw_id}&blockingOnly=False&culture=en-US") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/ariston/ariston_api.py", line 924, in _async_get return await self.async_request("GET", path, params, None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/ariston/ariston_api.py", line 904, in async_request return await self.async_request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/ariston/ariston_api.py", line 907, in __async_request raise Exception(response.status) Exception: 429 `

lakusz1github commented 3 months ago

https://github.com/fustom/ariston-remotethermo-home-assistant-v3/issues/338

rechin304 commented 3 months ago

Same behaviour also on my side.

vernazza commented 3 months ago

Please, see #331 and #332 (I suggest you to close this bug and continue the discussion in the other ones)