homeassistant/homeassistant/home-assistant.log.1

114 lines
14 KiB
Groff
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2025-01-19 20:29:40.049 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2025-01-19 20:29:41.190 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=143 from 2025-01-07 11:01:20.981305)
2025-01-19 20:29:57.676 ERROR (MainThread) [homeassistant.setup] Error during setup of component stream
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 416, in _async_setup_component
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 226, in async_setup
await hass.async_add_executor_job(set_pyav_logging, debug_enabled)
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 196, in set_pyav_logging
import av # pylint: disable=import-outside-toplevel
^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/av/__init__.py", line 3, in <module>
from av._core import time_base, library_versions, ffmpeg_version_info
ImportError: Error loading shared library : No such file or directory (needed by /usr/local/lib/python3.13/site-packages/av/../av.libs/libjxl-2cfeb5f2.so.0.10.2)
2025-01-19 20:30:00.106 WARNING (MainThread) [slixmpp.stringprep] Using slower stringprep, consider compiling the faster cython/libidn one.
2025-01-19 20:30:03.465 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x5dc28b20>, <Purpose.SERVER_AUTH: _ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')>) inside the event loop by integration 'harmony' at homeassistant/components/harmony/data.py, line 118: connected = await self._client.connect() (offender: /usr/local/lib/python3.13/ssl.py, line 722: context.load_default_certs(purpose)), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+harmony%22
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_default_certs
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 227, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 213, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 708, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 679, in run_forever
self._run_once()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2027, in _run_once
handle._run()
File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
self._context.run(self._callback, *self._args)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 788, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 551, in async_setup
await self.__async_setup_with_context(hass, integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 640, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
File "/usr/src/homeassistant/homeassistant/components/harmony/__init__.py", line 28, in async_setup_entry
await data.connect()
File "/usr/src/homeassistant/homeassistant/components/harmony/data.py", line 118, in connect
connected = await self._client.connect()
2025-01-19 20:30:04.616 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'default_config'. Setup failed for dependencies: ['stream']
2025-01-19 20:30:04.617 ERROR (MainThread) [homeassistant.setup] Setup failed for 'default_config': Could not setup dependencies: stream
2025-01-19 20:30:09.639 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for temp @ 192.168.178.57: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.178.57', port=6053))]: [Errno 113] Connect call failed ('192.168.178.57', 6053) (SocketAPIError)
2025-01-19 20:30:15.564 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_json] Deprecated flags [rgb, color_temp] used in MQTT JSON light config for handling color mode, please use `supported_color_modes` instead. Got: {'schema': 'json', 'command_topic': 'milight/0x1/rgb_cct/1', 'state_topic': 'milight/states/0x1/rgb_cct/1', 'device': {'manufacturer': 'esp8266_milight_hub', 'sw_version': '1.10.7', 'identifiers': [3346011, 1, 'rgb_cct', 1]}, 'availability_topic': 'milight/client_status', 'payload_available': 'connected', 'payload_not_available': 'disconnected', 'brightness': True, 'effect': True, 'effect_list': ['night_mode', 'white_mode', '0', '1', '2', '3', '4', '5', '6', '7', '8'], 'rgb': True, 'color_temp': True, 'unique_id': '330E5B-Wohnzimmer 1', 'name': 'Wohnzimmer 1'}. This will stop working in Home Assistant Core 2025.3
2025-01-19 20:30:15.575 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_json] Deprecated flags [rgb, color_temp] used in MQTT JSON light config for handling color mode, please use `supported_color_modes` instead. Got: {'schema': 'json', 'command_topic': 'milight/0x1/rgb_cct/2', 'state_topic': 'milight/states/0x1/rgb_cct/2', 'device': {'manufacturer': 'esp8266_milight_hub', 'sw_version': '1.10.7', 'identifiers': [3346011, 1, 'rgb_cct', 2]}, 'availability_topic': 'milight/client_status', 'payload_available': 'connected', 'payload_not_available': 'disconnected', 'brightness': True, 'effect': True, 'effect_list': ['night_mode', 'white_mode', '0', '1', '2', '3', '4', '5', '6', '7', '8'], 'rgb': True, 'color_temp': True, 'unique_id': '330E5B-Wohnzimmer 2', 'name': 'Wohnzimmer 2'}. This will stop working in Home Assistant Core 2025.3
2025-01-19 20:30:15.632 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_json] Deprecated flags [rgb, color_temp] used in MQTT JSON light config for handling color mode, please use `supported_color_modes` instead. Got: {'schema': 'json', 'command_topic': 'milight/0x1/rgb_cct/0', 'state_topic': 'milight/states/0x1/rgb_cct/0', 'device': {'manufacturer': 'esp8266_milight_hub', 'sw_version': '1.10.7', 'identifiers': [3346011, 1, 'rgb_cct', 0]}, 'availability_topic': 'milight/client_status', 'payload_available': 'connected', 'payload_not_available': 'disconnected', 'brightness': True, 'effect': True, 'effect_list': ['night_mode', 'white_mode', '0', '1', '2', '3', '4', '5', '6', '7', '8'], 'rgb': True, 'color_temp': True, 'unique_id': '330E5B-Wohnzimmer Alle', 'name': 'Wohnzimmer Alle'}. This will stop working in Home Assistant Core 2025.3
2025-01-19 20:30:32.900 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_rgb are missing or not currently available
2025-01-19 20:30:32.908 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_white are missing or not currently available
2025-01-19 20:30:32.913 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_rgb are missing or not currently available
2025-01-19 20:30:32.919 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_white are missing or not currently available
2025-01-19 20:30:58.041 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_json] Invalid color mode 'xy' received for entity light.0x00158d00053a1aab
2025-01-19 20:30:58.046 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_json] Invalid color mode 'xy' received for entity light.0x00158d00053c6311
2025-01-19 20:31:42.185 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_white are missing or not currently available
2025-01-19 20:31:42.188 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_rgb are missing or not currently available
2025-01-19 20:31:45.168 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_rgb are missing or not currently available
2025-01-19 20:31:45.169 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_white are missing or not currently available
2025-01-19 20:31:54.221 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_white are missing or not currently available
2025-01-19 20:31:54.223 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_rgb are missing or not currently available
2025-01-19 20:31:59.234 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_white are missing or not currently available
2025-01-19 20:31:59.238 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_rgb are missing or not currently available
2025-01-19 20:32:05.221 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_rgb are missing or not currently available
2025-01-19 20:32:05.222 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_white are missing or not currently available
2025-01-19 20:32:08.270 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_rgb are missing or not currently available
2025-01-19 20:32:08.273 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_white are missing or not currently available
2025-01-19 21:22:10.577 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_white are missing or not currently available
2025-01-19 21:22:10.579 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_rgb are missing or not currently available
2025-01-19 21:22:22.334 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_white are missing or not currently available
2025-01-19 21:22:22.341 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.lichtschlauch_rgb are missing or not currently available
2025-01-19 21:37:46.878 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_json] Invalid color mode 'xy' received for entity light.0x00158d00053a1aab
2025-01-19 21:37:46.880 WARNING (MainThread) [homeassistant.components.mqtt.light.schema_json] Invalid color mode 'xy' received for entity light.0x00158d00053c6311
2025-01-19 21:40:04.803 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x5c8e2bc0>, <Purpose.SERVER_AUTH: _ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')>) in /usr/local/lib/python3.13/ssl.py, line 722: context.load_default_certs(purpose) inside the event loop; This is causing stability issues. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_default_certs
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 227, in <module>
sys.exit(main())
File "/usr/src/homeassistant/homeassistant/__main__.py", line 213, in main
exit_code = runner.run(runtime_conf)
File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 708, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 679, in run_forever
self._run_once()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2027, in _run_once
handle._run()
File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
self._context.run(self._callback, *self._args)
File "/usr/local/lib/python3.13/site-packages/slixmpp/xmlstream/xmlstream.py", line 1107, in handler_callback_routine
await cb(data)
File "/usr/local/lib/python3.13/site-packages/aioharmony/hubconnector_xmpp.py", line 290, in _disconnected_handler
self._init_super()
File "/usr/local/lib/python3.13/site-packages/aioharmony/hubconnector_xmpp.py", line 71, in _init_super
super(HubConnector, self).__init__(
File "/usr/local/lib/python3.13/site-packages/slixmpp/clientxmpp.py", line 59, in __init__
BaseXMPP.__init__(self, jid, 'jabber:client', **kwargs)
File "/usr/local/lib/python3.13/site-packages/slixmpp/basexmpp.py", line 76, in __init__
XMLStream.__init__(self, **kwargs)
File "/usr/local/lib/python3.13/site-packages/slixmpp/xmlstream/xmlstream.py", line 301, in __init__
self.ssl_context = ssl.create_default_context()
File "/usr/local/lib/python3.13/ssl.py", line 722, in create_default_context
context.load_default_certs(purpose)
2025-01-19 21:40:08.980 ERROR (MainThread) [aioharmony.hubconnector_xmpp] 192.168.178.26: Connecting to HUB failed with error: [Errno 113] Connect call failed ('192.168.178.26', 5222)