Zigbee2MQTTZigbee2MQTT
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)
  • Getting started
  • Supported Adapters
  • Supported Devices
  • Installation
  • Configuration
  • Usage
  • FAQ
Devices
  • Zigbee

    • Zigbee network
    • Improve network range and stability
    • Secure your Zigbee network
    • Sniff Zigbee traffic
    • Create a CC2530 router
  • Support new devices

    • Support new devices
    • Support new Tuya devices
    • Find Tuya Data Points
  • Remote Adapter

    • Connect to a remote adapter
    • Connect to a remote Sonoff ZBBridge
  • More

    • 3D cases
    • External converters
    • External extensions
    • Switch to the dev branch
    • Get Tuya and Xiaomi OTA url
  • Forum
  • Discord
  • Issues
  • Donate
GitHub
GitHub (docs)

Tuya TS0601_cover_1

ModelTS0601_cover_1
VendorTuya
DescriptionCurtain motor/roller blind motor/window pusher/tubular motor
Exposescover (state, position), options
PictureTuya TS0601_cover_1
White-labelYushun YS-MT750, Zemismart ZM79E-DT, Binthen BCM100D, Binthen CV01A, Zemismart M515EGB, Oz Smart Things ZM85EL-1Z, Tuya M515EGZT, Tuya DT82LEMA-1.2N, Tuya ZD82TN, Larkkey ZSTY-SM-1SRZG-EU, Zemismart AM43, Zemismart M2805EGBZTN, Zemismart BCM500DS-TYZ, A-OK AM25, Alutech AM/R-Sm, Quoya AT8510-TY

Notes

Pairing

  • On 2-button units: press down and set simultaneously until LED flashes blue.
  • On 1-button units: press the set key 3 times in 5 seconds until the LED flashes blue.
  • On Tuya/Zemismart bead curtain motor: Press set once shortly, then press set again for 5 seconds until LED flashes blue.
    • If the sequence was not started with the initial short press, the 5 second press will turn the device off. In this case press set again for 5 seconds to turn it back on)

Configuration of device attributes

By publishing to zigbee2mqtt/FRIENDLY_NAME/set various device attributes can be configured:

{
    "options":{
        "reverse_direction": xxx
    }
}
  • reverse_direction: (true/false, default: false). Device can be configured to act in an opposite direction.

Options

How to use device type specific configuration

  • invert_cover: Inverts the cover position, false: open=100,close=0, true: open=0,close=100 (default false). The value must be true or false

Exposes

Cover

The current state of this cover is in the published state under the state property (value is OPEN or CLOSE). To control this cover publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"state": "OPEN"}, {"state": "CLOSE"}, {"state": "STOP"}. It's not possible to read (/get) this value. To change the position publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"position": VALUE} where VALUE is a number between 0 and 100.

Options (composite)

Can be set by publishing to zigbee2mqtt/FRIENDLY_NAME/set with payload {"options": {"motor_speed": VALUE, "reverse_direction": VALUE}}

  • motor_speed (numeric): Motor speed max value is 255
  • reverse_direction (binary): Reverse the motor direction allowed values: true or false
Help to make the docu better and edit this page on Github ✌
Last Updated:: 6/19/25, 5:56 PM