home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.17k stars 30.2k forks source link

Skyconnect failed to set up #93078

Closed TonyMontuna closed 1 year ago

TonyMontuna commented 1 year ago

The problem

Hi All,

I migrated over to the skyconnect a few weeks ago and it's been running just fine but for some reason today I got this error.

I did upgrade to 2023.5.2 from 2023.5.0 today but I can't recall if that problem started immediately after that.

I get two different errors in the logs

Logger: homeassistant.config_entries
Source: components/zha/core/gateway.py:205
First occurred: 12:00:06 AM (3 occurrences)
Last logged: 12:13:51 AM

Error setting up entry SkyConnect v1.0, s/n: 4ce030d3b918ec118969f69a47486eb0 - Nabu Casa for zha
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 268, in reset
    return await self._reset_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 122, in async_setup_entry
    await zha_gateway.async_initialize()
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 220, in async_initialize
    raise exc
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 205, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 219, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 193, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 130, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 112, in initialize
    await ezsp._startup_reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 103, in _startup_reset
    await self.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 132, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 267, in reset
    async with asyncio_timeout(RESET_TIMEOUT):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError

and also

Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:205
Integration: Zigbee Home Automation (documentation, issues)
First occurred: May 6, 2023 at 11:59:49 PM (9 occurrences)
Last logged: 12:13:51 AM

Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 1 of 3)
Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 2 of 3)
Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 3 of 3)
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 268, in reset
    return await self._reset_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 205, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 219, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 193, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 130, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 112, in initialize
    await ezsp._startup_reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 103, in _startup_reset
    await self.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 132, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 267, in reset
    async with asyncio_timeout(RESET_TIMEOUT):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError

At this point I've tried

  1. Reload the configuration
  2. Restart HA
  3. unplugging and replugging in the skyconnect then restart HA
  4. trying skyconnect in alternate USB port then restart HA
  5. removing the Bluetooth range extender (sena, HA approved list) then restart HA
  6. navigated to official skyconnect flash page and reflashed skyconnect to zigbee only
  7. Repeat 1 - 5

I have not been able to get it working since the update.

I would just revert back to the backup it made prior to the update, but I've ignored it thinking I just needed to restart the system or it's something I could troubleshoot along the way and unrelated to the update.

I'm not sure at this point but I've been on a binge of creating helpers, automations, and the like. I'd really love to not have to restore to that backup.

Has anyone else had these two errors? Any solutions or possible advice?

Thanks in advance!

I am running a pi4

What version of Home Assistant Core has the issue?

2023.5.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ZHA

Link to integration documentation on our website

https://www.home-assistant.io/integrations/zha/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 year ago

