2025.6.3 crash after startup

After upgrading to 2025.6.3 my system runs for a few minutes before it stops accepting connections to the web interface.
HAOS 15.2 running 2025.6.3 Navive on Intel NUC.

Nothing obvious I can understand in homeassistant.log, even with debug enabled

The machine was still operational, responded to ping.
The console (attached to HW) still functioned and when in a shell I could each local addresses, and public, DNS resolved public addresses fine.
Restarting (from CLI obvs) would repeat the process: HA starts and I can reach lovelace but only for a short period. Then Ui stopped but nothing logged to console. observer said all OK too.

ha core check complained about a template - removed it and issue persisted.
restarting in safe mode (confiremd in the UI) repeated the same behaviour, worked for a brief period then front end stopped responging.

Anter many soft and hard restarts, disabled some recently added addons and no change…

Eventually I partial restored a 2025.6.1 backup and it’s stable again.

2025-06-29 17:12:52.594 ERROR (MainThread) [homeassistant.setup] Setup failed for 'google_maps': No setup or config entry setup function defined.
2025-06-29 17:12:53.052 ERROR (MainThread) [homeassistant.config_entries] Migration handler not found for entry Life360 for life360
2025-06-29 17:12:53.739 ERROR (ImportExecutor_0) [homeassistant] Error doing job: Unclosed client session (None)
2025-06-29 17:12:53.742 ERROR (ImportExecutor_0) [homeassistant] Error doing job: Unclosed connector (None)
2025-06-29 17:13:09.989 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{ 
  is_state_attr('sensor.evo_bigroom', 'CallForHeat', 'True') 
  or is_state_attr('sensor.evo_dining_room', 'CallForHeat', 'True') 
  or is_state_attr('sensor.evo_living_room', 'CallForHeat', 'True') 
  or state_attr('climate.lounge','current_temperature') < state_attr('climate.lounge','temperature')
  or state_attr('climate.big_room','current_temperature') < state_attr('climate.big_room','temperature')
  or state_attr('climate.dining_room','current_temperature') < state_attr('climate.dining_room','temperature')
  or state_attr('climate.dining_room_2','current_temperature') < state_attr('climate.dining_room_2','temperature')
  or state_attr('climate.living_room','current_temperature') < state_attr('climate.living_room','temperature')
  or state_attr('climate.living_room_2','current_temperature') < state_attr('climate.living_room_2','temperature')
}}) renders=2>
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 644, in async_render
    render_result = _render_with_context(self.template, compiled, **kwargs)
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2969, in _render_with_context
    return template.render(**kwargs)
           ~~~~~~~~~~~~~~~^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 1295, in render
    self.environment.handle_exception()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 942, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "<template>", line 10, in top-level template code
TypeError: '<' not supported between instances of 'NoneType' and 'NoneType'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 761, in async_render_to_info
    render_info._result = self.async_render(  # noqa: SLF001
                          ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
        variables, strict=strict, log_fn=log_fn, **kwargs
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 646, in async_render
    raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: TypeError: '<' not supported between instances of 'NoneType' and 'NoneType'
2025-06-29 17:13:09.993 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('TypeError: '<' not supported between instances of 'NoneType' and 'NoneType'') while processing template 'Template<template=({{ 
  is_state_attr('sensor.evo_bigroom', 'CallForHeat', 'True') 
  or is_state_attr('sensor.evo_dining_room', 'CallForHeat', 'True') 
  or is_state_attr('sensor.evo_living_room', 'CallForHeat', 'True') 
  or state_attr('climate.lounge','current_temperature') < state_attr('climate.lounge','temperature')
  or state_attr('climate.big_room','current_temperature') < state_attr('climate.big_room','temperature')
  or state_attr('climate.dining_room','current_temperature') < state_attr('climate.dining_room','temperature')
  or state_attr('climate.dining_room_2','current_temperature') < state_attr('climate.dining_room_2','temperature')
  or state_attr('climate.living_room','current_temperature') < state_attr('climate.living_room','temperature')
  or state_attr('climate.living_room_2','current_temperature') < state_attr('climate.living_room_2','temperature')
}}) renders=4>' for attribute '_attr_native_value' in entity 'sensor.evo_dsdemand'
2025-06-29 17:13:14.793 ERROR (ImportExecutor_0) [homeassistant] Error doing job: Unclosed client session (None)
2025-06-29 17:13:14.794 ERROR (ImportExecutor_0) [homeassistant] Error doing job: Unclosed connector (None)
2025-06-29 17:13:30.370 ERROR (Recorder) [homeassistant] Error doing job: Unclosed client session (None)
2025-06-29 17:13:30.371 ERROR (Recorder) [homeassistant] Error doing job: Unclosed connector (None)
2025-06-29 17:14:30.372 ERROR (Recorder) [homeassistant] Error doing job: Unclosed client session (None)
2025-06-29 17:14:30.374 ERROR (Recorder) [homeassistant] Error doing job: Unclosed connector (None)

