panasonic_cc icon indicating copy to clipboard operation
panasonic_cc copied to clipboard

No Device

Open Max6025 opened this issue 11 months ago • 1 comments

Checklist

  • [X] I have verified that the account and device works in the Comfort Cloud App.
  • [X] This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • [X] This issue is not a duplicate issue of currently previous issues..

What version of Home Assistant Core?

core-2025.1.0

Describe the issue

The following problem. As soon as I come to register? No device found, locs. What can I do? Ask for quick help.

Error/Debug Logs

Dieser Fehler stammt von einer benutzerdefinierten Integration

Logger: custom_components.panasonic_cc.pcomfortcloud.apiclient
Quelle: custom_components/panasonic_cc/pcomfortcloud/apiclient.py:124
Integration: panasonic_cc (Dokumentation, Probleme)
Erstmals aufgetreten: 23:08:39 (1 Vorkommnisse)
Zuletzt protokolliert: 23:08:39

Failed to get aquarea device info for B926575037 Submit this log to https://github.com/sockless-coding/panasonic_cc/issues/310
Traceback (most recent call last):
  File "/config/custom_components/panasonic_cc/pcomfortcloud/apiclient.py", line 124, in check_aquarea
    aqua_device = await self.get_aquarea_device(device)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/panasonic_cc/pcomfortcloud/apiclient.py", line 189, in get_aquarea_device
    device_id = id_response.cookies.get("selectedDeviceId").value
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'value'


2 logs



Dieser Fehler stammt von einer benutzerdefinierten Integration

Logger: custom_components.panasonic_cc.pcomfortcloud.apiclient
Quelle: custom_components/panasonic_cc/pcomfortcloud/apiclient.py:118
Integration: panasonic_cc (Dokumentation, Probleme)
Erstmals aufgetreten: 23:08:39 (1 Vorkommnisse)
Zuletzt protokolliert: 23:08:39

Found 1 unknown device(s): {"deviceGuid": "B926575037", "deviceType": "2", "deviceName": "Ha", "connectionStatus": 0, "operationMode": 1, "zoneStatus": [{"zoneId": 1, "operationStatus": 0, "temperature": 21}, {"zoneId": 2}], "tankStatus": {}} Submit this log to https://github.com/sockless-coding/panasonic_cc/issues/310

Max6025 avatar Jan 04 '25 22:01 Max6025

@Max6025 give version 2025.1.1 a try I've added basic support for Aquarea devices

sockless-coding avatar Jan 11 '25 09:01 sockless-coding

Hi, I have similar issue with the version of 2025.5.0. latest version yet. No device found in HA, in the app it's found correctly. Debug as below: 2025-05-19 20:21:50.387 INFO (MainThread) [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'

Is this an authentication error? Or something wrong with the integration setup? Thanks in advance!

pitev avatar May 20 '25 09:05 pitev

Related to https://github.com/sockless-coding/panasonic_cc/issues/393, https://github.com/sockless-coding/panasonic_cc/issues/398 and https://github.com/cjaliaga/aioaquarea/issues/51

ZegarekPL avatar May 27 '25 12:05 ZegarekPL