Help with a Skyconnect after moving the USB cable from being directly in the server port, to having a hub between the Skyconnect and the server. As far as I can see the /dev/USB0 is still there
I’m assuming the llusb output is different now:
[core-ssh ~]$ lsusb
Bus 003 Device 001: ID 1d6b:0003
Bus 002 Device 002: ID 10c4:ea60
Bus 001 Device 001: ID 1d6b:0001
Bus 002 Device 003: ID 0a12:0001
Bus 002 Device 001: ID 1d6b:0002
Im guessing the Device 002, was probably Device 001 previously but the ID 10c4:ea60 is the same
The core.config_entries file shows
{
"entry_id": "3f30fe5aacba83b8a16f90f7e440fe45",
"version": 1,
"domain": "homeassistant_sky_connect",
"title": "Home Assistant Sky Connect",
"data": {
"device": "/dev/ttyUSB0",
"vid": "10C4",
"pid": "EA60",
"serial_number": "80d0dd65c214ed11a1cdc18be054580b",
"manufacturer": "Nabu Casa",
"description": "SkyConnect v1.0"
},
"options": {},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "usb",
"unique_id": "10C4:EA60_80d0dd65c214ed11a1cdc18be054580b_Nabu Casa_SkyConnect v1.0",
"disabled_by": null
},
{
And the errors are, which I’m sure are caused by the USB connection:
2023-03-03 15:08:20.227 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 1 of 3)
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize
2023-03-03 15:08:23.357 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 2 of 3)
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize
2023-03-03 15:08:30.060 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 3 of 3)
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize
2023-03-03 15:08:30.063 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry SkyConnect Multi-PAN for zha
File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 112, in async_setup_entry
await zha_gateway.async_initialize()
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 200, in async_initialize
File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 185, in async_initialize
homeassistant.config_entries.OperationNotAllowed: The config entry SkyConnect Multi-PAN (zha) with entry_id 4a8e0ca4807279a29441d1fd9657028f cannot be setup because is already loaded in the ConfigEntryState.SETUP_ERROR state
I’m struggling to see where else to update to get the connection working again?