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

[BUG] - Ariston NET remote thermo #337

Open
muligamma opened this issue May 5, 2024 · 3 comments
Open

[BUG] - Ariston NET remote thermo #337

muligamma opened this issue May 5, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@muligamma
Copy link

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
`

@muligamma muligamma added the bug Something isn't working label May 5, 2024
@lakusz1github
Copy link

#338

@rechin304
Copy link

Same behaviour also on my side.

@vernazza
Copy link

vernazza commented May 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants