-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Checklist
- I have verified that the account and device works in the Comfort Cloud App.This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).This issue is not a duplicate issue of currently previous issues..To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
What version of Home Assistant Core?
core-2025.5.2
Describe the issue
hi,
I add integration to ha, login successfully but I can't see any entities
I used previous versions with no issues. Then panasonic changed api on their side, all entites became inactive and I upgraded integration to 2025.5.0
Error/Debug Logs
Ten błąd pochodzi z niestandardowej integracji.
Rejestrator: custom_components.panasonic_cc
Źródło: custom_components/panasonic_cc/__init__.py:126
integracja: Panasonic Comfort Cloud (dokumentacja, Problemy)
Pierwsze zdarzenie: 13:57:15 (5 wystąpień)
Ostatnio zalogowany: 17:03:47
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.13/site-packages/aioaquarea/core.py", line 274, in login
await self.__login_production()
File "/usr/local/lib/python3.13/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'
Gracarpes and suprimex
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Milestone
Relationships
Development
Select code repository
Activity
pol280 commentedon May 22, 2025
Same issue here, same log warning, none devices visible.
pitev commentedon May 22, 2025
Hi, I have the same issue.
Similar log warning
[custom_components.panasonic_cc] Got 0 devices
2025-05-19 20:21:50.560 WARNING (MainThread) [custom_components.panasonic_cc] 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.13/site-packages/aioaquarea/core.py", line 274, in login
await self.__login_production()
File "/usr/local/lib/python3.13/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'
Gracarpes commentedon May 23, 2025
Same issue...
2025-05-24 00:50:33.068 INFO (MainThread) [custom_components.panasonic_cc] Updating configuration
2025-05-24 00:50:33.068 INFO (MainThread) [custom_components.panasonic_cc] Setting default fetch interval to 120
2025-05-24 00:50:33.068 INFO (MainThread) [custom_components.panasonic_cc] Setting default energy fetch interval to 300
2025-05-24 00:50:33.069 INFO (MainThread) [custom_components.panasonic_cc] Got 0 devices
2025-05-24 00:50:33.287 WARNING (MainThread) [custom_components.panasonic_cc] 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.13/site-packages/aioaquarea/core.py", line 274, in login
await self.__login_production()
File "/usr/local/lib/python3.13/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'
ZegarekPL commentedon May 27, 2025
Related to #393, #353 and cjaliaga/aioaquarea#51
JENIK7333 commentedon Jun 2, 2025
Hi, I have the same problem. How can I fix it? Thanks.
ametodi commentedon Jun 4, 2025
Same here...
This error originated from a custom integration.
Logger: custom_components.panasonic_cc
Source: custom_components/panasonic_cc/init.py:126
integration: Panasonic Comfort Cloud (documentation, issues)
First occurred: June 4, 2025 at 16:52:52 (2 occurrences)
Last logged: 08:42:54
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.13/site-packages/aioaquarea/core.py", line 274, in login
await self.__login_production()
File "/usr/local/lib/python3.13/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'
CULTURE-WORRY-LARD commentedon Jun 18, 2025
same here:
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.13/site-packages/aioaquarea/core.py", line 274, in login
await self.__login_production()
File "/usr/local/lib/python3.13/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'
await self.__login_production()
File "/usr/local/lib/python3.13/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
suprimex commentedon Jun 18, 2025
As mentioned above, it is related to 3rd party library cjaliaga/aioaquarea/issues/51
hein4en commentedon Jul 15, 2025
Hello, I could install everything, but cannot see my aquarea heat pump.
Do you guys have a solution for this or do I something wrong?