Tis was working but then the AC powered off. When we managed to get the AC up again, the Wifi connection to it registered as the below on my dashboard.
The error was
And the logs are
> Logger: homeassistant.config_entries
> Source: config_entries.py:637
> First occurred: 17:11:24 (1 occurrences)
> Last logged: 17:11:24
>
> Error setting up entry 192.168.1.22 for daikin
> Traceback (most recent call last):
> File "/usr/src/homeassistant/homeassistant/config_entries.py", line 637, in __async_setup_with_context
> result = await component.async_setup_entry(hass, self)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/src/homeassistant/homeassistant/components/daikin/__init__.py", line 45, in async_setup_entry
> device: Appliance = await DaikinFactory(
> ^^^^^^^^^^^^^^^^^^^^
> ...<5 lines>...
> )
> ^
> File "/usr/local/lib/python3.13/site-packages/pydaikin/factory.py", line 26, in __new__
> await instance.__init__(*a, **kw)
> File "/usr/local/lib/python3.13/site-packages/pydaikin/factory.py", line 61, in __init__
> await self._generated_object.init()
> File "/usr/local/lib/python3.13/site-packages/pydaikin/daikin_brp072c.py", line 34, in init
> await super().init()
> File "/usr/local/lib/python3.13/site-packages/pydaikin/daikin_brp069.py", line 148, in init
> await self.update_status(self.HTTP_RESOURCES)
> File "/usr/local/lib/python3.13/site-packages/pydaikin/daikin_base.py", line 194, in update_status
> async with asyncio.TaskGroup() as tg:
> ~~~~~~~~~~~~~~~~~^^
> File "/usr/local/lib/python3.13/asyncio/taskgroups.py", line 71, in __aexit__
> return await self._aexit(et, exc)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/local/lib/python3.13/asyncio/taskgroups.py", line 156, in _aexit
> raise propagate_cancellation_error
> File "/usr/local/lib/python3.13/asyncio/taskgroups.py", line 120, in _aexit
> await self._on_completed_fut
> asyncio.exceptions.CancelledError
I set this up so long ago that I can’t remember where to even start.
The wifi module is showing as connected on my unifi client dashboard, and I can ping it.
The downstairs unti is working just fine.