asev / homeassistant-uponor

Uponor Smatrix Pulse heating/cooling system integration for Home Assistant.
MIT License
42 stars 17 forks source link

Trying to solves asev#52 #53

Closed dave-code-ruiz closed 2 months ago

dave-code-ruiz commented 2 months ago

Trying to solves asev#52

ErikSabel commented 2 months ago

home-assistant_uponor_2024-07-04T12-23-36.024Z.log

Hopefully this goes in the right direction with this logging. If something else needed, let me know (and also where to find as I am kind of new in HA and no software/IT background)

dave-code-ruiz commented 2 months ago

home-assistant_uponor_2024-07-04T12-23-36.024Z.log

Hopefully this goes in the right direction with this logging. If something else needed, let me know (and also where to find as I am kind of new in HA and no software/IT background)

You need to change files climate.py and init,py in your custom_components/uponor folder with my files in this PR and restart, then post new homeassistant log file

ErikSabel commented 2 months ago

After change the files climate and init, the intergration doesn't start-up anymore. Can't run any debug file as it is not available

Edit. My mistake, did something wrong. See the new log file

2024-07-04 15:52:56.355 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartthings_soundbar 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-07-04 15:52:56.358 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration buienalarm 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-07-04 15:52:56.360 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-07-04 15:52:56.362 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration uponor 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-07-04 15:52:56.364 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration neerslag 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-07-04 15:53:02.444 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'neerslag' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call await hass.http.async_register_static_paths([StaticPathConfig("/neerslag-card.js", "/config/custom_components/neerslag/home-assistant-neerslag-card/neerslag-card.js", False)]); This function will be removed in 2025.7 at custom_components/neerslag/load_frontend.py, line 20: hass.http.register_static_path(FRONTEND_SCRIPT_URL, str(path_to_file), should_cache), please create a bug report at https://github.com/aex351/home-assistant-neerslag-app/issues 2024-07-04 15:53:02.455 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'neerslag' calls async_forward_entry_setup for integration, neerslag with title: Neerslag App and entry_id: 2893db6d1d09a4dc4d458f2e82ee02ca, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/neerslag/init.py, line 54: hass.async_create_task(, please create a bug report at https://github.com/aex351/home-assistant-neerslag-app/issues 2024-07-04 15:53:05.647 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'uponor' calls async_forward_entry_setup for integration, uponor with title: Uponor and entry_id: 4fa0b12074d076b2e081e28044257c2f, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/uponor/init.py, line 51: await hass.config_entries.async_forward_entry_setup(config_entry, Platform.CLIMATE), please create a bug report at https://github.com/asev/homeassistant-uponor/issues 2024-07-04 15:53:07.823 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend_experimental", False)]); This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 49: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-04 15:53:07.834 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)]); This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 57: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-04 15:53:07.860 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-04 15:53:12.125 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration neerslag with title: Neerslag App and entry_id: 2893db6d1d09a4dc4d458f2e82ee02ca, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue. Stack (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/main.py", line 223, in sys.exit(main()) File "/usr/src/homeassistant/homeassistant/main.py", line 209, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once handle._run() File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2122, in async_forward_entry_setup _report_non_awaited_platform_forwards(entry, "async_forward_entry_setup") File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1175, in _report_non_awaited_platform_forwards report( File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report _LOGGER.warning(msg, stack_info=True) 2024-07-04 15:53:12.677 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'uponor' calls async_forward_entry_setup for integration, uponor with title: Uponor and entry_id: 4fa0b12074d076b2e081e28044257c2f, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/uponor/init.py, line 52: await hass.config_entries.async_forward_entry_setup(config_entry, Platform.SWITCH), please create a bug report at https://github.com/asev/homeassistant-uponor/issues 2024-07-04 15:53:14.971 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.hoymiles_gateway_solarh_603270_real_power_measurement (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; 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+mqtt%22 2024-07-04 15:53:23.565 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 642: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-04 15:53:23.855 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-04 15:54:18.904 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-04 15:54:53.061 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.uponor_away is taking over 10 seconds 2024-07-04 15:55:14.253 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-04 15:56:20.036 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-04 15:56:21.064 WARNING (MainThread) [homeassistant.components.automation] Error evaluating condition in 'Logeerkamer - Overdag gordijnen openen': In 'condition' (item 2 of 2): In 'numeric_state': In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-04 15:57:18.199 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number

dave-code-ruiz commented 2 months ago

Ok , log it shows all work fine.

If integration work fine , and update states, only wait possible api errors or warnings

tomorrow, I send you new code to solves this warning:

Detected that custom integration 'uponor' calls async_forward_entry_setup for integration, uponor with title: Uponor

ErikSabel commented 2 months ago

It's update with the suggestion above, but it stopped again after approx. 1 hour it seems. See the log file home-assistant_uponor_2024-07-05T06-31-19.009Z.log

dave-code-ruiz commented 2 months ago

Ok, i commit new changes to files, You need to change files climate.py, switch.py and init,py in your custom_components/uponor folder with my files in this PR and restart, then post new homeassistant log file

Thanks

ErikSabel commented 2 months ago

Here you go, the new log files;

