Hi,
One of my TRVZB, even when switched on, is malfunctioning : the valve stays open and does not switch off. I have already removed the batteries but without success.
Here is the error log I encounter :
Enregistreur: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:245
intégration: Home Assistant WebSocket API (documentation, problèmes)
S’est produit pour la première fois: 10:00:10 (1 occurrences)
Dernier enregistrement: 10:00:10
[547361957360] Unexpected exception
Traceback (most recent call last):
File “/usr/local/lib/python3.13/site-packages/zigpy/device.py”, line 381, in request
return await req.result
^^^^^^^^^^^^^^^^
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/local/lib/python3.13/site-packages/zha/zigbee/cluster_handlers/init.py”, line 67, in wrap_zigpy_exceptions
yield
File “/usr/local/lib/python3.13/site-packages/zha/zigbee/cluster_handlers/init.py”, line 85, in wrapper
return await RETRYABLE_REQUEST_DECORATOR(func)(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/zigpy/util.py”, line 136, in retry
return await func()
^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/zigpy/zcl/init.py”, line 375, in request
return await self._endpoint.request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
…<9 lines>…
)
^
File “/usr/local/lib/python3.13/site-packages/zigpy/endpoint.py”, line 270, in request
return await self.device.request(
^^^^^^^^^^^^^^^^^^^^^^^^^^
…<11 lines>…
)
^
File “/usr/local/lib/python3.13/site-packages/zigpy/device.py”, line 380, in request
async with asyncio_timeout(timeout):
~~~~~~~~~~~~~~~^^^^^^^^^
File “/usr/local/lib/python3.13/asyncio/timeouts.py”, line 116, in aexit
raise TimeoutError from exc_val
TimeoutError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/zha/helpers.py”, line 1335, in handler
return await func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/zha/switch.py”, line 63, in async_turn_off
await self.entity_data.entity.async_turn_off()
File “/usr/local/lib/python3.13/site-packages/zha/application/platforms/switch.py”, line 100, in async_turn_off
await self._on_off_cluster_handler.turn_off()
File “/usr/local/lib/python3.13/site-packages/zha/zigbee/cluster_handlers/general.py”, line 472, in turn_off
result = await self.off()
^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.13/site-packages/zha/zigbee/cluster_handlers/init.py”, line 84, in wrapper
with wrap_zigpy_exceptions():
~~~~~~~~~~~~~~~~~~~~~^^
File “/usr/local/lib/python3.13/contextlib.py”, line 162, in exit
self.gen.throw(value)
~~~~~~~~~~~~~~^^^^^^^
File “/usr/local/lib/python3.13/site-packages/zha/zigbee/cluster_handlers/init.py”, line 69, in wrap_zigpy_exceptions
raise ZHAException(“Failed to send request: device did not respond”) from exc
zha.exceptions.ZHAException: Failed to send request: device did not respond
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 245, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
…<7 lines>…
)
^
File “/usr/src/homeassistant/homeassistant/core.py”, line 2795, in async_call
response_data = await coro
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/core.py”, line 2838, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1006, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
hass, entity, func, data, call.context
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1078, in _handle_entity_call
result = await task
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/zha/helpers.py”, line 1337, in handler
raise HomeAssistantError(err) from err
homeassistant.exceptions.HomeAssistantError: Failed to send request: device did not respond