2023-05-03 10:33:20.686 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration e3dc 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-03 10:33:20.689 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration landroid_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-03 10:33:20.694 WARNING (SyncWorker_0) [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-03 10:33:20.697 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration pyscript 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-03 10:33:20.700 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration watchman 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-03 10:34:00.538 WARNING (MainThread) [homeassistant.components.modbus.validators] sensor E3DC Solar Power scan_interval(2) is lower than 5 seconds, which may cause Home Assistant stability issues 2023-05-03 10:34:00.561 WARNING (MainThread) [homeassistant.components.modbus.validators] sensor E3DC Battery Power scan_interval(2) is lower than 5 seconds, which may cause Home Assistant stability issues 2023-05-03 10:34:00.563 WARNING (MainThread) [homeassistant.components.modbus.validators] sensor E3DC Power Consumption House scan_interval(2) is lower than 5 seconds, which may cause Home Assistant stability issues 2023-05-03 10:34:00.566 WARNING (MainThread) [homeassistant.components.modbus.validators] sensor E3DC Grid Power scan_interval(2) is lower than 5 seconds, which may cause Home Assistant stability issues 2023-05-03 10:34:03.568 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Wohnzimmer' for apple_tv integration not ready yet: Not found at 192.168.178.46, waiting for discovery; Retrying in background 2023-05-03 10:34:18.999 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.003 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.005 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.007 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.009 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.011 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.013 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.015 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.017 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.019 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.021 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform utility_meter is taking over 10 seconds. 2023-05-03 10:34:19.039 WARNING (MainThread) [homeassistant.config_entries] Config entry 'HP LaserJet Professional P1102w' for ipp integration not ready yet: Invalid response from API: Timeout occurred while connecting to IPP server.; Retrying in background 2023-05-03 10:34:24.647 INFO (SyncWorker_1) [fritzconnection] Unable to retrieve resource 'http://192.168.178.39:49000/igddesc.xml' from the device. 2023-05-03 10:34:24.653 INFO (SyncWorker_5) [fritzconnection] Unable to retrieve resource 'http://192.168.178.41:49000/igddesc.xml' from the device. 2023-05-03 10:34:33.148 ERROR (MainThread) [homeassistant.components.button] Platform esphome does not generate unique IDs. ID atom-bluetooth-proxy-0d4760buttonsafe_mode_boot already exists - ignoring button.bluetooth_proxy_0d4760_safe_mode_boot 2023-05-03 10:34:36.211 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for atom-bluetooth-proxy-0d4760 @ 192.168.178.64: Error connecting to ('192.168.178.64', 6053): [Errno 113] Connect call failed ('192.168.178.64', 6053) 2023-05-03 10:34:36.217 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for atom-bluetooth-proxy-0d4760 @ 192.168.178.64: Error connecting to ('192.168.178.64', 6053): [Errno 113] Connect call failed ('192.168.178.64', 6053) 2023-05-03 10:34:40.777 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 190, 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 2023-05-03 10:34:40.901 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 216, in new await app.startup(auto_form=auto_form) File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 190, 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 2023-05-03 10:34:49.796 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 190, 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 2023-05-03 10:34:49.912 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 216, in new await app.startup(auto_form=auto_form) File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 190, 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 2023-05-03 10:34:51.372 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform fritz is taking over 10 seconds. 2023-05-03 10:34:58.809 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 190, 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 2023-05-03 10:34:58.926 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 216, in new await app.startup(auto_form=auto_form) File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 190, 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 2023-05-03 10:34:58.933 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry SkyConnect Multi-PAN 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 383, 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 216, in new await app.startup(auto_form=auto_form) File "/usr/local/lib/python3.10/site-packages/zigpy/application.py", line 190, 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 2023-05-03 10:34:59.058 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-03 10:34:59.733 WARNING (MainThread) [homeassistant.config_entries] Config entry 'Home Assistant SkyConnect' for homeassistant_sky_connect integration not ready yet; Retrying in background 2023-05-03 10:35:00.392 WARNING (MainThread) [homeassistant.components.sensor] Sensor sensor.e3dc_battery_discharge_power has device class power, state class None and unit W thus indicating it has a numeric value; however, it has the non-numeric value: (); Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+template%22 2023-05-03 10:35:09.341 ERROR (MainThread) [homeassistant.components.button] Platform esphome does not generate unique IDs. ID atom-bluetooth-proxy-0d4760buttonsafe_mode_boot already exists - ignoring button.bluetooth_proxy_0d4760_safe_mode_boot 2023-05-03 10:35:12.375 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for atom-bluetooth-proxy-0d4760 @ 192.168.178.64: Error connecting to ('192.168.178.64', 6053): [Errno 113] Connect call failed ('192.168.178.64', 6053) 2023-05-03 10:35:12.380 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for atom-bluetooth-proxy-0d4760 @ 192.168.178.64: Error connecting to ('192.168.178.64', 6053): [Errno 113] Connect call failed ('192.168.178.64', 6053) 2023-05-03 10:38:55.589 WARNING (MainThread) [homeassistant.components.integration.sensor] Invalid state ( > 0): [] 2023-05-03 10:39:09.599 WARNING (MainThread) [homeassistant.components.integration.sensor] Invalid state ( > 0): [] 2023-05-03 10:39:25.602 WARNING (MainThread) [homeassistant.components.integration.sensor] Invalid state ( > 0): [] 2023-05-03 10:39:41.613 WARNING (MainThread) [homeassistant.components.integration.sensor] Invalid state ( > 0): [] 2023-05-03 10:39:57.616 WARNING (MainThread) [homeassistant.components.integration.sensor] Invalid state ( > 0): [] 2023-05-03 10:40:01.623 WARNING (MainThread) [homeassistant.components.integration.sensor] Invalid state ( > 0): [] 2023-05-03 10:40:49.650 WARNING (MainThread) [homeassistant.components.integration.sensor] Invalid state ( > 0): []