Closed aleeeee5 closed 7 months ago
Same for me.
Same here.
same here :computer:
Same here.
Same on HA 2024.3.3 Maybe it's not related to the last update
Same on 2024.3.1.
Same here
Hi gents,
same for me. Made a quick test, seems to me that URL string is not found. If you try to configure it from scratch seems that they removed temporarily the page: https://www.ariston-net.remotethermo.com/api/v2/ Guess that they will publish again API web page again later or on another URL string.
Same here HA 2024.4.1
Same here, ariston server issue? HA 2024.4.1
Ok I found the issue. Ariston blocked the python client. I don't know why.
Dear Ariston, Please send me an email if you have a problem with this integration. Thanks!
Sorry, but I have a workaround.
Ok I found the issue. Ariston blocked the python client. I don't know why.
Dear Ariston, Please send me an email if you have a problem with this integration. Thanks!
Sorry, but I have a workaround.
Hi, What is workaround?
Thank you
Hi @fustom,
Would it be possible to do local integration to avoid blocking? I guess it must require reverse engineering. I'm not a developer but I can help with testing.
Fixed.
Hi @fustom,
Would it be possible to do local integration to avoid blocking? I guess it must require reverse engineering. I'm not a developer but I can help with testing.
Hi @dtalens
Check https://github.com/fustom/ariston-remotethermo-home-assistant-v3/issues/272
fixed, thx!
Fixed.
Working. Thank you
Working again, thx!
Great! Thank you!
Hi @fustom, Would it be possible to do local integration to avoid blocking? I guess it must require reverse engineering. I'm not a developer but I can help with testing.
Hi @dtalens
Check https://github.com/fustom/ariston-remotethermo-home-assistant-v3/issues/272
Link is not working The good one: https://github.com/fustom/ariston-remotethermo-home-assistant-v3/issues/272#issue-2076095816
Fixed.
😊
Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/ariston/ariston_api.py", line 493, in async_connect response = 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: 403
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "/config/custom_components/ariston/init.py", line 74, in async_setup_entry reponse = await ariston.async_connect( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/ariston/init.py", line 49, in async_connect return await self.api.async_connect() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/ariston/ariston_api.py", line 506, in async_connect raise ConnectionException() from error ariston.ariston_api.ConnectionException
Is anyone else getting this error after updating?