Skip to content

Error in Airzone Cloud configuration #132523

@jfco16

Description

@jfco16

The problem

The integration, after initialization, shows a problem that says: "Configuration error". From the official Airzone application I can connect to my device without problems but from home assistant, not. I leave the record that appears in the log.

What version of Home Assistant Core has the issue?

core-2024.12.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Airzone Cloud

Link to integration documentation on our website

https://www.home-assistant.io/integrations/airzone_cloud

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Registrador: homeassistant.config_entries
Fuente: config_entries.py:640
Ocurrió por primera vez: 5 de diciembre de 2024, 01:18:32 (1 ocurrencias)
Última vez registrado: 5 de diciembre de 2024, 01:18:32

Error setting up entry Cartagena for airzone_cloud
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 701, in _request
    conn = await self._connector.connect(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        req, traces=traces, timeout=real_timeout
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 528, in connect
    await self._wait_for_available_connection(key, traces)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/connector.py", line 596, in _wait_for_available_connection
    await fut
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aioairzone_cloud/cloudapi.py", line 150, in api_request
    async with self.session.request(
               ~~~~~~~~~~~~~~~~~~~~^
        method,
        ^^^^^^^
    ...<4 lines>...
        timeout=self._api_timeout,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ) as resp:
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 1423, in __aenter__
    self._resp: _RetType = await self._coro
                           ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 607, in _request
    with timer:
         ^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 671, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/airzone_cloud/__init__.py", line 38, in async_setup_entry
    await airzone.login()
  File "/usr/local/lib/python3.13/site-packages/aioairzone_cloud/cloudapi.py", line 483, in login
    resp = await self.api_request(
           ^^^^^^^^^^^^^^^^^^^^^^^
    ...<6 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aioairzone_cloud/cloudapi.py", line 178, in api_request
    raise TimeoutError(err) from err
TimeoutError

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions