You mean this:
2022-09-27 20:05:37.447 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [140187456709456] Invalid args: For temporary_override, setpoint/active cant be None
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 200, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1738, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1775, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 676, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 931, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 713, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 488, in async_set_preset_mode
await self.hass.async_add_executor_job(self.set_preset_mode, preset_mode)
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/ramses_cc/climate_heat.py", line 345, in set_preset_mode
self.svc_set_zone_mode(mode=ZoneMode.TEMPORARY)
File "/config/custom_components/ramses_cc/climate_heat.py", line 374, in svc_set_zone_mode
self._call_client_api(
File "/config/custom_components/ramses_cc/__init__.py", line 236, in _call_client_api
func(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/ramses_rf/system/zones.py", line 747, in set_mode
cmd = Command.set_zone_mode(
File "/usr/local/lib/python3.10/site-packages/ramses_rf/protocol/helpers.py", line 23, in wrapper
return fnc(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/ramses_rf/protocol/command.py", line 205, in wrapper
return _wrapper(fcn, cls, ctl_id, zone_idx, *args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/ramses_rf/protocol/command.py", line 170, in _wrapper
return fcn(cls, *args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/ramses_rf/protocol/command.py", line 1093, in set_zone_mode
mode = _normalise_mode(mode, setpoint, until, duration)
File "/usr/local/lib/python3.10/site-packages/ramses_rf/protocol/command.py", line 235, in _normalise_mode
raise ValueError(
ValueError: Invalid args: For temporary_override, setpoint/active cant be None