First commit
This commit is contained in:
382
home-assistant.log
Normal file
382
home-assistant.log
Normal file
@@ -0,0 +1,382 @@
|
||||
2024-12-18 10:11:57.634 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration open_meteo_solar_forecast 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
|
||||
2024-12-18 10:11:57.635 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration daily 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
|
||||
2024-12-18 10:11:57.637 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dreame_vacuum 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
|
||||
2024-12-18 10:11:57.638 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
|
||||
2024-12-18 10:12:02.741 ERROR (MainThread) [homeassistant.setup] Error during setup of component rflink
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/setup.py", line 416, in _async_setup_component
|
||||
result = await task
|
||||
^^^^^^^^^^
|
||||
File "/usr/src/homeassistant/homeassistant/components/rflink/__init__.py", line 181, in async_setup
|
||||
host = config[DOMAIN].get(CONF_HOST)
|
||||
~~~~~~^^^^^^^^
|
||||
KeyError: 'rflink'
|
||||
2024-12-18 10:12:02.744 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'rflink.sensor': Unable to set up component.
|
||||
2024-12-18 10:12:02.772 ERROR (MainThread) [homeassistant.config] Invalid config for 'template' at templates.yaml, line 21: required key 'state' not provided
|
||||
Invalid config for 'template' at templates.yaml, line 23: 'value_template' is an invalid option for 'template', check: sensor->1->value_template
|
||||
Invalid config for 'template' at templates.yaml, line 24: 'attribute_templates' is an invalid option for 'template', check: sensor->1->attribute_templates
|
||||
2024-12-18 10:12:03.073 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'rflink.light': Unable to set up component.
|
||||
2024-12-18 10:12:03.283 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: list object has no element 0 when rendering '{{ value_json.data.viewer.homes[0].currentSubscription.priceInfo.tomorrow[0].total | float (default=0) }}'
|
||||
2024-12-18 10:12:03.579 WARNING (SyncWorker_8) [homeassistant.components.python_script] Folder python_scripts not found in configuration folder
|
||||
2024-12-18 10:12:03.579 ERROR (MainThread) [homeassistant.setup] Setup failed for 'python_script': Integration failed to initialize.
|
||||
2024-12-18 10:12:06.955 WARNING (MainThread) [homeassistant.components.heos] 192.168.178.16 is not logged in to a HEOS account and will be unable to retrieve HEOS favorites: Use the 'heos.sign_in' service to sign-in to a HEOS account
|
||||
2024-12-18 10:12:09.305 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.solarproduction_of_last_3_days (<class 'homeassistant.components.sql.sensor.SQLSensor'>) is using native unit of measurement 'kwh' which is not a valid unit for the device class ('energy') it is using; expected one of ['cal', 'GJ', 'MWh', 'J', 'TWh', 'kJ', 'Wh', 'kcal', 'Mcal', 'GWh', 'kWh', 'MJ', 'Gcal']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+sql%22
|
||||
2024-12-18 10:12:11.471 WARNING (MainThread) [homeassistant.components.vlc_telnet] Failed to connect to VLC: Failed to connect: [Errno -5] Name has no usable address. Trying again
|
||||
2024-12-18 10:12:12.744 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for ha-wozi-funk-rolladen @ 192.168.178.52: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.178.52', port=6053))]: [Errno 113] Connect call failed ('192.168.178.52', 6053) (SocketAPIError)
|
||||
2024-12-18 10:12:12.805 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for m5stack-atom-echo-0a00f0 @ 192.168.178.36: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.178.36', port=6053))]: [Errno 113] Connect call failed ('192.168.178.36', 6053) (SocketAPIError)
|
||||
2024-12-18 10:12:16.516 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:12:18.533 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowACx: Error: device: 3 address: 21223 -> Modbus Error: [Input/Output] ERROR: No response received after 3 retries
|
||||
2024-12-18 10:12:20.744 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.einer_muss_ja_oben_putzen_map for domain camera with platform dreame_vacuum
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities
|
||||
await coro
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity
|
||||
await entity.add_to_platform_finish()
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish
|
||||
await self.async_internal_added_to_hass()
|
||||
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 829, in async_internal_added_to_hass
|
||||
await self.async_refresh_providers(write_state=False)
|
||||
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 837, in async_refresh_providers
|
||||
old_provider = self._webrtc_provider
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
AttributeError: 'DreameVacuumCameraEntity' object has no attribute '_webrtc_provider'
|
||||
2024-12-18 10:12:23.794 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.einer_muss_ja_oben_putzen_map_1 for domain camera with platform dreame_vacuum
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities
|
||||
await coro
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity
|
||||
await entity.add_to_platform_finish()
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish
|
||||
await self.async_internal_added_to_hass()
|
||||
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 829, in async_internal_added_to_hass
|
||||
await self.async_refresh_providers(write_state=False)
|
||||
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 837, in async_refresh_providers
|
||||
old_provider = self._webrtc_provider
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
AttributeError: 'DreameVacuumCameraEntity' object has no attribute '_webrtc_provider'
|
||||
2024-12-18 10:12:23.810 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.einer_muss_ja_oben_putzen_map_2 for domain camera with platform dreame_vacuum
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities
|
||||
await coro
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity
|
||||
await entity.add_to_platform_finish()
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish
|
||||
await self.async_internal_added_to_hass()
|
||||
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 829, in async_internal_added_to_hass
|
||||
await self.async_refresh_providers(write_state=False)
|
||||
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 837, in async_refresh_providers
|
||||
old_provider = self._webrtc_provider
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
AttributeError: 'DreameVacuumCameraEntity' object has no attribute '_webrtc_provider'
|
||||
2024-12-18 10:12:23.814 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.einer_muss_ja_oben_putzen_map_3 for domain camera with platform dreame_vacuum
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities
|
||||
await coro
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity
|
||||
await entity.add_to_platform_finish()
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish
|
||||
await self.async_internal_added_to_hass()
|
||||
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 829, in async_internal_added_to_hass
|
||||
await self.async_refresh_providers(write_state=False)
|
||||
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 837, in async_refresh_providers
|
||||
old_provider = self._webrtc_provider
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
AttributeError: 'DreameVacuumCameraEntity' object has no attribute '_webrtc_provider'
|
||||
2024-12-18 10:12:23.816 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.einer_muss_ja_oben_putzen_map_4 for domain camera with platform dreame_vacuum
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities
|
||||
await coro
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity
|
||||
await entity.add_to_platform_finish()
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish
|
||||
await self.async_internal_added_to_hass()
|
||||
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 829, in async_internal_added_to_hass
|
||||
await self.async_refresh_providers(write_state=False)
|
||||
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 837, in async_refresh_providers
|
||||
old_provider = self._webrtc_provider
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
AttributeError: 'DreameVacuumCameraEntity' object has no attribute '_webrtc_provider'
|
||||
2024-12-18 10:12:24.281 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{ states('sensor.daily_pv_generation') | float - states('sensor.forecast_total_solar_energy_today') | float}}) renders=2>
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2352, 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 631, in async_render
|
||||
render_result = _render_with_context(self.template, compiled, **kwargs)
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2733, in _render_with_context
|
||||
return template.render(**kwargs)
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 1304, in render
|
||||
self.environment.handle_exception()
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 939, 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 2355, in forgiving_float_filter
|
||||
raise_no_default("float", value)
|
||||
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1909, in raise_no_default
|
||||
raise ValueError(
|
||||
...<2 lines>...
|
||||
)
|
||||
ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{ states('sensor.daily_pv_generation') | float - states('sensor.forecast_total_solar_energy_today') | 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 748, 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 633, in async_render
|
||||
raise TemplateError(err) from err
|
||||
homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{ states('sensor.daily_pv_generation') | float - states('sensor.forecast_total_solar_energy_today') | float}}' but no default was specified
|
||||
2024-12-18 10:12:24.315 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unavailable' when rendering template '{{ states('sensor.daily_pv_generation') | float - states('sensor.forecast_total_solar_energy_today') | float}}' but no default was specified') while processing template 'Template<template=({{ states('sensor.daily_pv_generation') | float - states('sensor.forecast_total_solar_energy_today') | float}}) renders=4>' for attribute '_attr_native_value' in entity 'sensor.difference_pv_production_forecast'
|
||||
2024-12-18 10:12:24.317 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'strftime' when rendering '{{ as_datetime(states.sensor.charging_start_time_raw.state).strftime("%d.%m.%Y %H:%M") }}'
|
||||
2024-12-18 10:12:24.318 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{ as_datetime(states.sensor.charging_start_time_raw.state).strftime("%d.%m.%Y %H:%M") }}) renders=2>
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 631, in async_render
|
||||
render_result = _render_with_context(self.template, compiled, **kwargs)
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2733, in _render_with_context
|
||||
return template.render(**kwargs)
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 1304, in render
|
||||
self.environment.handle_exception()
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 939, in handle_exception
|
||||
raise rewrite_traceback_stack(source=source)
|
||||
File "<template>", line 1, in top-level template code
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/sandbox.py", line 392, in call
|
||||
if not __self.is_safe_callable(__obj):
|
||||
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 3150, in is_safe_callable
|
||||
) or super().is_safe_callable(obj)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/sandbox.py", line 276, in is_safe_callable
|
||||
getattr(obj, "unsafe_callable", False) or getattr(obj, "alters_data", False)
|
||||
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2765, in _fail_with_undefined_error
|
||||
return super()._fail_with_undefined_error(*args, **kwargs)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
|
||||
jinja2.exceptions.UndefinedError: 'None' has no attribute 'strftime'
|
||||
|
||||
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 748, 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 633, in async_render
|
||||
raise TemplateError(err) from err
|
||||
homeassistant.exceptions.TemplateError: UndefinedError: 'None' has no attribute 'strftime'
|
||||
2024-12-18 10:12:24.325 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'strftime' when rendering '{{ as_datetime(states.sensor.charging_start_time_raw.state).strftime("%d.%m.%Y %H:%M") }}'
|
||||
2024-12-18 10:12:24.325 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('UndefinedError: 'None' has no attribute 'strftime'') while processing template 'Template<template=({{ as_datetime(states.sensor.charging_start_time_raw.state).strftime("%d.%m.%Y %H:%M") }}) renders=4>' for attribute '_attr_native_value' in entity 'sensor.charging_start_time'
|
||||
2024-12-18 10:12:24.325 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'strftime' when rendering '{{ as_datetime(states.sensor.charging_end_time_raw.state).strftime("%d.%m.%Y %H:%M") }}'
|
||||
2024-12-18 10:12:24.326 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{ as_datetime(states.sensor.charging_end_time_raw.state).strftime("%d.%m.%Y %H:%M") }}) renders=2>
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 631, in async_render
|
||||
render_result = _render_with_context(self.template, compiled, **kwargs)
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2733, in _render_with_context
|
||||
return template.render(**kwargs)
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 1304, in render
|
||||
self.environment.handle_exception()
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 939, in handle_exception
|
||||
raise rewrite_traceback_stack(source=source)
|
||||
File "<template>", line 1, in top-level template code
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/sandbox.py", line 392, in call
|
||||
if not __self.is_safe_callable(__obj):
|
||||
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 3150, in is_safe_callable
|
||||
) or super().is_safe_callable(obj)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/sandbox.py", line 276, in is_safe_callable
|
||||
getattr(obj, "unsafe_callable", False) or getattr(obj, "alters_data", False)
|
||||
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2765, in _fail_with_undefined_error
|
||||
return super()._fail_with_undefined_error(*args, **kwargs)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
|
||||
jinja2.exceptions.UndefinedError: 'None' has no attribute 'strftime'
|
||||
|
||||
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 748, 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 633, in async_render
|
||||
raise TemplateError(err) from err
|
||||
homeassistant.exceptions.TemplateError: UndefinedError: 'None' has no attribute 'strftime'
|
||||
2024-12-18 10:12:24.328 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: 'None' has no attribute 'strftime' when rendering '{{ as_datetime(states.sensor.charging_end_time_raw.state).strftime("%d.%m.%Y %H:%M") }}'
|
||||
2024-12-18 10:12:24.328 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('UndefinedError: 'None' has no attribute 'strftime'') while processing template 'Template<template=({{ as_datetime(states.sensor.charging_end_time_raw.state).strftime("%d.%m.%Y %H:%M") }}) renders=4>' for attribute '_attr_native_value' in entity 'sensor.charging_end_time'
|
||||
2024-12-18 10:12:24.329 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{ as_datetime(states.sensor.charging_end_time_raw.state) - as_datetime(states.sensor.charging_start_time_raw.state) }}) renders=2>
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 631, in async_render
|
||||
render_result = _render_with_context(self.template, compiled, **kwargs)
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2733, in _render_with_context
|
||||
return template.render(**kwargs)
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 1304, in render
|
||||
self.environment.handle_exception()
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 939, in handle_exception
|
||||
raise rewrite_traceback_stack(source=source)
|
||||
File "<template>", line 1, in top-level template code
|
||||
TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'
|
||||
|
||||
The above exception was the direct cause of the following exception:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 748, 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 633, in async_render
|
||||
raise TemplateError(err) from err
|
||||
homeassistant.exceptions.TemplateError: TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'
|
||||
2024-12-18 10:12:24.330 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'') while processing template 'Template<template=({{ as_datetime(states.sensor.charging_end_time_raw.state) - as_datetime(states.sensor.charging_start_time_raw.state) }}) renders=4>' for attribute '_attr_native_value' in entity 'sensor.charging_duration'
|
||||
2024-12-18 10:12:24.331 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{ (((states.sensor.charging_energy.state | int) * (states.sensor.mileage_per_kwh.state | int) / 1000) | round(1))}} km) renders=2>
|
||||
Traceback (most recent call last):
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 631, in async_render
|
||||
render_result = _render_with_context(self.template, compiled, **kwargs)
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2733, in _render_with_context
|
||||
return template.render(**kwargs)
|
||||
~~~~~~~~~~~~~~~^^^^^^^^^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 1304, in render
|
||||
self.environment.handle_exception()
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
|
||||
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 939, 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 2371, in forgiving_int_filter
|
||||
raise_no_default("int", value)
|
||||
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
|
||||
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1909, in raise_no_default
|
||||
raise ValueError(
|
||||
...<2 lines>...
|
||||
)
|
||||
ValueError: Template error: int got invalid input 'unavailable' when rendering template '{{ (((states.sensor.charging_energy.state | int) * (states.sensor.mileage_per_kwh.state | int) / 1000) | round(1))}} km' 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 748, 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 633, in async_render
|
||||
raise TemplateError(err) from err
|
||||
homeassistant.exceptions.TemplateError: ValueError: Template error: int got invalid input 'unavailable' when rendering template '{{ (((states.sensor.charging_energy.state | int) * (states.sensor.mileage_per_kwh.state | int) / 1000) | round(1))}} km' but no default was specified
|
||||
2024-12-18 10:12:24.333 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: int got invalid input 'unavailable' when rendering template '{{ (((states.sensor.charging_energy.state | int) * (states.sensor.mileage_per_kwh.state | int) / 1000) | round(1))}} km' but no default was specified') while processing template 'Template<template=({{ (((states.sensor.charging_energy.state | int) * (states.sensor.mileage_per_kwh.state | int) / 1000) | round(1))}} km) renders=4>' for attribute '_attr_native_value' in entity 'sensor.charged_range'
|
||||
2024-12-18 10:12:25.035 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'Wieviel müssen wir aus dem Netz laden' trigger: In 'numeric_state' condition: entity sensor.energy_production_tomorrow_4 state '{'2024-12-19T00:00:00+01:00': 0.0, '2024-12-19T01:00:00+01:00': 0.0, '2024-12-19T02:00:00+01:00': 0.0, '2024-12-19T03:00:00+01:00': 0.0, '2024-12-19T04:00:00+01:00': 0.0, '2024-12-19T05:00:00+01:00': 0.0, '2024-12-19T06:00:00+01:00': 0.0, '2024-12-19T07:00:00+01:00': 0.0, '2024-12-19T08:00:00+01:00': 12.25, '2024-12-19T09:00:00+01:00': 185.25, '2024-12-19T10:00:00+01:00': 366.0, '2024-12-19T11:00:00+01:00': 660.0, '2024-12-19T12:00:00+01:00': 966.75, '2024-12-19T13:00:00+01:00': 325.75, '2024-12-19T14:00:00+01:00': 205.0, '2024-12-19T15:00:00+01:00': 92.0, '2024-12-19T16:00:00+01:00': 5.0, '2024-12-19T17:00:00+01:00': 0.0, '2024-12-19T18:00:00+01:00': 0.0, '2024-12-19T19:00:00+01:00': 0.0, '2024-12-19T20:00:00+01:00': 0.0, '2024-12-19T21:00:00+01:00': 0.0, '2024-12-19T22:00:00+01:00': 0.0, '2024-12-19T23:00:00+01:00': 0.0}' cannot be processed as a number
|
||||
2024-12-18 10:12:29.284 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:12:38.950 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:12:48.948 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:12:58.918 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:13:08.928 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:13:18.937 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:13:28.945 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:13:39.124 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:13:48.950 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:13:58.939 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:14:08.947 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:14:18.947 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:14:28.970 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:14:38.933 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:14:48.944 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:14:58.957 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:15:08.968 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:15:18.960 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:15:28.957 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:15:38.959 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:15:48.957 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:15:58.970 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:16:09.015 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:16:18.984 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:16:29.014 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:16:38.994 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:16:48.986 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:16:58.977 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:17:03.579 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: list object has no element 0 when rendering '{{ value_json.data.viewer.homes[0].currentSubscription.priceInfo.tomorrow[0].total | float (default=0) }}'
|
||||
2024-12-18 10:17:08.989 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:17:19.036 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:17:29.026 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:17:39.018 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:17:49.010 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:17:59.002 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:18:09.010 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:18:19.021 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:18:29.042 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:18:39.032 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:18:49.034 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:18:59.040 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:19:09.048 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:19:19.049 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:19:29.046 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:19:39.031 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:19:49.043 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:19:59.046 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:20:09.043 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:20:19.060 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:20:29.072 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:20:39.050 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:20:49.042 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:20:59.043 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:21:09.052 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:21:20.262 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:21:30.129 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:21:40.123 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:21:50.147 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:22:00.132 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:22:03.656 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: list object has no element 0 when rendering '{{ value_json.data.viewer.homes[0].currentSubscription.priceInfo.tomorrow[0].total | float (default=0) }}'
|
||||
2024-12-18 10:22:06.409 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 6226 -> pymodbus returned isError True
|
||||
2024-12-18 10:22:10.125 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:22:20.119 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:22:30.164 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:22:40.162 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:22:50.171 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:23:00.154 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:23:11.405 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:23:21.217 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:23:36.354 WARNING (MainThread) [homeassistant.helpers.entity] Updating state for sensor.export_power_limit_mode_raw (<class 'homeassistant.components.modbus.sensor.ModbusRegisterSensor'>) took 0.728 seconds. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+modbus%22
|
||||
2024-12-18 10:23:46.425 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:23:48.932 ERROR (SyncWorker_5) [homeassistant.util.yaml.loader] while parsing a block mapping
|
||||
in "/config/configuration.yaml", line 2, column 1
|
||||
expected <block end>, but found '<block sequence start>'
|
||||
in "/config/configuration.yaml", line 27, column 3
|
||||
2024-12-18 10:23:49.941 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:23:50.895 ERROR (SyncWorker_9) [homeassistant.util.yaml.loader] while parsing a block mapping
|
||||
in "/config/configuration.yaml", line 2, column 1
|
||||
expected <block end>, but found '<block sequence start>'
|
||||
in "/config/configuration.yaml", line 27, column 3
|
||||
2024-12-18 10:23:58.959 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:24:09.035 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:24:18.962 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:24:28.972 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:24:38.971 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:24:48.964 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:24:58.991 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:25:08.961 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
2024-12-18 10:25:19.034 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True
|
||||
Reference in New Issue
Block a user