#UniFi Network integration fails to initialize in 2025.10.0

1 messages · Page 1 of 1 (latest)

river pagoda
#

I'm getting the following error when trying to initialize the UniFi Network integration after updating to 2025.10.0. It worked in previous versions. What's the best way to report this?

Error setting up entry Default for unifi
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 761, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/unifi/init.py", line 52, in async_setup_entry
await hub.initialize()
File "/usr/src/homeassistant/homeassistant/components/unifi/hub/hub.py", line 88, in initialize
await self.entity_loader.initialize()
File "/usr/src/homeassistant/homeassistant/components/unifi/hub/entity_loader.py", line 88, in initialize
await self._refresh_api_data()
File "/usr/src/homeassistant/homeassistant/components/unifi/hub/entity_loader.py", line 109, in _refresh_api_data
await self._refresh_data(self.api_updaters)
File "/usr/src/homeassistant/homeassistant/components/unifi/hub/entity_loader.py", line 95, in _refresh_data
results = await asyncio.gather(
^^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
)
^
File "/usr/local/lib/python3.13/site-packages/aiounifi/interfaces/api_handlers.py", line 103, in update
raw = await self.controller.request(self.api_request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/aiounifi/controller.py", line 69, in request
return await self.connectivity.request(api_request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

... Truncated for character limit

solid obsidian
#

Have you performed a full reboot after updating HA, so not just a restart?

river pagoda
#

I have not, I didn't know that was a thing we should do after updates. I'll try a full reboot and see if that fixes this

river pagoda
#

After a full reboot even more is failing: UniFi Network, Open Thread Border Router (not actually sure what that is), and Zigbee Home Automation. I rely heavily on the Zigbee one and don't see anything in the system logs, so I'll probably have to roll back to my backup

river pagoda
#

Rollback did nothing, i saw the same failures, but a full unplug of everything brought UniFi back up and running. Still have issues with Zigbee and Thread, but given they stuck around through a rollback I'd say they're unrelated to 2025.10. I'm going to close this and go investigate those issues