Hey there @dmulcahey, @adminiuga, @puddly, mind taking a look at this issue as it has been labeled with an integration (zha) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `zha` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign zha` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


zha documentation zha source (message by IssueLinks)

puddly commented 1 year ago

There were no relevant ZHA changes between 2023.5.0 and 2023.5.2.

If you mention that you were able to re-flash the SkyConnect to Zigbee firmware, the SkyConnect is functional, since the web flasher uses the exact same Python packages to communicate with the SkyConnect as ZHA. This points to the only difference being your Pi's environment:

digi303 commented 1 year ago

I can confirm the problems. Since installing 2023.5.0, SkyConnect no longer works properly. Interestingly, the problem seemed to be solved with updating to 2023.5.2 - but after restarting Home Assistant, the integration fails again. Unfortunately, this has not changed with 2023.5.3. Even a downgrade does not help any more. I had to go back to 2023.4.5 so that ZHA with SkyConnect would run stably again.

I can only urgently advise every SkyConnect user to do without 2023.5.x for the time being.

puddly commented 1 year ago

If you're seeing a regression in functionality, to help debug this, can you please:

As mentioned above, nothing really changed in 2023.5.x related to the SkyConnect. I run my home network on one and can't reproduce this.

TonyMontuna commented 1 year ago

@puddly

I am using Home Assistant OS on a Pi4.

I do not know how to downgrade at this very moment but I will do research and try it out and send over the results.

Here is the current log

2023-05-15 20:06:30.794 WARNING (SyncWorker_0) [homeassistant.util.yaml.loader] YAML file /config/themes/rounded/rounded.yaml contains duplicate key "card-mod-view-yaml". Check lines 222 and 237
2023-05-15 20:06:31.697 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration dwains_dashboard which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.699 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration astroweather which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.700 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration azure_openai_conversation which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.704 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration ble_monitor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.707 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration webrtc which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.713 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration teamtracker which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.716 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration entity_controller which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.718 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration mass which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.720 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration scheduler which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.722 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration waste_management which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.725 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration flo which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.725 ERROR (SyncWorker_3) [homeassistant.loader] The custom integration 'flo' does not have a version key in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details
2023-05-15 20:06:31.727 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration alexa_media which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.730 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration adaptive_lighting which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.732 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration spotcast which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.734 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration huesyncbox which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.736 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration samsungtv_custom which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.736 ERROR (SyncWorker_3) [homeassistant.loader] The custom integration 'samsungtv_custom' does not have a version key in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details
2023-05-15 20:06:31.738 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration frigate which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.740 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration mail_and_packages which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.741 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration smart_thermostat which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.745 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.747 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration ytube_music_player which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.749 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration samsungtv_smart which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.752 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration lovelace_gen which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.754 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration presence_simulation which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.756 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration google_home which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.759 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration ui_lovelace_minimalist which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.761 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.763 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration magic_areas which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.765 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration sonoff which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.767 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration lightener which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.770 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration magicswitchbot which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.772 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration dyson_cloud which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.774 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration samsungtv_tizen which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.776 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration dyson_local which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.779 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.781 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration jlrincontrol which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:31.782 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration switchbot_press which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-05-15 20:06:56.240 WARNING (SyncWorker_3) [homeassistant.util.yaml.loader] YAML file /config/themes/rounded/rounded.yaml contains duplicate key "card-mod-view-yaml". Check lines 222 and 237
2023-05-15 20:07:02.987 WARNING (MainThread) [homeassistant.setup] Setup of input_datetime is taking over 10 seconds.
2023-05-15 20:07:02.988 WARNING (MainThread) [homeassistant.setup] Setup of input_boolean is taking over 10 seconds.
2023-05-15 20:07:02.990 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds.
2023-05-15 20:07:02.991 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds.
2023-05-15 20:07:02.993 WARNING (MainThread) [homeassistant.setup] Setup of input_number is taking over 10 seconds.
2023-05-15 20:07:02.994 WARNING (MainThread) [homeassistant.components.scene] Setup of scene platform homeassistant is taking over 10 seconds.
2023-05-15 20:07:02.996 WARNING (MainThread) [homeassistant.setup] Setup of input_button is taking over 10 seconds.
2023-05-15 20:07:02.998 WARNING (MainThread) [homeassistant.setup] Setup of schedule is taking over 10 seconds.
2023-05-15 20:07:02.999 WARNING (MainThread) [homeassistant.setup] Setup of webrtc is taking over 10 seconds.
2023-05-15 20:07:03.001 WARNING (MainThread) [homeassistant.setup] Setup of assist_pipeline is taking over 10 seconds.
2023-05-15 20:07:08.272 ERROR (SyncWorker_10) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:07:13.318 ERROR (SyncWorker_10) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:07:13.646 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Upstairs Roomba' for roomba integration not ready yet; Retrying in background
2023-05-15 20:07:13.664 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Amazon Smart Sticky Note Printer (C26-3083982218A0)' for ipp integration not ready yet: Invalid response from API: Error occurred while communicating with IPP server.; Retrying in background
2023-05-15 20:07:18.330 ERROR (SyncWorker_10) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:07:18.335 ERROR (SyncWorker_10) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:07:18.707 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Exhaust Fan ' for tplink integration not ready yet: Unable to connect to the device: 192.168.86.25: [Errno 111] Connect call failed ('192.168.86.25', 9999); Retrying in background
2023-05-15 20:07:19.454 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.office_formaldehyde (<class 'custom_components.dyson_local.sensor.DysonHCHOSensor'>) is using native unit of measurement 'None' which is not a valid unit for the device class ('volatile_organic_compounds') it is using; expected one of ['µg/m³']; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
2023-05-15 20:07:22.360 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Upstairs Hallway' for tplink integration not ready yet: Unable to connect to the device: 192.168.86.56: [Errno 113] Connect call failed ('192.168.86.56', 9999); Retrying in background
2023-05-15 20:07:29.566 ERROR (MainThread) [zigpy.application] Couldn't start application
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 268, in reset
    return await self._reset_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 193, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 131, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 150, in initialize
    await ezsp._startup_reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 141, in _startup_reset
    await self.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 170, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 267, in reset
    async with asyncio_timeout(RESET_TIMEOUT):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
2023-05-15 20:07:29.680 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 1 of 3)
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 268, in reset
    return await self._reset_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 205, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 219, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 193, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 131, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 150, in initialize
    await ezsp._startup_reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 141, in _startup_reset
    await self.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 170, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 267, in reset
    async with asyncio_timeout(RESET_TIMEOUT):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
2023-05-15 20:07:30.185 ERROR (MainThread) [homeassistant.components.media_player] Platform samsungtv does not generate unique IDs. ID e4f8c51c-fbcb-4c26-8275-5c0a22ed738c already exists - ignoring media_player.the_frame
2023-05-15 20:07:35.497 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform dlna_dmr is taking over 10 seconds.
2023-05-15 20:07:35.518 WARNING (MainThread) [homeassistant.components.media_player] Setup of media_player platform dlna_dmr is taking over 10 seconds.
2023-05-15 20:07:37.797 ERROR (MainThread) [zigpy.application] Couldn't start application
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 268, in reset
    return await self._reset_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 193, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 131, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 150, in initialize
    await ezsp._startup_reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 141, in _startup_reset
    await self.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 170, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 267, in reset
    async with asyncio_timeout(RESET_TIMEOUT):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
2023-05-15 20:07:37.928 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 2 of 3)
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 268, in reset
    return await self._reset_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 205, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 219, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 193, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 131, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 150, in initialize
    await ezsp._startup_reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 141, in _startup_reset
    await self.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 170, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 267, in reset
    async with asyncio_timeout(RESET_TIMEOUT):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
2023-05-15 20:07:46.002 ERROR (MainThread) [zigpy.application] Couldn't start application
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 268, in reset
    return await self._reset_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 193, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 131, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 150, in initialize
    await ezsp._startup_reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 141, in _startup_reset
    await self.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 170, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 267, in reset
    async with asyncio_timeout(RESET_TIMEOUT):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
2023-05-15 20:07:46.114 WARNING (MainThread) [homeassistant.components.zha.core.gateway] Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 3 of 3)
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 268, in reset
    return await self._reset_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 205, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 219, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 193, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 131, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 150, in initialize
    await ezsp._startup_reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 141, in _startup_reset
    await self.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 170, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 267, in reset
    async with asyncio_timeout(RESET_TIMEOUT):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
2023-05-15 20:07:46.119 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry SkyConnect v1.0, s/n: 4ce030d3b918ec118969f69a47486eb0 - Nabu Casa for zha
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 268, in reset
    return await self._reset_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
    result = await component.async_setup_entry(hass, self)
  File "/usr/src/homeassistant/homeassistant/components/zha/__init__.py", line 122, in async_setup_entry
    await zha_gateway.async_initialize()
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 220, in async_initialize
    raise exc
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 205, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 219, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 193, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 131, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 150, in initialize
    await ezsp._startup_reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 141, in _startup_reset
    await self.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 170, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 267, in reset
    async with asyncio_timeout(RESET_TIMEOUT):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
2023-05-15 20:07:46.165 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Open Thread Border Router' for otbr integration not ready yet: Unable to connect; Retrying in background
2023-05-15 20:07:46.791 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'scene_entity' is undefined when rendering '{{scene_entity}}'
2023-05-15 20:07:46.842 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'scene_entity' is undefined when rendering '{{scene_entity}}'
2023-05-15 20:07:51.872 ERROR (SyncWorker_8) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:07:52.573 ERROR (MainThread) [homeassistant.components.esphome.dashboard] Error requesting ESPHome Dashboard data: Cannot connect to host 127.0.0.1:63329 ssl:default [Connect call failed ('127.0.0.1', 63329)]
2023-05-15 20:07:56.894 ERROR (SyncWorker_8) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:08:01.922 ERROR (SyncWorker_8) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:08:01.949 ERROR (SyncWorker_8) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:08:10.760 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:08:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/909a77377cc3/info/state'
2023-05-15 20:08:10.865 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:08:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/a8e2c1746f04/info/state'
2023-05-15 20:08:11.162 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:08:Z","wirelessNetwork":null,"wirelessSignal":null}' from 'ring/dr721x-3erub-0/camera/4c2498712026/info/state'
2023-05-15 20:08:14.296 ERROR (SyncWorker_12) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:08:19.305 ERROR (SyncWorker_12) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:08:24.312 ERROR (SyncWorker_12) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:08:24.332 ERROR (SyncWorker_12) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:08:39.648 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:08:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/a8e2c1746f04/info/state'
2023-05-15 20:08:39.660 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:08:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/909a77377cc3/info/state'
2023-05-15 20:08:39.690 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:08:Z","wirelessNetwork":null,"wirelessSignal":null}' from 'ring/dr721x-3erub-0/camera/4c2498712026/info/state'
2023-05-15 20:08:43.967 WARNING (MainThread) [homeassistant.components.ring] Time out fetching Ring active dings data
2023-05-15 20:08:44.670 ERROR (SyncWorker_7) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:08:49.674 ERROR (SyncWorker_7) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:08:54.678 ERROR (SyncWorker_7) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:08:54.680 ERROR (SyncWorker_7) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:09:34.818 ERROR (SyncWorker_10) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:09:39.826 ERROR (SyncWorker_10) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:09:44.834 ERROR (SyncWorker_10) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:09:44.834 ERROR (SyncWorker_10) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:11:04.987 ERROR (SyncWorker_1) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:11:09.994 ERROR (SyncWorker_1) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:11:14.999 ERROR (SyncWorker_1) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:11:15.000 ERROR (SyncWorker_1) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:12:24.223 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:12:Z","wirelessNetwork":null,"wirelessSignal":null}' from 'ring/dr721x-3erub-0/camera/4c2498712026/info/state'
2023-05-15 20:12:24.632 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:12:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/909a77377cc3/info/state'
2023-05-15 20:12:24.831 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:12:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/a8e2c1746f04/info/state'
2023-05-15 20:12:35.358 ERROR (SyncWorker_12) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:12:40.366 ERROR (SyncWorker_12) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:12:44.003 WARNING (MainThread) [homeassistant.components.ring] Time out fetching Ring active dings data
2023-05-15 20:12:45.374 ERROR (SyncWorker_12) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:12:45.376 ERROR (SyncWorker_12) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:14:05.542 ERROR (SyncWorker_14) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:14:10.550 ERROR (SyncWorker_14) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:14:15.557 ERROR (SyncWorker_14) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:14:15.561 ERROR (SyncWorker_14) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:15:22.302 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.ble_cypress_humidity_1ca92e23f0874df7b9a2fd4b716a4bf6 (<class 'custom_components.ble_monitor.sensor.HumiditySensor'>) is using native unit of measurement 'RH%' which is not a valid unit for the device class ('humidity') it is using; expected one of ['%']; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author.
2023-05-15 20:15:35.870 ERROR (SyncWorker_7) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:15:40.875 ERROR (SyncWorker_7) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:15:45.882 ERROR (SyncWorker_7) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:15:45.883 ERROR (SyncWorker_7) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:17:06.271 ERROR (SyncWorker_0) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:17:11.284 ERROR (SyncWorker_0) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:17:16.292 ERROR (SyncWorker_0) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:17:16.295 ERROR (SyncWorker_0) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:17:24.234 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:17:Z","wirelessNetwork":null,"wirelessSignal":null}' from 'ring/dr721x-3erub-0/camera/4c2498712026/info/state'
2023-05-15 20:17:24.639 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:17:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/909a77377cc3/info/state'
2023-05-15 20:17:24.818 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:17:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/a8e2c1746f04/info/state'
2023-05-15 20:18:36.558 ERROR (SyncWorker_20) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:18:41.566 ERROR (SyncWorker_20) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:18:46.574 ERROR (SyncWorker_20) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:18:46.575 ERROR (SyncWorker_20) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:20:07.058 ERROR (SyncWorker_11) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:20:12.062 ERROR (SyncWorker_11) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:20:17.068 ERROR (SyncWorker_11) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:20:17.069 ERROR (SyncWorker_11) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:20:24.088 WARNING (MainThread) [homeassistant.components.ring] Time out fetching Ring active dings data
2023-05-15 20:21:37.454 ERROR (SyncWorker_29) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:21:42.460 ERROR (SyncWorker_29) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:21:47.467 ERROR (SyncWorker_29) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:21:47.468 ERROR (SyncWorker_29) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:22:24.168 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:22:Z","wirelessNetwork":null,"wirelessSignal":null}' from 'ring/dr721x-3erub-0/camera/4c2498712026/info/state'
2023-05-15 20:22:24.643 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:22:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/909a77377cc3/info/state'
2023-05-15 20:22:24.829 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:22:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/a8e2c1746f04/info/state'
2023-05-15 20:23:07.698 ERROR (SyncWorker_19) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:23:12.702 ERROR (SyncWorker_19) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:23:17.710 ERROR (SyncWorker_19) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:23:17.711 ERROR (SyncWorker_19) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:24:37.790 ERROR (SyncWorker_23) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:24:42.798 ERROR (SyncWorker_23) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:24:47.804 ERROR (SyncWorker_23) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:24:47.806 ERROR (SyncWorker_23) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:26:08.170 ERROR (SyncWorker_31) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:26:13.178 ERROR (SyncWorker_31) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:26:18.194 ERROR (SyncWorker_31) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:26:18.204 ERROR (SyncWorker_31) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:27:24.172 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:27:Z","wirelessNetwork":null,"wirelessSignal":null}' from 'ring/dr721x-3erub-0/camera/4c2498712026/info/state'
2023-05-15 20:27:24.685 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:27:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/909a77377cc3/info/state'
2023-05-15 20:27:24.836 WARNING (MainThread) [homeassistant.components.mqtt.sensor] Invalid state message '{"firmwareStatus":null,"lastUpdate":"2023-05-16 00:27:Z","wirelessNetwork":"TP-LINK_396F","wirelessSignal":null}' from 'ring/dr721x-3erub-0/chime/a8e2c1746f04/info/state'
2023-05-15 20:27:38.594 ERROR (SyncWorker_21) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:27:43.598 ERROR (SyncWorker_21) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:27:48.602 ERROR (SyncWorker_21) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:27:48.603 ERROR (SyncWorker_21) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:29:05.647 WARNING (MainThread) [homeassistant.components.ring] Time out fetching Ring active dings data
2023-05-15 20:29:08.838 ERROR (SyncWorker_0) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:29:13.842 ERROR (SyncWorker_0) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:29:18.850 ERROR (SyncWorker_0) [roombapy.remote_client] Can't connect to 192.168.86.77, error: timed out
2023-05-15 20:29:18.855 ERROR (SyncWorker_0) [roombapy.remote_client] Unable to connect to 192.168.86.77
2023-05-15 20:29:20.658 WARNING (MainThread) [homeassistant.components.ring] Time out fetching Ring active dings data
TonyMontuna commented 1 year ago

There were no relevant ZHA changes between 2023.5.0 and 2023.5.2.

If you mention that you were able to re-flash the SkyConnect to Zigbee firmware, the SkyConnect is functional, since the web flasher uses the exact same Python packages to communicate with the SkyConnect as ZHA. This points to the only difference being your Pi's environment:

  • Do you have the "Silicon Labs Multiprotocol" addon installed? If not, do not install it.
  • Do you have any other Zigbee integrations installed? For example, Zigbee2MQTT. These would interfere with communication, since the two integrations would fight for control over the serial port.

I did have it installed, however, it is not running.

I did have Z2M but I removed it once I switched over to the skyconnect

TonyMontuna commented 1 year ago

@puddly I got a new error log today

Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:205
Integration: Zigbee Home Automation (documentation, issues)
First occurred: 8:47:14 AM (3 occurrences)
Last logged: 8:47:31 AM

Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 1 of 3)
Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 2 of 3)
Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator (attempt 3 of 3)
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 268, in reset
    return await self._reset_future
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 205, in async_initialize
    self.application_controller = await app_controller_cls.new(
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 219, in new
    await app.startup(auto_form=auto_form)
  File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 193, in startup
    await self.connect()
  File "/usr/local/lib/python3.10/site-packages/bellows/zigbee/application.py", line 131, in connect
    self._ezsp = await bellows.ezsp.EZSP.initialize(self.config)
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 150, in initialize
    await ezsp._startup_reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 141, in _startup_reset
    await self.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/ezsp/__init__.py", line 170, in reset
    await self._gw.reset()
  File "/usr/local/lib/python3.10/site-packages/bellows/uart.py", line 267, in reset
    async with asyncio_timeout(RESET_TIMEOUT):
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 129, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.10/site-packages/async_timeout/__init__.py", line 212, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError
puddly commented 1 year ago

I did have it installed, however, it is not running.

If you enabled multi-protocol support, new firmware was flashed to your SkyConnect that makes it incompatible with ZHA directly. If you want to revert back to normal Zigbee firmware, follow the instructions in the documentation: https://skyconnect.home-assistant.io/procedures/disable-multiprotocol/

digi303 commented 1 year ago

I have found and solved my problem with ZHA. Since the update to 2023.5.x, ZHA no longer ran or ran only briefly. After a restart, the integration was basically not configurable. In my configuration.yaml the following entry was found:

zha:

zigpy_config:

ota:

  #ikea_provider: true         # Auto update Trådfri devices.
  #ledvance_provider: true # Auto update LEDVANCE/OSRAM devices
  #salus_provider: true       # Auto update SALUS/Computime devices
  #inovelli_provider: true    # Auto update INOVELLI devices
  #thirdreality_provider: true # Auto update 3REALITY devices
  #otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else

this is also on the page: https://www.home-assistant.io/integrations/zha/

When I deactivated this (in the example above its already deactivated) , the integration ran immediately.

jakobschou commented 1 year ago

Was the config entry something you had added yourself at some point?

And is it still working?

digi303 commented 1 year ago

Yes, I added the config entry manually because I brought the Ikea update for the Trådfri switch. Without that, it simply didn't work at all. Fortunately, the update went through and installed with a version prior to 2023.5. After that, I didn't really need the entry any more, but I left it as it was because it didn't do any harm. At least until 2023.5.x

issue-triage-workflows[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.