Page 1 of 1

Tuya THP10-Z-X doesnt expose my zigbee blinds motors as matter devices

Posted: 2026年 Sep 3日 05:48
by neksudm

Hello!

I use a Tuya THP10-Z-X hub paired with a bunch of zigbee blinds rollers, and cannot see them as matter devices in my HomeAssistant. I only see the hub itself.

The devices are Zigbee-Blinds Motor (Zigbee-卷帘电机, product_id=alh14edn) with ids:
bf05c54ee87d3bb64c6tun
bfed744030666c2ea5doga
bf860db5ad1c20f9c2admu
bf3d125b529e900fa6huho
bf0db51d1c322754b8zlk3
bfbf0394e6abc65d94jr6u
bfdedee4a9c29d5c78mhra

Is it possible to fix somehow?


Re: Tuya THP10-Z-X doesnt expose my zigbee blinds motors as matter devices

Posted: 2026年 Sep 3日 10:43
by zhicheng

Hello, please try restarting the Tuya THP10-Z-X gateway now. After the reboot, wait about 5 minutes, then check whether the curtain device appears in HomeAssistant. If the issue still persists, feel free to let us know and we will follow up promptly. Thank you for your cooperation!


Re: Tuya THP10-Z-X doesnt expose my zigbee blinds motors as matter devices

Posted: 2026年 Sep 3日 16:13
by neksudm

Many thanks! Motors are exposed via matter now, but controls are lacking.

As per IOT platform debug, motors has number of DPS:

Code: Select all

control	Enum	

{
  "range": [
    "open",
    "stop",
    "close",
    "continue"
  ]
}

percent_control	Integer	

{
  "unit": "%",
  "min": 0,
  "max": 100,
  "scale": 0,
  "step": 1
}

percent_state	Integer	

{
  "unit": "%",
  "min": 0,
  "max": 100,
  "scale": 0,
  "step": 1
}

control_back_mode	Enum	

{
  "range": [
    "forward",
    "back"
  ]
}

work_state	Enum	

{
  "range": [
    "opening",
    "closing"
  ]
}

fault	Bitmap	

{
  "label": [
    "motor_fault"
  ]
}

battery_percentage	Integer	

{
  "unit": "%",
  "min": 0,
  "max": 100,
  "scale": 0,
  "step": 1
}

border	Enum	

{
  "range": [
    "up",
    "down",
    "up_delete",
    "down_delete",
    "remove_top_bottom"
  ]
}

But i cannot see them via Matter integration. The only "close" button is working, On the screen below, blinds actually already at the lower border, but cannot be "opened".

Screenshot_20260903_110137.png

If i connect them via zigbee integration(via the same THP10) i can control them in both ways and can see the current battery charge(and also the motor direction, but it is hidden at the moment). Please see below:

Screenshot_20260903_110610.png

Can i do something with this or should i stick with just zigbee integration?