This custom component for Home Assistant will add crucial features to your climate-controlling TRV (Thermostatic Radiator Valves) to save you the work of creating automations to make it smart. It combines a room-temperature sensor, window/door sensors, weather forecasts, or an ambient temperature probe to decide when it should call for heat and automatically calibrate your TRVs to fix the imprecise measurements taken in the radiator's vicinity.
[ ] Output from Home Assistant Developer Tools state e.g.
[x] Output from Home Assistant Device Diagnostic from BT
2023-12-07 09:52:55.852 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [546868509120] Entity climate.thermostate_control_living_room does not support this service.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 238, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2067, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2104, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 272, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 878, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 948, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/scene/__init__.py", line 114, in _async_activate
await self.async_activate(**kwargs)
File "/usr/src/homeassistant/homeassistant/components/homeassistant/scene.py", line 375, in async_activate
await async_reproduce_state(
File "/usr/src/homeassistant/homeassistant/helpers/state.py", line 67, in async_reproduce_state
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/helpers/state.py", line 61, in worker
await platform.async_reproduce_states(
File "/usr/src/homeassistant/homeassistant/components/climate/reproduce_state.py", line 92, in async_reproduce_states
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/components/climate/reproduce_state.py", line 81, in _async_reproduce_states
await call_service(SERVICE_SET_HUMIDITY, [ATTR_HUMIDITY])
File "/usr/src/homeassistant/homeassistant/components/climate/reproduce_state.py", line 51, in call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 2067, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2104, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 272, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 860, in entity_service_call
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity climate.thermostate_control_living_room does not support this service.
2023-12-07 09:53:07.869 ERROR (MainThread) [homeassistant.components.automation.control_heating_mode] Control Heating Mode: Choose at step 1: choice 1: Error executing script. Error for call_service at pos 1: Entity climate.thermostate_control_living_room does not support this service.
2023-12-07 09:53:07.873 ERROR (MainThread) [homeassistant.components.automation.control_heating_mode] Control Heating Mode: Error executing script. Error for choose at pos 1: Entity climate.thermostate_control_living_room does not support this service.
2023-12-07 09:53:07.877 ERROR (MainThread) [homeassistant.components.automation.control_heating_mode] Error while executing automation automation.control_heating_mode: Entity climate.thermostate_control_living_room does not support this service.
2023-12-07 10:04:01.304 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [546868509120] Entity climate.thermostate_control_living_room does not support this service.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 238, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2067, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2104, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 272, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 878, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 948, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/scene/__init__.py", line 114, in _async_activate
await self.async_activate(**kwargs)
File "/usr/src/homeassistant/homeassistant/components/homeassistant/scene.py", line 375, in async_activate
await async_reproduce_state(
File "/usr/src/homeassistant/homeassistant/helpers/state.py", line 67, in async_reproduce_state
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/helpers/state.py", line 61, in worker
await platform.async_reproduce_states(
File "/usr/src/homeassistant/homeassistant/components/climate/reproduce_state.py", line 92, in async_reproduce_states
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/components/climate/reproduce_state.py", line 81, in _async_reproduce_states
await call_service(SERVICE_SET_HUMIDITY, [ATTR_HUMIDITY])
File "/usr/src/homeassistant/homeassistant/components/climate/reproduce_state.py", line 51, in call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 2067, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2104, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 272, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 860, in entity_service_call
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity climate.thermostate_control_living_room does not support this service.
2023-12-07 10:07:05.427 DEBUG (MainThread) [custom_components.better_thermostat.climate] better_thermostat Thermostate Control Living Room: HA set target temperature to 22.0 & None
2023-12-07 10:07:05.435 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [546949601856] Entity climate.thermostate_control_living_room does not support this service.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 238, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2067, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2104, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 272, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 878, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 948, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/scene/__init__.py", line 114, in _async_activate
await self.async_activate(**kwargs)
File "/usr/src/homeassistant/homeassistant/components/homeassistant/scene.py", line 375, in async_activate
await async_reproduce_state(
File "/usr/src/homeassistant/homeassistant/helpers/state.py", line 67, in async_reproduce_state
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/helpers/state.py", line 61, in worker
await platform.async_reproduce_states(
File "/usr/src/homeassistant/homeassistant/components/climate/reproduce_state.py", line 92, in async_reproduce_states
await asyncio.gather(
File "/usr/src/homeassistant/homeassistant/components/climate/reproduce_state.py", line 81, in _async_reproduce_states
await call_service(SERVICE_SET_HUMIDITY, [ATTR_HUMIDITY])
File "/usr/src/homeassistant/homeassistant/components/climate/reproduce_state.py", line 51, in call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 2067, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2104, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 272, in handle_service
return await service.entity_service_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 860, in entity_service_call
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Entity climate.thermostate_control_living_room does not support this service.
Description
better_thermostat entity produces an error provoking follow-up erros from automations/scripts each time a scene is called it is part of. The temperature is set correctly from the scene though.
Steps to Reproduce
Create a scene
Add a better_thermostat entity
Set a different temperature there
Activate scene
Look into HA logs
Expected behavior:
Entity sets temperature, mode etc. from scene without python error
Actual behavior:
Entity sets values but throws an error with traceback. State might be incompletely reproduced due to the service call failing.
I have this issue too and a friend has this too. Seems to not depend on the Thermostat (as my friend and me are using different ones). Just in general, whenever you use a Better-Thermostat entity in a scene, it will throw an error upon save.
Prerequisites
Description
better_thermostat
entity produces an error provoking follow-up erros from automations/scripts each time a scene is called it is part of. The temperature is set correctly from the scene though.Steps to Reproduce
better_thermostat
entityExpected behavior:
Entity sets temperature, mode etc. from scene without python error
Actual behavior:
Entity sets values but throws an error with traceback. State might be incompletely reproduced due to the service call failing.
Versions
BT 1.33.0 from HACS HA 2023.12.0 HA OS 11.2
Additional Information