-
Notifications
You must be signed in to change notification settings - Fork 40
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] async error #372
Comments
Somehting wrong from my side also, starting couple days ago. Moreover I'm not able to use the phone app when HA integration is enable after few minutes. To restore the phone app, need to turn off integration, and turn off my heater wifi for 30min. Traceback (most recent call last): |
Bonjour, |
So, this is a decision by ARISTON to block HA integration. Maybe we can try to adjust the polling interval ? |
I have the same problem. No connection with the app for the past week. I conctacted ariston assistence and they told me that from their side it's all ok. They "suggested" me not to use third part app. I have disabled yesterday this integration and now I can access via ariston app. |
Did you try it ? Does it works ? |
Yes it works ! I set the zone scan interval to 1800s and no more issue. Obviously a lower value is possible. I'll try 360 like @daouda40. |
I’ll try it too. Thanks for the advice ! |
there support told me we shouldn't use homeassistant integration...because it was not supported by them. Isn't there a way to use google home instead and have google home integrate it into homeassistant? Because that is supported from ariston, and as I understand then they would not block it because it came from google ip addresses? |
a couple of days ago since this error occured.
Think it is a modification on the side of the Ariston api
2024-11-11 17:51:54.878 ERROR (MainThread) [custom_components.ariston]
Traceback (most recent call last):
File "/config/custom_components/ariston/init.py", line 91, in async_setup_entry
await device.async_get_features()
File "/usr/local/lib/python3.12/site-packages/ariston/velis_base_device.py", line 91, in async_get_features
await super().async_get_features()
File "/usr/local/lib/python3.12/site-packages/ariston/base_device.py", line 133, in async_get_features
features = await self.api.async_get_features_for_device(self.gw)
The text was updated successfully, but these errors were encountered: