cjaliaga / aioaquarea

Asynchronous library to control Panasonic Aquarea devices
MIT License
16 stars 7 forks source link

No connect #49

Open GermanCaruncho opened 2 months ago

GermanCaruncho commented 2 months ago

Today it stopped working. I have reset, re-uploaded the integration, modified the Panasonic ID and nothing.

An error already mentioned in another thread appears: (https://github.com/cjaliaga/aioaquarea/issues/48#issuecomment-2105353195)

2024-09-11 12:28:08.704 ERROR (MainThread) [custom_components.aquarea.config_flow] Unexpected exception Traceback (most recent call last): File "/config/custom_components/aquarea/config_flow.py", line 144, in _validate_input await self._api.login() File "/usr/local/lib/python3.12/site-packages/aioaquarea/core.py", line 274, in login await self.__login_production() File "/usr/local/lib/python3.12/site-packages/aioaquarea/core.py", line 334, in __login_production csrf = response.cookies.get("_csrf").value

GermanCaruncho commented 2 months ago

After 256 emails indicating that someone was connecting, I reattached by following the link and now it works.

20220223 commented 2 weeks ago

Same problem here with the same exception. It stopped working today without having anything changed. Could you please explain your fix? I assume you followed this link in the "someone was connecting"-email: https://accountglb.digital.panasonic.com/

I logged into the account management service, reset the 2FA and added my phone number. But the problem still exists. Using the Panasonic Comfort Cloud App or the AQUAREA Smart Cloud Website i can still control my device.

adamus-tork commented 2 weeks ago

Not sure if it's the same. Everything was working until I got an email about your comment :D

aioaquarea.errors.AuthenticationError: Authentication error: 1001-0001 - You have been logged out due to inactivity. Please log in again.

It keeps re-logging and panasonic sends an email about the login each time.

20220223 commented 2 weeks ago

You're right. It started like this a few hours ago. Sorry i forgot. After deactivating and reactivating the integration and entering the password to manually reconnect, i got

Authentication error: 1001-1401 - Invalid username or password

and the log shows the unexpected exception mentioned above.

20220223 commented 2 weeks ago

Today and after the nightly reboot everything works fine again without any error.