Dear All,
I have found a notice in my /config/home-assistant.log to report an error.
By today I have not done an error reporting and I’m also not sure if this is an issue which has to report as a bug. Hence I would like to ask for some advice how to proceed or what ist the solution.
The version of my HA (running on a NUKi3) is this:
current version of HA
Home Assistant 2023.1.4
Supervisor 2022.12.1
Operating System 9.4
Frontend 20230110.0 - latest
My log is here:
Please refer to line 3 → Detected code that uses str for device registry…
2023-01-14 09:54:05.781 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration linkplay 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-01-14 09:54:05.782 WARNING (SyncWorker_2) [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-01-14 09:54:13.750 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that uses str for device registry entry_type. This is deprecated and will stop working in Home Assistant 2022.3, it should be updated to use DeviceEntryType instead. Please report this issue.
Stack (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/usr/src/homeassistant/homeassistant/__main__.py", line 214, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 202, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 120, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 633, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 600, in run_forever
self._run_once()
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1896, in _run_once
handle._run()
File "/usr/local/lib/python3.10/asyncio/events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 589, in _async_add_entity
device = device_registry.async_get_or_create(**processed_dev_info) # type: ignore[arg-type]
File "/usr/src/homeassistant/homeassistant/helpers/device_registry.py", line 343, in async_get_or_create
report( # type: ignore[unreachable]
File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 74, in report
_LOGGER.warning(msg, stack_info=True)
2023-01-14 09:54:15.050 WARNING (MainThread) [homeassistant.config_entries] Config entry 'shellyplus1pm-a8032abe1598' for shelly integration not ready yet: DeviceConnectionError(DeviceConnectionError(ClientConnectorError(ConnectionKey(host='192.168.178.211', port=80, is_ssl=False, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-2018445140004677680), OSError(113, "Connect call failed ('192.168.178.211', 80)")))); Retrying in background
2023-01-14 09:54:16.715 WARNING (MainThread) [zigpy_deconz.api] No response to 'Command.aps_data_indication' command with seq id '0x45'
2023-01-14 09:54:16.842 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for greenhouse-esp32-1 @ 192.168.178.54: Error connecting to ('192.168.178.54', 6053): [Errno 113] Connect call failed ('192.168.178.54', 6053)
Thank you very much