Skip to content

integration runs but no entities are recognized #398

@pawelmamcarz

Description

@pawelmamcarz

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..

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'

Activity

pol280

pol280 commented on May 22, 2025

@pol280

Same issue here, same log warning, none devices visible.

pitev

pitev commented on May 22, 2025

@pitev

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

Gracarpes commented on May 23, 2025

@Gracarpes

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

ZegarekPL commented on May 27, 2025

@ZegarekPL
Contributor
JENIK7333

JENIK7333 commented on Jun 2, 2025

@JENIK7333

Hi, I have the same problem. How can I fix it? Thanks.

ametodi

ametodi commented on Jun 4, 2025

@ametodi

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

CULTURE-WORRY-LARD commented on Jun 18, 2025

@CULTURE-WORRY-LARD

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

suprimex commented on Jun 18, 2025

@suprimex

As mentioned above, it is related to 3rd party library cjaliaga/aioaquarea/issues/51

hein4en

hein4en commented on Jul 15, 2025

@hein4en

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?

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @suprimex@Gracarpes@pawelmamcarz@pol280@ametodi

        Issue actions

          integration runs but no entities are recognized · Issue #398 · sockless-coding/panasonic_cc