2024-07-05 11:38:30.276 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartthings_soundbar 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-07-05 11:38:30.279 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration buienalarm 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-07-05 11:38:30.281 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-07-05 11:38:30.283 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration uponor 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-07-05 11:38:30.286 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration neerslag 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-07-05 11:38:44.035 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend_experimental", False)]); This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 49: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-05 11:38:44.046 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)]); This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 57: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-05 11:38:44.057 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-05 11:38:44.537 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'neerslag' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call await hass.http.async_register_static_paths([StaticPathConfig("/neerslag-card.js", "/config/custom_components/neerslag/home-assistant-neerslag-card/neerslag-card.js", False)]); This function will be removed in 2025.7 at custom_components/neerslag/load_frontend.py, line 20: hass.http.register_static_path(FRONTEND_SCRIPT_URL, str(path_to_file), should_cache), please create a bug report at https://github.com/aex351/home-assistant-neerslag-app/issues 2024-07-05 11:38:44.549 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'neerslag' calls async_forward_entry_setup for integration, neerslag with title: Neerslag App and entry_id: 2893db6d1d09a4dc4d458f2e82ee02ca, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/neerslag/init.py, line 54: hass.async_create_task(, please create a bug report at https://github.com/aex351/home-assistant-neerslag-app/issues 2024-07-05 11:38:45.457 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'uponor' calls async_add_job, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/uponor/init.py, line 266: self._hass.async_add_job(async_dispatcher_send, self._hass, SIGNAL_UPONOR_STATE_UPDATE), please create a bug report at https://github.com/asev/homeassistant-uponor/issues 2024-07-05 11:38:45.467 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'uponor' calls async_forward_entry_setup for integration, uponor with title: Uponor and entry_id: 4fa0b12074d076b2e081e28044257c2f, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/uponor/init.py, line 60: await hass.config_entries.async_forward_entry_setup(config_entry, Platform.CLIMATE), please create a bug report at https://github.com/asev/homeassistant-uponor/issues 2024-07-05 11:38:48.224 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'uponor' calls async_forward_entry_setup for integration, uponor with title: Uponor and entry_id: 4fa0b12074d076b2e081e28044257c2f, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/uponor/init.py, line 61: await hass.config_entries.async_forward_entry_setup(config_entry, Platform.SWITCH), please create a bug report at https://github.com/asev/homeassistant-uponor/issues 2024-07-05 11:38:48.247 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Uponor for climate Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 586, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/climate/init.py", line 221, in async_setup_entry return await component.async_setup_entry(entry) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 184, in async_setup_entry raise ValueError( ValueError: Config entry Uponor (4fa0b12074d076b2e081e28044257c2f) for uponor.climate has already been setup! 2024-07-05 11:38:48.257 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Uponor for switch Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 586, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/switch/init.py", line 92, in async_setup_entry return await component.async_setup_entry(entry) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 184, in async_setup_entry raise ValueError( ValueError: Config entry Uponor (4fa0b12074d076b2e081e28044257c2f) for uponor.switch has already been setup! 2024-07-05 11:38:48.320 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration neerslag with title: Neerslag App and entry_id: 2893db6d1d09a4dc4d458f2e82ee02ca, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue. Stack (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/main.py", line 223, in sys.exit(main()) File "/usr/src/homeassistant/homeassistant/main.py", line 209, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.12/asyncio/base_events.py", line 674, in run_until_complete self.run_forever() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever self._run_once() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, in _run_once handle._run() File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2122, in async_forward_entry_setup _report_non_awaited_platform_forwards(entry, "async_forward_entry_setup") File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1175, in _report_non_awaited_platform_forwards report( File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report _LOGGER.warning(msg, stack_info=True) 2024-07-05 11:38:59.661 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 642: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-05 11:38:59.957 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:24.600 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:25.060 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:25.764 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:27.128 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:28.947 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:29.311 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.hoymiles_gateway_solarh_603270_real_power_measurement (<class 'homeassistant.components.mqtt.sensor.MqttSensor'>) is using state class 'measurement' which is impossible considering device class ('energy') it is using; expected None or one of 'total', 'total_increasing'; 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+mqtt%22 2024-07-05 11:39:29.740 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.uponor_away is taking over 10 seconds 2024-07-05 11:39:30.466 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:31.944 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:32.551 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:36.452 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:37.823 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:38.291 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:38.969 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:45.258 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:45.540 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:46.256 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:46.747 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:53.870 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:54.202 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:54.796 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:55.332 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:55.609 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:39:59.903 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:04.071 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:04.580 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:04.922 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:05.189 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:09.823 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:10.404 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:11.345 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:11.538 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.werkkamer is taking over 10 seconds 2024-07-05 11:40:13.402 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:14.665 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:14.982 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:15.420 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:21.302 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:21.344 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.zolder is taking over 10 seconds 2024-07-05 11:40:21.456 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:22.522 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:23.045 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:29.971 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:30.535 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:31.074 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:31.455 WARNING (MainThread) [homeassistant.helpers.entity] Update of climate.zolder is taking over 10 seconds 2024-07-05 11:40:32.789 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.uponor_cooling_mode is taking over 10 seconds 2024-07-05 11:40:33.411 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number 2024-07-05 11:40:34.811 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error in 'Logeerkamer - Gordijnen overdag dicht doen' trigger: In 'numeric_state' condition: entity climate.logeerkamer state 'heat' cannot be processed as a number

asev commented 2 months ago

Thank you for the contribution ❤️

dave-code-ruiz commented 2 months ago

For thanks for collaboration:

Buy Me A Coffee

ErikSabel commented 2 months ago

After 11 hours, it's still working! So far so good 👍