Hey all, I believe I did my searches and may have set myself up for some issue.
I have a Home Assistant instance I was running in Docker, backed up and installed HA-OS on metal, which I restored using the partial backup from Docker.
That got nearly everything working except some of the add-ons you have to run separate containers for to make work.
With all that being said, I have a Skyconnect for Zigbee, which is functioning great after the migration, with all devices there; however whenever I visit the Hardware Settings screen, I get an Unknown error popup and the below error in the logs.
I have SSH’d in and validated the device is present from the CLI, as well as from lsusb; and I see the device in the zigbee integration - in the repair section no items are listed as being repairable.
I am reluctant to poke around too hard, without some guidance, in those areas as I do not want to have to re-setup my zigbee network if possible (although it is small).
What kicked this off was wanting to add a second Skyconnect for Thread, but I cannot configure the hardware due to the error (it also shows up in lsusb and CLI).
Setup:
- Latest HAOS on 12th Gen Intel(R) Core™ i5-1240P (old Framework mainboard)
Logger: homeassistant.components.websocket_api.http.connection
Source: components/homeassistant_sky_connect/hardware.py:24
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 17:53:56 (26 occurrences)
Last logged: 23:36:32
[139941184612832] Error handling message: Unknown error (unknown_error) Philip from 192.168.10.13 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36)
[139941173512224] Error handling message: Unknown error (unknown_error) Philip from 192.168.1.221 (Mozilla/5.0 (Linux; Android 15; Pixel 9 Pro Build/AP4A.241205.013; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/131.0.6778.135 Mobile Safari/537.36 Home Assistant/2024.12.1-14604 (Android 15; Pixel 9 Pro))
[139941184604192] Error handling message: Unknown error (unknown_error) Philip from 192.168.10.13 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/hardware/websocket_api.py", line 65, in ws_info
hardware_info.extend([asdict(hw) for hw in platform.async_info(hass)])
~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/src/homeassistant/homeassistant/components/homeassistant_sky_connect/hardware.py", line 24, in async_info
vid=entry.data["vid"],
~~~~~~~~~~^^^^^^^
KeyError: 'vid'