Vorerst danke, dass du versuchst mir zu helfen. Ich habe einen Nuc und auf dem Läuft Oracle VirtualBox. Anscheinend war der Fehler, dass ich das Python Update manuell gemacht habe.
2025-04-13 08:39:47.847 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hass_agent 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
2025-04-13 08:39:47.851 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration bose 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
2025-04-13 08:39:47.854 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration aarlo 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
2025-04-13 08:39:47.856 WARNING (SyncWorker_0) [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
2025-04-13 08:39:47.859 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration reolink_dev 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
2025-04-13 08:39:47.861 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
2025-04-13 08:39:47.864 WARNING (SyncWorker_0) [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
2025-04-13 08:39:47.867 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration openplantbook 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
2025-04-13 08:39:47.870 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration gardena_smart_system 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
2025-04-13 08:39:47.873 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration espsomfy_rts 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
2025-04-13 08:39:47.876 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration switch_manager 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
2025-04-13 08:39:47.880 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration plant 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
2025-04-13 08:39:47.883 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alarmo 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
2025-04-13 08:39:47.885 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
2025-04-13 08:39:47.888 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration scene_presets 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
2025-04-13 08:39:47.890 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration audiconnect 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
2025-04-13 08:39:47.893 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration battery_notes 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
2025-04-13 08:39:56.044 WARNING (SyncWorker_0) [annotatedyaml.constructors] YAML file /config/blueprints/switch_manager/zha-tuya-smart-knob-tz3000-abrsvsou.yaml contains duplicate key "name". Check lines 10 and 16
2025-04-13 08:39:56.044 WARNING (SyncWorker_0) [annotatedyaml.constructors] YAML file /config/blueprints/switch_manager/zha-tuya-smart-knob-tz3000-abrsvsou.yaml contains duplicate key "service". Check lines 11 and 17
2025-04-13 08:39:56.044 WARNING (SyncWorker_0) [annotatedyaml.constructors] YAML file /config/blueprints/switch_manager/zha-tuya-smart-knob-tz3000-abrsvsou.yaml contains duplicate key "event_type". Check lines 12 and 18
2025-04-13 08:39:56.044 WARNING (SyncWorker_0) [annotatedyaml.constructors] YAML file /config/blueprints/switch_manager/zha-tuya-smart-knob-tz3000-abrsvsou.yaml contains duplicate key "identifier_key". Check lines 13 and 19
2025-04-13 08:39:56.044 WARNING (SyncWorker_0) [annotatedyaml.constructors] YAML file /config/blueprints/switch_manager/zha-tuya-smart-knob-tz3000-abrsvsou.yaml contains duplicate key "buttons". Check lines 14 and 20
2025-04-13 08:39:57.170 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=(<h2> <ha-icon icon='mdi:shield-half-full'></ha-icon> Watchman report</h2>
<h3>Missing Entities: {{ states.sensor.watchman_missing_entities.state }} </h3>
{%- for item in state_attr("sensor.watchman_missing_entities", "entities") %}
<hr> <table><tr> <td>
<ha-icon icon='mdi:
{%- if item.state=="missing"-%}cloud-alert'
{%- elif item.state=="unavail" -%}cloud-off-outline' {%- else-%}cloud-question'
{%- endif -%} ></ha-icon>
{{ item.id }} [{{item.state}}] <a title="{{item.occurrences}}">
{{item.occurrences.split('/')[-1].split(':')[0]}}</a>
</td></tr></table>
{%- endfor %}) 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 2904, 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 2, in top-level template code
jinja2.exceptions.UndefinedError: 'None' has no attribute 'state'
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: UndefinedError: 'None' has no attribute 'state'
2025-04-13 08:39:57.197 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=(<h2 class="some"> <ha-icon icon='mdi:shield-half-full'></ha-icon> Watchman report</h2>
<h3> Missing Services: {{ states.sensor.watchman_missing_services.state }} </h3>
{%- for item in state_attr("sensor.watchman_missing_services", "entities") %}
<hr><table><tr> <td> <ha-icon icon='mdi:cloud-alert'></ha-icon> {{ item.id }}
<a title="{{item.occurrences}}">{{item.occurrences.split('/')[-1].split(':')[0]}}</a>
</td></tr></table>
{%- endfor %}) 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 2904, 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 2, in top-level template code
jinja2.exceptions.UndefinedError: 'None' has no attribute 'state'
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: UndefinedError: 'None' has no attribute 'state'
2025-04-13 08:39:58.553 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_verify_locations with args (<ssl.SSLContext object at 0x7f9418bd4dd0>, '/usr/local/lib/python3.13/site-packages/certifi/cacert.pem', None, None) inside the event loop by custom integration 'gardena_smart_system' at custom_components/gardena_smart_system/__init__.py, line 86: await self.smart_system.authenticate() (offender: /usr/local/lib/python3.13/ssl.py, line 717: context.load_verify_locations(cafile, capath, cadata)), please create a bug report at https://github.com/py-smart-gardena/hass-gardena-smart-system/issues
For developers, please see https://developers.home-assistant.io/docs/asyncio_blocking_operations/#load_verify_locations
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 712, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
self._run_once()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2040, 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/setup.py", line 171, in async_setup_component
result = await _async_setup_component(hass, domain, config)
File "/usr/src/homeassistant/homeassistant/setup.py", line 467, in _async_setup_component
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/setup.py", line 469, in <genexpr>
create_eager_task(
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 45, in create_eager_task
return Task(coro, loop=loop, name=name, eager_start=True)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 896, in async_setup_locked
await self.async_setup(hass, integration=integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 662, in async_setup
await self.__async_setup_with_context(hass, integration)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 751, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/gardena_smart_system/__init__.py", line 49, in async_setup_entry
await gardena_system.start()
File "/config/custom_components/gardena_smart_system/__init__.py", line 86, in start
await self.smart_system.authenticate()
2025-04-13 08:40:00.292 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x7f9415e63ec0>, <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 712, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
self._run_once()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2040, 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/gardena/smart_system.py", line 190, in start_ws
await self.__launch_websocket_loop(ws_url)
File "/usr/local/lib/python3.13/site-packages/gardena/smart_system.py", line 227, in __launch_websocket_loop
websocket = await websockets.connect(url, ping_interval=150)
File "/usr/local/lib/python3.13/site-packages/websockets/asyncio/client.py", line 541, in __await_impl__
self.connection = await self.create_connection()
File "/usr/local/lib/python3.13/site-packages/websockets/asyncio/client.py", line 467, in create_connection
_, connection = await loop.create_connection(factory, **kwargs)
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1193, in create_connection
transport, protocol = await self._create_connection_transport(
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1217, in _create_connection_transport
transport = self._make_ssl_transport(
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 83, in _make_ssl_transport
ssl_protocol = sslproto.SSLProtocol(
File "/usr/local/lib/python3.13/asyncio/sslproto.py", line 295, in __init__
sslcontext = _create_transport_context(
File "/usr/local/lib/python3.13/asyncio/sslproto.py", line 55, in _create_transport_context
sslcontext = ssl.create_default_context()
File "/usr/local/lib/python3.13/ssl.py", line 722, in create_default_context
context.load_default_certs(purpose)
2025-04-13 08:40:00.295 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to set_default_verify_paths with args (<ssl.SSLContext object at 0x7f9415e63ec0>,) in /usr/local/lib/python3.13/ssl.py, line 534: self.set_default_verify_paths() 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/#set_default_verify_paths
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 712, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
self._run_once()
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2040, 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/gardena/smart_system.py", line 190, in start_ws
await self.__launch_websocket_loop(ws_url)
File "/usr/local/lib/python3.13/site-packages/gardena/smart_system.py", line 227, in __launch_websocket_loop
websocket = await websockets.connect(url, ping_interval=150)
File "/usr/local/lib/python3.13/site-packages/websockets/asyncio/client.py", line 541, in __await_impl__
self.connection = await self.create_connection()
File "/usr/local/lib/python3.13/site-packages/websockets/asyncio/client.py", line 467, in create_connection
_, connection = await loop.create_connection(factory, **kwargs)
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1193, in create_connection
transport, protocol = await self._create_connection_transport(
File "/usr/local/lib/python3.13/asyncio/base_events.py", line 1217, in _create_connection_transport
transport = self._make_ssl_transport(
File "/usr/local/lib/python3.13/asyncio/selector_events.py", line 83, in _make_ssl_transport
ssl_protocol = sslproto.SSLProtocol(
File "/usr/local/lib/python3.13/asyncio/sslproto.py", line 295, in __init__
sslcontext = _create_transport_context(
File "/usr/local/lib/python3.13/asyncio/sslproto.py", line 55, in _create_transport_context
sslcontext = ssl.create_default_context()
File "/usr/local/lib/python3.13/ssl.py", line 722, in create_default_context
context.load_default_certs(purpose)
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201, in protected_loop_func
return func(*args, **kwargs)
File "/usr/local/lib/python3.13/ssl.py", line 534, in load_default_certs
self.set_default_verify_paths()
2025-04-13 08:40:01.806 WARNING (MainThread) [homeassistant.components.heos.coordinator] The HEOS System is not logged in: Enter credentials in the integration options to access favorites and streaming services
2025-04-13 08:40:03.795 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_CLEANING was used from gardena_smart_system, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.CLEANING instead, please report it to the author of the 'gardena_smart_system' custom integration
2025-04-13 08:40:03.799 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_DOCKED was used from gardena_smart_system, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.DOCKED instead, please report it to the author of the 'gardena_smart_system' custom integration
2025-04-13 08:40:03.802 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_RETURNING was used from gardena_smart_system, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.RETURNING instead, please report it to the author of the 'gardena_smart_system' custom integration
2025-04-13 08:40:03.806 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_ERROR was used from gardena_smart_system, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.ERROR instead, please report it to the author of the 'gardena_smart_system' custom integration
2025-04-13 08:40:03.811 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_CLEANING was used from gardena_smart_system, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.CLEANING instead, please report it to the author of the 'gardena_smart_system' custom integration
2025-04-13 08:40:03.817 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_DOCKED was used from gardena_smart_system, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.DOCKED instead, please report it to the author of the 'gardena_smart_system' custom integration
2025-04-13 08:40:03.823 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_RETURNING was used from gardena_smart_system, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.RETURNING instead, please report it to the author of the 'gardena_smart_system' custom integration
2025-04-13 08:40:03.826 WARNING (ImportExecutor_0) [homeassistant.components.vacuum] STATE_ERROR was used from gardena_smart_system, this is a deprecated constant which will be removed in HA Core 2026.1. Use VacuumActivity.ERROR instead, please report it to the author of the 'gardena_smart_system' custom integration
2025-04-13 08:40:03.857 ERROR (MainThread) [custom_components.audiconnect.audi_connect_account] LOGIN: Login to Audi service failed, trying again in 10 seconds
2025-04-13 08:40:06.763 WARNING (ImportExecutor_0) [homeassistant.components.number] custom_components.bose.number::BoseAudioSlider is overriding deprecated methods on an instance of NumberEntity, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom integration author
2025-04-13 08:40:07.697 WARNING (ImportExecutor_0) [homeassistant.components.light] ATTR_COLOR_TEMP was used from aarlo, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'aarlo' custom integration
2025-04-13 08:40:07.701 WARNING (ImportExecutor_0) [homeassistant.components.light] ATTR_COLOR_TEMP was used from aarlo, this is a deprecated constant which will be removed in HA Core 2026.1. Use kelvin equivalent (ATTR_COLOR_TEMP_KELVIN) instead, please report it to the author of the 'aarlo' custom integration
2025-04-13 08:40:12.769 WARNING (MainThread) [homeassistant.components.thread.dataset_store] Got dataset with same extended PAN ID and same or older active timestamp, old dataset: '0e080000000000010000000300000f35060004001fffe00208debaf6bd2499bb110708fd0999dd24ef5d130510898dd90eab3b1b5083aacebfed45461b030e686f6d652d617373697374616e74010231e10410f0a89a41fb610cef7607446c0152e0d40c0402a0f7f8', new dataset: '4a030000110e080000000000010000000300000f35060004001fffe00208debaf6bd2499bb110708fd0999dd24ef5d130510898dd90eab3b1b5083aacebfed45461b030e686f6d652d617373697374616e74010231e10410f0a89a41fb610cef7607446c0152e0d40c0402a0f7f8'
2025-04-13 08:40:19.787 ERROR (ArloBackgroundWorker) [pyaarlo] unable to read mode, try forcing v2
2025-04-13 08:40:21.820 WARNING (MainThread) [homeassistant.components.thread.dataset_store] Got dataset with same extended PAN ID and same or older active timestamp, old dataset: '0e080000000000010000000300000f35060004001fffe00208debaf6bd2499bb110708fd0999dd24ef5d130510898dd90eab3b1b5083aacebfed45461b030e686f6d652d617373697374616e74010231e10410f0a89a41fb610cef7607446c0152e0d40c0402a0f7f8', new dataset: '4a030000110e080000000000010000000300000f35060004001fffe00208debaf6bd2499bb110708fd0999dd24ef5d130510898dd90eab3b1b5083aacebfed45461b030e686f6d652d617373697374616e74010231e10410f0a89a41fb610cef7607446c0152e0d40c0402a0f7f8'
2025-04-13 08:40:23.966 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 188999, dts = 1070979868
2025-04-13 08:40:35.858 ERROR (ArloBackgroundWorker) [pyaarlo] unable to read mode, try forcing v2
2025-04-13 08:40:36.551 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 211500, dts = 1090792424
2025-04-13 08:40:37.183 WARNING (ArloBackgroundWorker) [pyaarlo] error in response={'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
2025-04-13 08:40:50.391 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:40:59.340 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 42576, dts = 569510189
2025-04-13 08:41:30.446 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:41:31.338 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 162000, dts = 1093928557
2025-04-13 08:42:14.305 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 44800, dts = 568636745
2025-04-13 08:42:20.497 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:43:07.080 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 42224, dts = 567946740
2025-04-13 08:43:20.567 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:44:09.724 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 40016, dts = 567100090
2025-04-13 08:44:30.627 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:45:22.135 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 198000, dts = 1111102799
2025-04-13 08:45:36.963 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:45:36.963 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.soundbar900_bose_3 is taking over 10 seconds
2025-04-13 08:45:46.888 WARNING (MainThread) [homeassistant.helpers.entity] Update of select.soundbar900_bose_source is taking over 10 seconds
2025-04-13 08:45:46.888 WARNING (MainThread) [homeassistant.helpers.entity] Update of select.soundbar900_audio is taking over 10 seconds
2025-04-13 08:45:46.888 WARNING (MainThread) [homeassistant.helpers.entity] Update of select.soundbar900_dual_mono is taking over 10 seconds
2025-04-13 08:45:46.888 WARNING (MainThread) [homeassistant.helpers.entity] Update of select.soundbar900_rebroadcast_latency_mode is taking over 10 seconds
2025-04-13 08:45:46.888 WARNING (MainThread) [homeassistant.helpers.entity] Update of select.soundbar900_cec is taking over 10 seconds
2025-04-13 08:45:46.888 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.auto_standby is taking over 10 seconds
2025-04-13 08:45:46.888 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.subwoofers is taking over 10 seconds
2025-04-13 08:45:46.964 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:45:47.028 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.bass_2 is taking over 10 seconds
2025-04-13 08:45:47.029 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.treble_2 is taking over 10 seconds
2025-04-13 08:45:47.030 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.center is taking over 10 seconds
2025-04-13 08:45:47.030 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.subwoofer_gain is taking over 10 seconds
2025-04-13 08:45:47.031 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.height is taking over 10 seconds
2025-04-13 08:45:47.031 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.av_sync is taking over 10 seconds
2025-04-13 08:45:50.716 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:45:56.980 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:46:06.887 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:46:06.888 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:46:06.981 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:46:07.028 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:46:16.982 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:46:26.993 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:46:36.887 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:46:36.888 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:46:36.994 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:46:37.032 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:46:44.472 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 188999, dts = 1117612622
2025-04-13 08:46:46.996 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:46:56.999 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:47:06.889 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:47:06.889 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:47:07.000 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:47:07.034 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:47:17.023 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:47:20.808 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:47:27.017 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:47:36.901 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:47:36.903 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:47:37.020 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:47:37.035 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:47:47.027 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:47:57.040 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:48:06.914 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:48:06.915 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:48:07.039 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:48:07.041 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:48:17.027 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 211499, dts = 1125035016
2025-04-13 08:48:17.043 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:48:27.044 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:48:36.918 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:48:36.918 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:48:37.040 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:48:37.045 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:48:47.048 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:48:57.048 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:49:00.826 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:49:06.918 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:49:06.918 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:49:07.044 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:49:07.051 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:49:17.064 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:49:27.065 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:49:36.919 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:49:36.919 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:49:37.050 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:49:37.067 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:49:47.054 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.bass is taking over 10 seconds
2025-04-13 08:49:47.054 WARNING (MainThread) [homeassistant.helpers.entity] Update of number.treble is taking over 10 seconds
2025-04-13 08:49:47.073 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:49:47.073 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:49:47.073 WARNING (MainThread) [homeassistant.helpers.entity] Update of media_player.homespeaker500_bose_3 is taking over 10 seconds
2025-04-13 08:49:57.073 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:49:57.073 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:00.057 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 46080, dts = 562146568
2025-04-13 08:50:06.921 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:50:06.921 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:50:07.052 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:50:07.053 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:50:07.075 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:07.075 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:16.938 WARNING (MainThread) [homeassistant.helpers.entity] Update of select.homespeaker500_bose_source is taking over 10 seconds
2025-04-13 08:50:17.080 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:17.081 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:18.982 ERROR (ArloBackgroundWorker) [pyaarlo] unable to read mode, try forcing v2
2025-04-13 08:50:27.082 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:27.083 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:36.923 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:50:36.923 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:50:36.923 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:50:37.054 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:50:37.054 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:50:37.084 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:37.084 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:47.085 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:47.086 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:50.848 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:50:57.089 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:50:57.090 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:06.926 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:51:06.926 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:51:06.926 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:51:07.055 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:51:07.055 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:51:07.102 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:07.102 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:17.106 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:17.106 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:27.123 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:27.123 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:36.931 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:51:36.931 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:51:36.931 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:51:37.063 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:51:37.063 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:51:37.124 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:37.124 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:47.130 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:47.131 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:52.683 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 215999, dts = 1142654043
2025-04-13 08:51:57.132 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:51:57.132 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:06.936 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:52:06.937 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:52:06.937 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:52:07.070 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:52:07.071 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:52:07.140 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:07.141 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:17.149 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:17.149 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:27.150 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:27.151 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:36.946 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:52:36.946 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:52:36.946 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:52:37.071 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:52:37.072 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:52:37.152 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:37.152 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:47.163 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:47.163 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:50.892 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:52:57.169 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:52:57.170 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:06.948 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:53:06.948 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:53:06.948 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:53:07.074 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:53:07.074 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:53:07.181 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:07.181 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:17.185 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:17.185 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:27.218 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:27.219 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:36.951 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:53:36.951 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:53:36.951 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:53:37.075 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:53:37.075 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:53:37.221 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:37.222 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:47.223 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:47.224 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:55.540 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 238500, dts = 1152783402
2025-04-13 08:53:57.223 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:53:57.229 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:06.953 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:54:06.954 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:54:06.954 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:54:07.082 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:54:07.082 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:54:07.225 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:07.229 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:17.227 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:17.232 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:27.231 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:27.232 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:36.957 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:54:36.958 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:54:36.958 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:54:37.084 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:54:37.084 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:54:37.256 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:37.257 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:47.258 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:47.258 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:57.259 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:54:57.259 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:00.908 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:55:06.959 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:55:06.959 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:55:06.959 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:55:07.084 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:55:07.084 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:55:07.262 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:07.263 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:17.264 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:17.264 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:27.266 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:27.267 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:36.961 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:55:36.961 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:55:36.961 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:55:37.085 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:55:37.086 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:55:37.269 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:37.271 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:47.272 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:47.273 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:57.274 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:55:57.274 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:06.965 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:56:06.966 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:56:06.966 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:56:07.087 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:56:07.087 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:56:07.275 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:07.275 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:08.710 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 265500, dts = 1163860736
2025-04-13 08:56:17.277 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:17.277 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:27.309 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:27.309 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:36.980 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:56:36.980 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:56:36.980 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:56:37.093 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:56:37.094 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:56:37.310 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:37.310 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:47.312 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:47.312 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:57.339 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:56:57.340 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:06.982 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:57:06.983 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:57:06.983 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:57:07.094 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:57:07.095 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:57:07.358 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:07.358 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:17.359 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:17.359 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:20.966 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:57:27.375 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:27.375 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:36.983 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:57:36.984 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:57:36.984 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:57:37.096 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:57:37.097 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:57:37.381 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:37.381 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:47.381 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:47.382 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:57.393 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:57:57.394 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:06.984 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:58:06.984 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:58:06.984 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:58:07.097 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:58:07.097 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:58:07.401 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:07.402 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:17.413 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:17.414 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:27.447 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:27.448 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:31.169 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 202499, dts = 1175789856
2025-04-13 08:58:36.985 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:58:36.985 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:58:36.985 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:58:37.103 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:58:37.103 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:58:37.449 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:37.449 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:47.450 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:47.450 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:57.452 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:58:57.452 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:06.989 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:59:06.989 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:59:06.990 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:59:07.114 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:59:07.114 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:59:07.453 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:07.453 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:17.453 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:17.454 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:27.454 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:27.455 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:37.002 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:59:37.003 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 08:59:37.003 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 08:59:37.115 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:59:37.116 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 08:59:37.456 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:37.456 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:47.463 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:47.464 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:51.015 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.aarlo_tor] Error from stream worker: Error opening stream (INVALIDDATA, Invalid data found when processing input, rtsps://79.125.96.106:443/vzmodulelive/A5U10CWK00124_1744526408205?egressToken=67a0416d_dc25_44d7_8e2b_cfea4552a40e&userAgent=arloMobileClient&dType=iOS&cameraId=A5U10CWK00124_1744526408205&optimization=false&txnId=FE!619d37ad-68cc-40b8-bb68-de5a49c5db0b)
2025-04-13 08:59:57.465 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 08:59:57.466 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:07.005 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 09:00:07.006 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 09:00:07.006 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 09:00:07.116 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 09:00:07.117 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 09:00:07.466 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:07.466 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:17.475 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:17.475 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:18.946 ERROR (ArloBackgroundWorker) [pyaarlo] unable to read mode, try forcing v2
2025-04-13 09:00:27.477 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:27.477 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:37.007 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 09:00:37.008 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 09:00:37.008 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 09:00:37.117 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 09:00:37.118 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 09:00:37.480 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:37.481 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:47.482 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:47.482 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:57.491 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:00:57.491 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:04.067 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.192_168_1_60] Error from stream worker: Timestamp discontinuity detected: last dts = 243000, dts = 1188644065
2025-04-13 09:01:07.014 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 09:01:07.014 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 09:01:07.014 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 09:01:07.118 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 09:01:07.119 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 09:01:07.498 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:07.499 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:17.506 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:17.506 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:27.509 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:27.510 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:37.021 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 09:01:37.021 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 09:01:37.021 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 09:01:37.136 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 09:01:37.136 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 09:01:37.547 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:37.547 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:47.547 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:47.547 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:57.553 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:01:57.554 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:02:07.022 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 09:02:07.022 WARNING (MainThread) [homeassistant.components.switch] Updating bose switch took longer than the scheduled update interval 0:00:30
2025-04-13 09:02:07.022 WARNING (MainThread) [homeassistant.components.select] Updating bose select took longer than the scheduled update interval 0:00:30
2025-04-13 09:02:07.139 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 09:02:07.139 WARNING (MainThread) [homeassistant.components.number] Updating bose number took longer than the scheduled update interval 0:00:30
2025-04-13 09:02:07.556 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:02:07.556 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:02:17.566 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
2025-04-13 09:02:17.566 WARNING (MainThread) [homeassistant.components.media_player] Updating bose media_player took longer than the scheduled update interval 0:00:10
Ich hoffe, dass ich die Datei nun richtig gepostet habe.
Komme der Sache näher. Spotcast dürfte ein Problem mit dem Python update gehabt haben. Ich habe Spotcast gelöscht. Wenn ich jetzt “alle Yaml-Konfigurationen” klicke, habe ich wieder den grünen Haken. Auch kann ich HA wieder “neu starten”. Jetzt habe ich nur noch eine Konfigurationswarnung die ich nicht weg bekomme.
by HarryP: Zusammenführung Doppelpost (bei Änderungen oder hinzufügen von Inhalten bitte die „Bearbeitungsfunktion“ anstatt „Antworten“ zu nutzen)