Hi there! I updated to latest HA core on my virtualized HAOS and my skyconnect V1.0 stopped working with error that serial port is locked by other application. Checked logs and this is what i found about skyconnect.
2025-11-27 11:12:46.542 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Skyconnect v1.0, s/n: 4c3cde286f99ed119e5067dba7669f5d - Nabu Casa for zha
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/zha/__init__.py", line 262, in async_setup_entry
await async_notify_firmware_info(
...<3 lines>...
)
File "/usr/src/homeassistant/homeassistant/components/homeassistant_hardware/helpers.py", line 136, in notify_firmware_info
await self._async_trigger_hardware_discovery(firmware_info)
File "/usr/src/homeassistant/homeassistant/components/homeassistant_hardware/helpers.py", line 169, in _async_trigger_hardware_discovery
await self.hass.config_entries.flow.async_init(
...<6 lines>...
)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1464, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1512, in _async_init
result = await self._async_handle_step(flow, flow.init_step, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 493, in _async_handle_step
result: _FlowResultT = await getattr(flow, method)(user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/homeassistant_sky_connect/config_flow.py", line 202, in async_step_import
self._hw_variant = HardwareVariant.from_usb_product_name(usb_info.description)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/homeassistant_sky_connect/const.py", line 56, in from_usb_product_name
raise ValueError(f"Unknown SkyConnect product name: {usb_product_name}")
ValueError: Unknown SkyConnect product name: Skyconnect v1.0
Seems like there has been some changes on .py files that retursn unkown skyconnect product name?
has anyone else had this problem or found solution to this? everything works fine when i return to my latest back up thats from version 2025.9.4




