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 Integration is not stable #320

Closed
jhbugues opened this issue Mar 8, 2024 · 3 comments
Closed

[BUG] Ariston Integration is not stable #320

jhbugues opened this issue Mar 8, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@jhbugues
Copy link

jhbugues commented Mar 8, 2024

Hi everybody
Thanks for your amazing work.

Describe the bug
A clear and concise description of what the bug is.

=> Sometimes it's ok, Sometimes it's not.

Screenshots
If applicable, add screenshots to help explain your problem.
Capture d’écran 2024-03-08 à 10 53 04

Capture d’écran 2024-03-08 à 11 03 25

Expected behavior
A clear and concise description of what you expected to happen.

Environment (please complete the following information):

  • HA version:
    Home Assistant OS 12.0
    core-2024.3.0
    supervisor-2024.02.1
  • Version of the integration: last one
  • Ariston device type
    GALEVO

Additional context, debug log

home-assistant_ariston_galevo_2024-03-08T09-56-57.153Z.log

The core is writing this error :

2024-03-08 10:42:35.481 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.ariston.climate.AristonThermostat'>) implements HVACMode(s): heat, auto, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/fustom/ariston-remotethermo-home-assistant-v3/issues
2024-03-08 10:44:32.449 ERROR (MainThread) [custom_components.ariston.coordinator] Unexpected error fetching ariston-Chaudette-coordinator data: 500
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 318, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 274, in _async_update_data
return await self.update_method()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/ariston/galevo_device.py", line 105, in async_update_state
(self.data, self.menu_items) = await asyncio.gather(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/ariston/ariston_api.py", line 588, in async_get_properties
properties = await self._async_post(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/ariston/ariston_api.py", line 918, in _async_post
return await self.__async_request("POST", path, None, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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: 500

Thanks for your amazing work !

@jhbugues jhbugues added the bug Something isn't working label Mar 8, 2024
@fustom
Copy link
Owner

fustom commented Mar 8, 2024

@jhbugues
Copy link
Author

jhbugues commented Mar 8, 2024

thx Fustom,
I hope it's a temporary problem from my connection...

@jhbugues
Copy link
Author

jhbugues commented Mar 9, 2024

It seams that rebooting my wifi router has fix the problem.
Thx, i close this issue.

@jhbugues jhbugues closed this as completed Mar 9, 2024
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

2 participants