No way to set temperature setpoint
Try:
service: climate.set_temperature
data:
temperature: 11
target:
entity_id: climate.wall_heating_thermostat
Result:
Stopped because an error was encountered at * ***** 2021 г., 12:53:32 (runtime: 0.01 seconds)
**Value requested is not available**
Traceback:
Traceback (most recent call last):
File "/snap/home-assistant-snap/420/lib/python3.8/site-packages/homeassistant/components/websocket_api/commands.py", line 185, in handle_call_service
await hass.services.async_call(
File "/snap/home-assistant-snap/420/lib/python3.8/site-packages/homeassistant/core.py", line 1491, in async_call
task.result()
File "/snap/home-assistant-snap/420/lib/python3.8/site-packages/homeassistant/core.py", line 1526, in _execute_service
await handler.job.target(service_call)
File "/snap/home-assistant-snap/420/lib/python3.8/site-packages/homeassistant/helpers/entity_component.py", line 213, in handle_service
await self.hass.helpers.service.entity_service_call(
File "/snap/home-assistant-snap/420/lib/python3.8/site-packages/homeassistant/helpers/service.py", line 658, in entity_service_call
future.result() # pop exception if have
File "/snap/home-assistant-snap/420/lib/python3.8/site-packages/homeassistant/helpers/entity.py", line 830, in async_request_call
await coro
File "/snap/home-assistant-snap/420/lib/python3.8/site-packages/homeassistant/helpers/service.py", line 695, in _handle_entity_call
await result
File "/snap/home-assistant-snap/420/lib/python3.8/site-packages/homeassistant/components/climate/__init__.py", line 586, in async_service_temperature_set
await entity.async_set_temperature(**kwargs)
File "/snap/home-assistant-snap/420/lib/python3.8/site-packages/homeassistant/components/zwave_js/climate.py", line 451, in async_set_temperature
setpoint: ZwaveValue = self._setpoint_value(
File "/snap/home-assistant-snap/420/lib/python3.8/site-packages/homeassistant/components/zwave_js/climate.py", line 214, in _setpoint_value
raise ValueError("Value requested is not available")
ValueError: Value requested is not available
Same result, when activated from lovelace, or from NodeRED.
Similiar devices work well throw MIOS Vera integration.
Environment
snap info home-assistant-snap
installed: 2021.10.6 (420) 421MB -
snap info snap info zwavejs2mqtt
installed: v5.10.0 (237) 157MB -