HA-log.fault:

 Fatal Python error: Segmentation fault

Thread 0x00007f9856d2fb30 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/src/homeassistant/homeassistant/components/recorder/executor.py", line 22 in _worker_with_shutdown_hook
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f986b45cb30 (most recent call first):
  <no Python frame>

Thread 0x00007f986997fb30 (most recent call first):
  File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 1663 in _loop
  File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 2297 in loop_forever
  File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 4523 in _thread_main
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f986b67fb30 (most recent call first):
  File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201 in protected_loop_func
  File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 122 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f98726e0b30 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f98727ffb30 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f9874e9fb30 (most recent call first):
  File "/usr/src/homeassistant/homeassistant/components/influxdb/__init__.py", line 552 in get_events_json
  File "/usr/src/homeassistant/homeassistant/components/influxdb/__init__.py", line 600 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f98ab8a4b38 (most recent call first):
  <no Python frame>

Thread 0x00007f989d87fb38 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/src/homeassistant/homeassistant/components/recorder/executor.py", line 22 in _worker_with_shutdown_hook
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f989e31fb38 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/src/homeassistant/homeassistant/components/recorder/executor.py", line 22 in _worker_with_shutdown_hook
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f98a237fb38 (most recent call first):
  File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 853 in _run_event_loop
  File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 812 in _run
  File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 690 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f98aa3ffb38 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f98ab9e7b38 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f98abaebb38 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap


Extension modules: _cffi_backend, ciso8601, yaml._yaml, propcache._helpers_c, ulid_transform._ulid_impl, multidict._multidict, yarl._quoting_c, markupsafe._speedups, _brotli, aiohttp._http_writer, aiohttp._http_parser, aiohttp._websocket.mask, aiohttp._websocket.reader_c, frozenlist._frozenlist, annotatedyaml.reference, annotatedyaml.constructors, _awscrt, charset_normalizer.md, simplejson._speedups, requests.packages.charset_normalizer.md, requests.packages.chardet.md, dbus_fast.signature, dbus_fast._private.marshaller, dbus_fast.message, dbus_fast.service, dbus_fast._private.address, dbus_fast.unpack, dbus_fast.message_bus, dbus_fast._private.unmarshaller, dbus_fast.aio.message_reader, habluetooth.models, habluetooth.advertisement_tracker, bluetooth_data_tools.gap, bluetooth_data_tools._time_impl, bluetooth_data_tools._utils_impl, bluetooth_data_tools.utils, habluetooth.manager, habluetooth.base_scanner, habluetooth.scanner, zeroconf._utils.time, zeroconf._dns, zeroconf._protocol.outgoing, zeroconf._protocol.incoming, zeroconf._cache, zeroconf._record_update, zeroconf._history, zeroconf._updates, zeroconf._services, zeroconf._utils.ipaddress, zeroconf._services.info, zeroconf._services.registry, zeroconf._handlers.answers, zeroconf._handlers.multicast_outgoing_queue, zeroconf._handlers.query_handler, zeroconf._handlers.record_manager, zeroconf._listener, zeroconf._services.browser, sqlalchemy.cyextension.collections, sqlalchemy.cyextension.immutabledict, sqlalchemy.cyextension.processors, sqlalchemy.cyextension.resultproxy, sqlalchemy.cyextension.util, greenlet._greenlet, fnv_hash_fast._fnv_impl, PIL._imaging, isal.igzip_lib, isal.isal_zlib, cached_ipaddress.ipaddress, audioop._audioop, numpy._core._multiarray_umath, numpy.linalg._umath_linalg, av._core, av.logging, av.bytesource, av.buffer, av.audio.format, av.enum, av.error, av.utils, av.option, av.descriptor, av.container.pyio, av.dictionary, av.format, av.stream, av.container.streams, av.sidedata.motionvectors, av.sidedata.sidedata, av.opaque, av.packet, av.container.input, av.container.output, av.container.core, av.codec.context, av.video.format, av.video.reformatter, av.plane, av.video.plane, av.video.frame, av.video.stream, av.codec.codec, av.frame, av.audio.layout, av.audio.plane, av.audio.frame, av.audio.stream, av.filter.pad, av.filter.link, av.filter.context, av.filter.graph, av.filter.filter, av.audio.resampler, av.audio.codeccontext, av.audio.fifo, av.bitstream, av.video.codeccontext, convertertools.impl, netifaces, psutil._psutil_linux, psutil._psutil_posix, cchardet._cchardet, lxml._elementpath, lxml.etree, msgpack._cmsgpack, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, pandas._libs.tslibs.ccalendar, pandas._libs.tslibs.np_datetime, pandas._libs.tslibs.dtypes, pandas._libs.tslibs.base, pandas._libs.tslibs.nattype, pandas._libs.tslibs.timezones, pandas._libs.tslibs.fields, pandas._libs.tslibs.timedeltas, pandas._libs.tslibs.tzconversion, pandas._libs.tslibs.timestamps, pandas._libs.properties, pandas._libs.tslibs.offsets, pandas._libs.tslibs.strptime, pandas._libs.tslibs.parsing, pandas._libs.tslibs.conversion, pandas._libs.tslibs.period, pandas._libs.tslibs.vectorized, pandas._libs.ops_dispatch, pandas._libs.missing, pandas._libs.hashtable, pandas._libs.algos, pandas._libs.interval, pandas._libs.lib, pandas._libs.ops, pandas._libs.hashing, pandas._libs.arrays, pandas._libs.tslib, pandas._libs.sparse, pandas._libs.internals, pandas._libs.indexing, pandas._libs.index, pandas._libs.writers, pandas._libs.join, pandas._libs.window.aggregations, pandas._libs.window.indexers, pandas._libs.reshape, pandas._libs.groupby, pandas._libs.json, pandas._libs.parsers, pandas._libs.testing, websockets.speedups, google._upb._message, aioesphomeapi._frame_helper.base, aioesphomeapi._frame_helper.pack, aioesphomeapi._frame_helper.noise_encryption, aioesphomeapi._frame_helper.packets, aioesphomeapi._frame_helper.noise, aioesphomeapi._frame_helper.plain_text, aioesphomeapi.connection, aioesphomeapi.client_base, bleak_esphome.backend.scanner, psycopg2._psycopg, gpiod._ext (total: 186)
Fatal Python error: Segmentation fault

Thread 0x00007f6a0f07fb30 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/src/homeassistant/homeassistant/components/recorder/executor.py", line 22 in _worker_with_shutdown_hook
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f6a248c0b30 (most recent call first):
  <no Python frame>

