Tuya TS0601_cover_6
| Model | TS0601_cover_6 |
| Vendor | Tuya |
| Description | Cover motor |
| Exposes | work_state, cover (state, position), battery, illuminance, opening_mode, motor_direction, set_upper_limit, factory_reset |
| Picture | ![]() |
Options
How to use device type specific configuration
illuminance_calibration: Calibrates the illuminance value (percentual offset), takes into effect on next report of device. The value must be a number.
Exposes
Work state (text)
Value can be found in the published state on the work_state property. It's not possible to read (/get) or write (/set) this value.
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.
Battery (numeric)
Remaining battery in %, can take up to 24 hours before reported. Value can be found in the published state on the battery property. It's not possible to read (/get) or write (/set) this value. The minimal value is 0 and the maximum value is 100. The unit of this value is %.
Illuminance (numeric)
Measured illuminance. Value can be found in the published state on the illuminance property. It's not possible to read (/get) or write (/set) this value. The unit of this value is %.
Opening mode (enum)
Opening mode. Value can be found in the published state on the opening_mode property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"opening_mode": NEW_VALUE}. The possible values are: tilt, lift.
Motor direction (enum)
Motor side. Value can be found in the published state on the motor_direction property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"motor_direction": NEW_VALUE}. The possible values are: left, right.
Set upper limit (enum)
Learning. Value can be found in the published state on the set_upper_limit property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"set_upper_limit": NEW_VALUE}. The possible values are: start, stop.
Factory reset (enum)
Remove limits. Value can be found in the published state on the factory_reset property. It's not possible to read (/get) this value. To write (/set) a value publish a message to topic zigbee2mqtt/FRIENDLY_NAME/set with payload {"factory_reset": NEW_VALUE}. The possible values are: SET.

