Checklist
What version of Home Assistant Core?
core-2026.3.1
Describe the issue
Hi, my Panasonic Aquarea statistics blew up today.
I checked the other plugins that improve the functionality of this integration and adjusted them to accept the terms and conditions on the accounts connected to Aquarea. I reconfigured the plugin, restarted HA, and still my email address isn't showing up in the Hubs with the heat pump entities. Login works, but my pump isn't showing up, and there's an error in the logs. Please help.
I'll also add that:
- Everything worked until yesterday.
- I have special integrations that help me log in to the Cloud.
- All applications and integrations are also updated in HACS
Error/Debug Logs
Rejestrator: custom_components.panasonic_cc
Źródło: custom_components/panasonic_cc/__init__.py:126
integracja: Panasonic Comfort Cloud (dokumentacja, Problemy)
Pierwsze zdarzenie: 22:51:30 (7 wystąpień)
Ostatnio zalogowany: 23:10:08
Failed to setup Aquarea: 'NoneType' object has no attribute 'value'
Traceback (most recent call last):
File "/config/custom_components/panasonic_cc/__init__.py", line 126, in async_setup_entry
await aquarea_api_client.login()
File "/usr/local/lib/python3.14/site-packages/aioaquarea/core.py", line 274, in login
await self.__login_production()
File "/usr/local/lib/python3.14/site-packages/aioaquarea/core.py", line 298, in __login_production
auth_state = response.cookies.get("com.auth0.state").value
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'value'
Checklist
What version of Home Assistant Core?
core-2026.3.1
Describe the issue
Hi, my Panasonic Aquarea statistics blew up today.
I checked the other plugins that improve the functionality of this integration and adjusted them to accept the terms and conditions on the accounts connected to Aquarea. I reconfigured the plugin, restarted HA, and still my email address isn't showing up in the Hubs with the heat pump entities. Login works, but my pump isn't showing up, and there's an error in the logs. Please help.
I'll also add that:
Error/Debug Logs