Thread 0x00007f6a22cffb30 (most recent call first):
  File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 1663 in _loop
  File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 2297 in loop_forever
  File "/usr/local/lib/python3.13/site-packages/paho/mqtt/client.py", line 4523 in _thread_main
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f6a2407fb30 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f6a249dfb30 (most recent call first):
  File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201 in protected_loop_func
  File "/usr/local/lib/python3.13/site-packages/tuya_sharing/mq.py", line 122 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f6a2dce7b30 (most recent call first):
  File "/usr/src/homeassistant/homeassistant/components/influxdb/__init__.py", line 552 in get_events_json
  File "/usr/src/homeassistant/homeassistant/components/influxdb/__init__.py", line 600 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f6a66229b38 (most recent call first):
  <no Python frame>

Thread 0x00007f6a55c7fb38 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/src/homeassistant/homeassistant/components/recorder/executor.py", line 22 in _worker_with_shutdown_hook
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f6a5671fb38 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/src/homeassistant/homeassistant/components/recorder/executor.py", line 22 in _worker_with_shutdown_hook
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f6a5a77fb38 (most recent call first):
  File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 853 in _run_event_loop
  File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 812 in _run
  File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 690 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f6a617ffb38 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007f6a61dffb38 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007fcab2b94b38 (most recent call first):
  File "/usr/local/lib/python3.13/logging/handlers.py", line 1539 in dequeue
  File "/usr/local/lib/python3.13/logging/handlers.py", line 1590 in _monitor
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Thread 0x00007fcab2cbcb38 (most recent call first):
  File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 90 in _worker
  File "/usr/local/lib/python3.13/threading.py", line 992 in run
  File "/usr/local/lib/python3.13/threading.py", line 1041 in _bootstrap_inner
  File "/usr/local/lib/python3.13/threading.py", line 1012 in _bootstrap

Current thread 0x00007fcabd850b28 (most recent call first):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/http_writer.py", line 217 in write_headers
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 1467 in send
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 746 in _connect_and_send_request
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 770 in _request
  File "/usr/local/lib/python3.13/site-packages/go2rtc_client/rest.py", line 62 in request
  File "/usr/local/lib/python3.13/site-packages/go2rtc_client/rest.py", line 81 in get_info
  File "/usr/local/lib/python3.13/site-packages/go2rtc_client/exceptions.py", line 56 in _func
  File "/usr/local/lib/python3.13/site-packages/go2rtc_client/rest.py", line 157 in validate_server_version
  File "/usr/local/lib/python3.13/site-packages/go2rtc_client/exceptions.py", line 56 in _func
  File "/usr/src/homeassistant/homeassistant/components/go2rtc/server.py", line 213 in _monitor_api
  File "/usr/local/lib/python3.13/asyncio/events.py", line 89 in _run
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2034 in _run_once
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 677 in run_forever
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 706 in run_until_complete
  File "/usr/src/homeassistant/homeassistant/runner.py", line 154 in run
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 213 in main
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 227 in <module>
  File "<frozen runpy>", line 88 in _run_code
  File "<frozen runpy>", line 198 in _run_module_as_main

