During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 573, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2364, in _render_with_context
return template.render(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2040, in forgiving_float_filter
raise_no_default("float", value)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1668, in raise_no_default
raise ValueError(
ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{(states('sensor.seplos_bms_temperature_1')|float+states('sensor.seplos_bms_temperature_2')|float+states('sensor.seplos_bms_temperature_3')|float+states('sensor.seplos_bms_temperature_4')|float)/4}}' but no default was specified
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 699, in async_render_to_info
render_info._result = self.async_render(
^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 575, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{(states('sensor.seplos_bms_temperature_1')|float+states('sensor.seplos_bms_temperature_2')|float+states('sensor.seplos_bms_temperature_3')|float+states('sensor.seplos_bms_temperature_4')|float)/4}}' but no default was specified
2024-03-28 18:21:33.714 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{(states('sensor.seplos_bms_temperature_1')|float+states('sensor.seplos_bms_temperature_2')|float+states('sensor.seplos_bms_temperature_3')|float+states('sensor.seplos_bms_temperature_4')|float)/4}}' but no default was specified') while processing template 'Template<template=({{(states('sensor.seplos_bms_temperature_1')|float+states('sensor.seplos_bms_temperature_2')|float+states('sensor.seplos_bms_temperature_3')|float+states('sensor.seplos_bms_temperature_4')|float)/4}}) renders=4>' for attribute '_attr_native_value' in entity 'sensor.average_battery_temperature'
2024-03-28 18:21:33.717 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{(states('sensor.esphome_temperature_temperature_1')|float-states('sensor.esphome_temperature_temperature_2')|float)|round(1)}}) renders=2>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2037, in forgiving_float_filter
return float(value)
^^^^^^^^^^^^
ValueError: could not convert string to float: 'unavailable'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 573, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2364, in _render_with_context
return template.render(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2040, in forgiving_float_filter
raise_no_default("float", value)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1668, in raise_no_default
raise ValueError(
ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{(states('sensor.esphome_temperature_temperature_1')|float-states('sensor.esphome_temperature_temperature_2')|float)|round(1)}}' but no default was specified
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 699, in async_render_to_info
render_info._result = self.async_render(
^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 575, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{(states('sensor.esphome_temperature_temperature_1')|float-states('sensor.esphome_temperature_temperature_2')|float)|round(1)}}' but no default was specified
2024-03-28 18:21:33.728 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{(states('sensor.esphome_temperature_temperature_1')|float-states('sensor.esphome_temperature_temperature_2')|float)|round(1)}}' but no default was specified') while processing template 'Template<template=({{(states('sensor.esphome_temperature_temperature_1')|float-states('sensor.esphome_temperature_temperature_2')|float)|round(1)}}) renders=4>' for attribute '_attr_native_value' in entity 'sensor.dallas_delta_temperature'
2024-03-28 18:21:33.994 WARNING (MainThread) [homeassistant.components.template.trigger] Error initializing 'template' trigger for 'Conservatory hot': ValueError: Template error: float got invalid input 'unknown' when rendering template '{{states.sensor.shelly_ht_temp.state|float>states.sensor.cucina_temperature.state|float+1}}' but no default was specified
2024-03-28 18:21:33.996 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{states.sensor.shelly_ht_temp.state|float>states.sensor.cucina_temperature.state|float+1}}) renders=3>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2037, in forgiving_float_filter
return float(value)
^^^^^^^^^^^^
ValueError: could not convert string to float: 'unknown'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 573, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2364, in _render_with_context
return template.render(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2040, in forgiving_float_filter
raise_no_default("float", value)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1668, in raise_no_default
raise ValueError(
ValueError: Template error: float got invalid input 'unknown' when rendering template '{{states.sensor.shelly_ht_temp.state|float>states.sensor.cucina_temperature.state|float+1}}' but no default was specified
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 699, in async_render_to_info
render_info._result = self.async_render(
^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 575, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unknown' when rendering template '{{states.sensor.shelly_ht_temp.state|float>states.sensor.cucina_temperature.state|float+1}}' but no default was specified
2024-03-28 18:21:34.008 WARNING (MainThread) [homeassistant.components.template.trigger] Error initializing 'template' trigger for 'Conservatory cold': ValueError: Template error: float got invalid input 'unknown' when rendering template '{{states.sensor.shelly_ht_temp.state|float+1<states.sensor.cucina_temperature.state|float}}' but no default was specified
2024-03-28 18:21:34.009 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{states.sensor.shelly_ht_temp.state|float+1<states.sensor.cucina_temperature.state|float}}) renders=3>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2037, in forgiving_float_filter
return float(value)
^^^^^^^^^^^^
ValueError: could not convert string to float: 'unknown'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 573, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2364, in _render_with_context
return template.render(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2040, in forgiving_float_filter
raise_no_default("float", value)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1668, in raise_no_default
raise ValueError(
ValueError: Template error: float got invalid input 'unknown' when rendering template '{{states.sensor.shelly_ht_temp.state|float+1<states.sensor.cucina_temperature.state|float}}' but no default was specified
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 699, in async_render_to_info
render_info._result = self.async_render(
^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 575, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unknown' when rendering template '{{states.sensor.shelly_ht_temp.state|float+1<states.sensor.cucina_temperature.state|float}}' but no default was specified
2024-03-28 18:21:34.031 WARNING (MainThread) [homeassistant.components.template.trigger] Error initializing 'template' trigger for 'Battery: SoC charging (stop)': ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{ states('sensor.seplos_bms_state_of_charge')|float > states('input_number.soc_target')|float }}' but no default was specified
2024-03-28 18:21:34.033 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{ states('sensor.seplos_bms_state_of_charge')|float > states('input_number.soc_target')|float }}) renders=3>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2037, in forgiving_float_filter
return float(value)
^^^^^^^^^^^^
ValueError: could not convert string to float: 'unavailable'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 573, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2364, in _render_with_context
return template.render(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 936, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2040, in forgiving_float_filter
raise_no_default("float", value)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1668, in raise_no_default
raise ValueError(
ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{ states('sensor.seplos_bms_state_of_charge')|float > states('input_number.soc_target')|float }}' but no default was specified
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 699, in async_render_to_info
render_info._result = self.async_render(
^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 575, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{ states('sensor.seplos_bms_state_of_charge')|float > states('input_number.soc_target')|float }}' but no default was specified
2024-03-28 18:21:34.193 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'bluetooth_adapters'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.193 ERROR (MainThread) [homeassistant.setup] Setup failed for 'bluetooth_adapters': (DependencyError(...), 'Could not setup dependencies: bluetooth')
2024-03-28 18:21:34.231 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:21:34.231 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:21:34.320 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:21:34.321 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:21:34.333 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:21:34.334 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:21:34.400 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:21:34.400 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/discovery_flow.py", line 104, in _async_start
await gather_with_limited_concurrency(FLOW_INIT_LIMIT, *init_coros)
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 218, in gather_with_limited_concurrency
return await gather(
^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/async_.py", line 216, in sem_task
return await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1050, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1070, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1205, in async_create_flow
handler = await _async_get_flow_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2463, in _async_get_flow_handler
await _load_integration(hass, domain, hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2440, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 526, in async_process_deps_reqs
raise DependencyError(failed_deps)
homeassistant.exceptions.DependencyError: (DependencyError(...), 'Could not setup dependencies: bluetooth_adapters')
2024-03-28 18:21:34.431 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:21:34.444 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.459 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.460 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.476 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.477 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.485 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.486 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.496 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.497 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.515 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.516 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.523 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'esphome'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.531 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.532 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.554 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:34.568 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:21:34.610 ERROR (SyncWorker_5) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1050, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1070, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1205, in async_create_flow
handler = await _async_get_flow_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2463, in _async_get_flow_handler
await _load_integration(hass, domain, hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2440, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 526, in async_process_deps_reqs
raise DependencyError(failed_deps)
homeassistant.exceptions.DependencyError: (DependencyError(...), 'Could not setup dependencies: bluetooth')
2024-03-28 18:21:34.621 ERROR (SyncWorker_5) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1050, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1070, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1205, in async_create_flow
handler = await _async_get_flow_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2463, in _async_get_flow_handler
await _load_integration(hass, domain, hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2440, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 526, in async_process_deps_reqs
raise DependencyError(failed_deps)
homeassistant.exceptions.DependencyError: (DependencyError(...), 'Could not setup dependencies: bluetooth_adapters')
2024-03-28 18:21:37.746 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shelly'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:21:37.782 ERROR (DbWorker_3) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1050, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1070, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1205, in async_create_flow
handler = await _async_get_flow_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2463, in _async_get_flow_handler
await _load_integration(hass, domain, hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2440, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 526, in async_process_deps_reqs
raise DependencyError(failed_deps)
homeassistant.exceptions.DependencyError: (DependencyError(...), 'Could not setup dependencies: bluetooth')
2024-03-28 18:21:39.078 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.daily_forecast (Wh) cannot be converted to the unit of previously compiled statistics (None). Generation of long term statistics will be suppressed unless the unit changes back to None or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-03-28 18:21:41.672 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.seplos_bms_min_voltage_cell (None) cannot be converted to the unit of previously compiled statistics (). Generation of long term statistics will be suppressed unless the unit changes back to or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-03-28 18:21:41.673 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.seplos_bms_max_voltage_cell (None) cannot be converted to the unit of previously compiled statistics (). Generation of long term statistics will be suppressed unless the unit changes back to or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-03-28 18:21:41.677 WARNING (Recorder) [homeassistant.components.sensor.recorder] The unit of sensor.seplos_bms_charging_cycles (None) cannot be converted to the unit of previously compiled statistics (). Generation of long term statistics will be suppressed unless the unit changes back to or a compatible unit. Go to https://my.home-assistant.io/redirect/developer_statistics to fix this
2024-03-28 18:21:50.350 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:21:50.394 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1050, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1070, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1205, in async_create_flow
handler = await _async_get_flow_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2463, in _async_get_flow_handler
await _load_integration(hass, domain, hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2440, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 526, in async_process_deps_reqs
raise DependencyError(failed_deps)
homeassistant.exceptions.DependencyError: (DependencyError(...), 'Could not setup dependencies: bluetooth_adapters')
2024-03-28 18:22:04.734 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'esphome'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:22:09.032 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'homekit_controller'. Setup failed for dependencies: ['bluetooth_adapters']
2024-03-28 18:22:09.274 ERROR (Recorder) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1050, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1070, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1205, in async_create_flow
handler = await _async_get_flow_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2463, in _async_get_flow_handler
await _load_integration(hass, domain, hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2440, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 526, in async_process_deps_reqs
raise DependencyError(failed_deps)
homeassistant.exceptions.DependencyError: (DependencyError(...), 'Could not setup dependencies: bluetooth_adapters')
2024-03-28 18:22:36.213 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'esphome'. Setup failed for dependencies: ['bluetooth']
2024-03-28 18:22:36.271 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1050, in async_init
flow, result = await self._async_init(flow_id, handler, context, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1070, in _async_init
flow = await self.async_create_flow(handler, context=context, data=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1205, in async_create_flow
handler = await _async_get_flow_handler(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2463, in _async_get_flow_handler
await _load_integration(hass, domain, hass_config)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2440, in _load_integration
await async_process_deps_reqs(hass, hass_config, integration)
File "/usr/src/homeassistant/homeassistant/setup.py", line 526, in async_process_deps_reqs
raise DependencyError(failed_deps)
homeassistant.exceptions.DependencyError: (DependencyError(...), 'Could not setup dependencies: bluetooth')