I have smart shades with Yooksmart YKD25SLEU- 1130-M motors. The devices are failing to update with the below error. Any ideas on the issue?
<>Logger: homeassistant.helpers.entity
Source: helpers/entity.py:955
First occurred: July 18, 2025 at 12:11:14 AM (21 occurrences)
Last logged: 12:11:14 AM
Update for update.smart_window_shade_tubular_motor_firmware_3 fails
Update for update.smart_window_shade_tubular_motor_4 fails
Update for update.shade_family_rm_c2_8 fails
Update for update.smart_window_shade_tubular_motor_firmware_2 fails
Update for update.shade_family_rm_l2_2 fails
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/matter/update.py”, line 124, in async_update
update_information = await self.matter_client.check_node_update(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
node_id=self._endpoint.node.node_id
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File “/usr/local/lib/python3.13/site-packages/matter_server/client/client.py”, line 528, in check_node_update
data = await self.send_command(
^^^^^^^^^^^^^^^^^^^^^^^^
APICommand.CHECK_NODE_UPDATE, node_id=node_id, require_schema=10
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File “/usr/local/lib/python3.13/site-packages/matter_server/client/client.py”, line 589, in send_command
return await future
^^^^^^^^^^^^
matter_server.common.errors.UpdateCheckError: Fetching software versions from DCL for device with vendor id 5234 product id 1 failed.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 955, in async_update_ha_state
await self.async_device_update()
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 1303, in async_device_update
await self.async_update()
File “/usr/src/homeassistant/homeassistant/components/matter/update.py”, line 136, in async_update
raise HomeAssistantError(f"Error finding applicable update: {err}") from err
homeassistant.exceptions.HomeAssistantError: Error finding applicable update: Fetching software versions from DCL for device with vendor id 5234 product id 1 failed.