Extension modules: _cffi_backend, ciso8601, yaml._yaml, propcache._helpers_c, ulid_transform._ulid_impl, multidict._multidict, yarl._quoting_c, markupsafe._speedups, _brotli, aiohttp._http_writer, aiohttp._http_parser, aiohttp._websocket.mask, aiohttp._websocket.reader_c, frozenlist._frozenlist, annotatedyaml.reference, annotatedyaml.constructors, _awscrt, charset_normalizer.md, simplejson._speedups, requests.packages.charset_normalizer.md, requests.packages.chardet.md, dbus_fast.signature, dbus_fast._private.marshaller, dbus_fast.message, dbus_fast.service, dbus_fast._private.address, dbus_fast.unpack, dbus_fast.message_bus, dbus_fast._private.unmarshaller, dbus_fast.aio.message_reader, habluetooth.models, habluetooth.advertisement_tracker, bluetooth_data_tools.gap, bluetooth_data_tools._time_impl, bluetooth_data_tools._utils_impl, bluetooth_data_tools.utils, habluetooth.manager, habluetooth.base_scanner, habluetooth.scanner, zeroconf._utils.time, zeroconf._dns, zeroconf._protocol.outgoing, zeroconf._protocol.incoming, zeroconf._cache, zeroconf._record_update, zeroconf._history, zeroconf._updates, zeroconf._services, zeroconf._utils.ipaddress, zeroconf._services.info, zeroconf._services.registry, zeroconf._handlers.answers, zeroconf._handlers.multicast_outgoing_queue, zeroconf._handlers.query_handler, zeroconf._handlers.record_manager, zeroconf._listener, zeroconf._services.browser, sqlalchemy.cyextension.collections, sqlalchemy.cyextension.immutabledict, sqlalchemy.cyextension.processors, sqlalchemy.cyextension.resultproxy, sqlalchemy.cyextension.util, greenlet._greenlet, fnv_hash_fast._fnv_impl, PIL._imaging, isal.igzip_lib, isal.isal_zlib, cached_ipaddress.ipaddress, audioop._audioop, numpy._core._multiarray_umath, numpy.linalg._umath_linalg, av._core, av.logging, av.bytesource, av.buffer, av.audio.format, av.enum, av.error, av.utils, av.option, av.descriptor, av.container.pyio, av.dictionary, av.format, av.stream, av.container.streams, av.sidedata.motionvectors, av.sidedata.sidedata, av.opaque, av.packet, av.container.input, av.container.output, av.container.core, av.codec.context, av.video.format, av.video.reformatter, av.plane, av.video.plane, av.video.frame, av.video.stream, av.codec.codec, av.frame, av.audio.layout, av.audio.plane, av.audio.frame, av.audio.stream, av.filter.pad, av.filter.link, av.filter.context, av.filter.graph, av.filter.filter, av.audio.resampler, av.audio.codeccontext, av.audio.fifo, av.bitstream, av.video.codeccontext, netifaces, psutil._psutil_linux, psutil._psutil_posix, msgpack._cmsgpack, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, pandas._libs.tslibs.ccalendar, pandas._libs.tslibs.np_datetime, pandas._libs.tslibs.dtypes, pandas._libs.tslibs.base, pandas._libs.tslibs.nattype, pandas._libs.tslibs.timezones, pandas._libs.tslibs.fields, pandas._libs.tslibs.timedeltas, pandas._libs.tslibs.tzconversion, pandas._libs.tslibs.timestamps, pandas._libs.properties, pandas._libs.tslibs.offsets, pandas._libs.tslibs.strptime, pandas._libs.tslibs.parsing, pandas._libs.tslibs.conversion, pandas._libs.tslibs.period, pandas._libs.tslibs.vectorized, pandas._libs.ops_dispatch, pandas._libs.missing, pandas._libs.hashtable, pandas._libs.algos, pandas._libs.interval, pandas._libs.lib, pandas._libs.ops, pandas._libs.hashing, pandas._libs.arrays, pandas._libs.tslib, pandas._libs.sparse, pandas._libs.internals, pandas._libs.indexing, pandas._libs.index, pandas._libs.writers, pandas._libs.join, pandas._libs.window.aggregations, pandas._libs.window.indexers, pandas._libs.reshape, pandas._libs.groupby, pandas._libs.json, pandas._libs.parsers, pandas._libs.testing, websockets.speedups, lxml._elementpath, lxml.etree, cchardet._cchardet, convertertools.impl, google._upb._message, aioesphomeapi._frame_helper.base, aioesphomeapi._frame_helper.pack, aioesphomeapi._frame_helper.noise_encryption, aioesphomeapi._frame_helper.packets, aioesphomeapi._frame_helper.noise, aioesphomeapi._frame_helper.plain_text, aioesphomeapi.connection, aioesphomeapi.client_base, bleak_esphome.backend.scanner, psycopg2._psycopg, gpiod._ext (total: 186)

1 Like

I do have the complet log and previous one too but too large to post here, can provide if anybody has any clues or is interested in diagnosing.