Hi, my system is rebooting without any reason (for me).
I tried to disconnect the zigbee and z-wave dongle without succes.
I power the dongles wit a powers USB-hub, also without succes.
I can’t find something in the log’s. This is my log.1 file (the latest part):
2025-03-23 22:32:01.607 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 635, in state
numerical_value = int(value)
ValueError: invalid literal for int() with base 10: ''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 638, in state
numerical_value = float(value)
ValueError: could not convert string to float: ''
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/template/coordinator.py", line 117, in _handle_triggered_with_script
self._execute_update(run_variables, context)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/template/coordinator.py", line 141, in _execute_update
self.async_set_updated_data(
~~~~~~~~~~~~~~~~~~~~~~~~~~~^
{"run_variables": run_variables, "context": context}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 515, in async_set_updated_data
self.async_update_listeners()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 178, in async_update_listeners
update_callback()
~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/components/template/trigger_entity.py", line 59, in _handle_coordinator_update
self.async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1023, in async_write_ha_state
self._async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1148, in _async_write_ha_state
self.__async_calculate_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1085, in __async_calculate_state
state = self._stringify_state(available)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1029, in _stringify_state
if (state := self.state) is None:
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 642, in state
raise ValueError(
...<5 lines>...
) from err
ValueError: Sensor sensor.openweathermap_forecast_cloud_coverage_3 has device class 'None', state class 'None' unit '%' and suggested precision 'None' thus indicating it has a numeric value; however, it has the non-numeric value: '' (<class 'str'>)
2025-03-23 22:32:02.594 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:03.601 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:32:04.605 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:05.608 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:32:06.612 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:07.615 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:08.619 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:32:09.626 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:10.629 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:11.633 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:12.636 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:32:13.794 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:14.671 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:32:15.646 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:16.650 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:17.768 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":36,"regen":1022,"wind":0.15}
2025-03-23 22:32:18.660 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:19.664 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":34,"regen":1023,"wind":0.15}
2025-03-23 22:32:20.667 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:21.671 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:32:22.674 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.44,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:23.677 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:24.685 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:25.688 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:32:26.692 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:27.695 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:32:28.698 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:29.702 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:30.705 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:31.713 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:32.716 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:32:33.719 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:32:34.725 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:35.726 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:36.730 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:37.733 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:38.740 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:32:39.744 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:32:40.747 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:41.751 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:42.754 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:43.757 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:44.761 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:45.768 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1023,"wind":0.30}
2025-03-23 22:32:46.772 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:47.775 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:48.778 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:49.782 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:50.785 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:32:51.789 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:32:52.796 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:53.799 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:54.803 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:55.806 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:56.810 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:32:57.813 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:32:58.816 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:32:59.823 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:33:00.185 INFO (MainThread) [homeassistant.components.automation.refresh_vloerverwarming_data_uit_iedere_1_min] Vloerverwarming: Refresh data (uit iedere 1 min.): Running automation actions
2025-03-23 22:33:00.186 INFO (MainThread) [homeassistant.components.automation.refresh_vloerverwarming_data_uit_iedere_1_min] Vloerverwarming: Refresh data (uit iedere 1 min.): Executing step call service
2025-03-23 22:33:00.252 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing primary value Value(value_id='9-50-2-value-66049') for sensor.in_wall_dual_relay_switch_module_2x1_5kw_with_power_meter_electric_consumption_w_2, state update may be delayed for devices on battery
2025-03-23 22:33:00.267 INFO (MainThread) [homeassistant.helpers.script.trigger_update_coordinator] Trigger Update Coordinator: Running template script
2025-03-23 22:33:00.267 INFO (MainThread) [homeassistant.helpers.script.trigger_update_coordinator] Trigger Update Coordinator: Executing step call service
2025-03-23 22:33:00.269 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'cloud_coverage' when rendering '{{ daily['weather.huis'].forecast[0].cloud_coverage }}'
2025-03-23 22:33:00.301 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing primary value Value(value_id='9-50-2-value-66817') for sensor.in_wall_dual_relay_switch_module_2x1_5kw_with_power_meter_electric_consumption_a_2, state update may be delayed for devices on battery
2025-03-23 22:33:00.353 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing primary value Value(value_id='9-50-2-value-65537') for sensor.in_wall_dual_relay_switch_module_2x1_5kw_with_power_meter_electric_consumption_kwh_2, state update may be delayed for devices on battery
2025-03-23 22:33:00.403 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing primary value Value(value_id='9-50-2-value-67073') for sensor.in_wall_dual_relay_switch_module_2x1_5kw_with_power_meter_electric_consumption_power_factor_2, state update may be delayed for devices on battery
2025-03-23 22:33:00.549 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing primary value Value(value_id='9-50-2-value-66561') for sensor.in_wall_dual_relay_switch_module_2x1_5kw_with_power_meter_electric_consumption_v_2, state update may be delayed for devices on battery
2025-03-23 22:33:00.827 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:33:01.831 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:33:02.060 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 635, in state
numerical_value = int(value)
ValueError: invalid literal for int() with base 10: ''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 638, in state
numerical_value = float(value)
ValueError: could not convert string to float: ''
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/template/coordinator.py", line 117, in _handle_triggered_with_script
self._execute_update(run_variables, context)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/template/coordinator.py", line 141, in _execute_update
self.async_set_updated_data(
~~~~~~~~~~~~~~~~~~~~~~~~~~~^
{"run_variables": run_variables, "context": context}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 515, in async_set_updated_data
self.async_update_listeners()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 178, in async_update_listeners
update_callback()
~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/components/template/trigger_entity.py", line 59, in _handle_coordinator_update
self.async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1023, in async_write_ha_state
self._async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1148, in _async_write_ha_state
self.__async_calculate_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1085, in __async_calculate_state
state = self._stringify_state(available)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1029, in _stringify_state
if (state := self.state) is None:
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 642, in state
raise ValueError(
...<5 lines>...
) from err
ValueError: Sensor sensor.openweathermap_forecast_cloud_coverage_3 has device class 'None', state class 'None' unit '%' and suggested precision 'None' thus indicating it has a numeric value; however, it has the non-numeric value: '' (<class 'str'>)
2025-03-23 22:33:48.592 INFO (MainThread) [homeassistant.helpers.intent] Triggering intent handler <OnOffIntentHandler - HassTurnOn>
2025-03-23 22:33:52.432 INFO (MainThread) [homeassistant.helpers.intent] Triggering intent handler <OnOffIntentHandler - HassTurnOff>
2025-03-23 22:33:53.032 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":36,"regen":1022,"wind":0.15}
2025-03-23 22:33:54.035 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:33:55.039 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:33:56.042 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:33:57.046 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":34,"regen":1022,"wind":0.15}
2025-03-23 22:33:58.049 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:33:59.056 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:00.060 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:00.185 INFO (MainThread) [homeassistant.components.automation.refresh_vloerverwarming_data_uit_iedere_1_min] Vloerverwarming: Refresh data (uit iedere 1 min.): Running automation actions
2025-03-23 22:34:00.185 INFO (MainThread) [homeassistant.components.automation.refresh_vloerverwarming_data_uit_iedere_1_min] Vloerverwarming: Refresh data (uit iedere 1 min.): Executing step call service
2025-03-23 22:34:00.256 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing primary value Value(value_id='9-50-2-value-66049') for sensor.in_wall_dual_relay_switch_module_2x1_5kw_with_power_meter_electric_consumption_w_2, state update may be delayed for devices on battery
2025-03-23 22:34:00.266 INFO (MainThread) [homeassistant.helpers.script.trigger_update_coordinator] Trigger Update Coordinator: Running template script
2025-03-23 22:34:00.267 INFO (MainThread) [homeassistant.helpers.script.trigger_update_coordinator] Trigger Update Coordinator: Executing step call service
2025-03-23 22:34:00.268 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'cloud_coverage' when rendering '{{ daily['weather.huis'].forecast[0].cloud_coverage }}'
2025-03-23 22:34:00.313 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing primary value Value(value_id='9-50-2-value-66817') for sensor.in_wall_dual_relay_switch_module_2x1_5kw_with_power_meter_electric_consumption_a_2, state update may be delayed for devices on battery
2025-03-23 22:34:00.370 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing primary value Value(value_id='9-50-2-value-65537') for sensor.in_wall_dual_relay_switch_module_2x1_5kw_with_power_meter_electric_consumption_kwh_2, state update may be delayed for devices on battery
2025-03-23 22:34:00.422 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing primary value Value(value_id='9-50-2-value-67073') for sensor.in_wall_dual_relay_switch_module_2x1_5kw_with_power_meter_electric_consumption_power_factor_2, state update may be delayed for devices on battery
2025-03-23 22:34:00.468 INFO (MainThread) [homeassistant.components.zwave_js] Refreshing primary value Value(value_id='9-50-2-value-66561') for sensor.in_wall_dual_relay_switch_module_2x1_5kw_with_power_meter_electric_consumption_v_2, state update may be delayed for devices on battery
2025-03-23 22:34:01.063 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:01.918 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 635, in state
numerical_value = int(value)
ValueError: invalid literal for int() with base 10: ''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 638, in state
numerical_value = float(value)
ValueError: could not convert string to float: ''
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/template/coordinator.py", line 117, in _handle_triggered_with_script
self._execute_update(run_variables, context)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/template/coordinator.py", line 141, in _execute_update
self.async_set_updated_data(
~~~~~~~~~~~~~~~~~~~~~~~~~~~^
{"run_variables": run_variables, "context": context}
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 515, in async_set_updated_data
self.async_update_listeners()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 178, in async_update_listeners
update_callback()
~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/components/template/trigger_entity.py", line 59, in _handle_coordinator_update
self.async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1023, in async_write_ha_state
self._async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1148, in _async_write_ha_state
self.__async_calculate_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1085, in __async_calculate_state
state = self._stringify_state(available)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1029, in _stringify_state
if (state := self.state) is None:
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 642, in state
raise ValueError(
...<5 lines>...
) from err
ValueError: Sensor sensor.openweathermap_forecast_cloud_coverage_3 has device class 'None', state class 'None' unit '%' and suggested precision 'None' thus indicating it has a numeric value; however, it has the non-numeric value: '' (<class 'str'>)
2025-03-23 22:34:02.068 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1023,"wind":0.30}
2025-03-23 22:34:03.070 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:04.074 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:05.077 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:06.084 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:07.620 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:07.629 INFO (MainThread) [homeassistant.helpers.intent] Triggering intent handler <OnOffIntentHandler - HassTurnOn>
2025-03-23 22:34:08.091 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:34:09.095 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:34:10.098 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:11.101 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:12.105 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:13.112 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:14.115 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:15.119 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:34:16.122 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:17.126 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:18.129 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:19.132 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:20.140 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:34:21.144 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:21.972 ERROR (MainThread) [frontend.js.modern.202503060] Uncaught error from Safari 18.3.1 on macOS 10.15.7
Error: Failed to execute 'define' on 'CustomElementRegistry': the name "auto-entities-editor" has already been used with this registry
message (node_modules/core-js/modules/web.dom-exception.stack.js:25:24)
src/scoped-custom-element-registry.js:45:10
module code (/local/plugins/lovelace-auto-entities/auto-entities.js:172:1117)
2025-03-23 22:34:22.147 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.44,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:23.150 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:24.189 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:25.157 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:27.539 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:34:27.547 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:34:27.794 ERROR (MainThread) [homeassistant.components.analytics] Error sending analytics to https://analytics-api.home-assistant.io/v1: ClientConnectorError(ConnectionKey(host='analytics-api.home-assistant.io', port=443, is_ssl=True, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=None), ConnectionRefusedError(111, "Multiple exceptions: [Errno 111] Connect call failed ('0.0.0.0', 443), [Errno 111] Connect call failed ('::', 443, 0, 0)"))
2025-03-23 22:34:28.171 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:29.174 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:30.178 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:31.181 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:32.185 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:34:33.188 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":34,"regen":1022,"wind":0.30}
2025-03-23 22:34:34.195 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:35.199 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:36.211 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.56,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:37.205 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:38.209 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1023,"wind":0.15}
2025-03-23 22:34:39.213 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.30}
2025-03-23 22:34:40.216 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":34,"regen":1022,"wind":0.15}
2025-03-23 22:34:41.223 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
2025-03-23 22:34:42.227 DEBUG (MainThread) [homeassistant.components.serial.sensor] Received: {"temp":9.50,"licht":35,"regen":1022,"wind":0.15}
Can someone help me? Or find the problem.
Thank you ![:slight_smile: :slight_smile:]()
1 post - 1 participant
Read full topic