Skip to content

Commit

Permalink
support for generic tuya motor (rebranded by many amazon stores) (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
darki73 authored Jan 4, 2024
1 parent 26436d9 commit ee5aad2
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions docs/devices/TS0601_cover_8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: "TuYa TS0601_cover_8 control via MQTT"
description: "Integrate your TuYa TS0601_cover_8 via Zigbee2MQTT with whatever smart home infrastructure you are using without the vendor's bridge or gateway."
addedAt: 2023-06-01T08:16:21
pageClass: device-page
---

<!-- !!!! -->
<!-- ATTENTION: This file is auto-generated through docgen! -->
<!-- You can only edit the "Notes"-Section between the two comment lines "Notes BEGIN" and "Notes END". -->
<!-- Do not use h1 or h2 heading within "## Notes"-Section. -->
<!-- !!!! -->

# TuYa TS0601_cover_8

| | |
|-----|-----|
| Model | TS0601_cover_8 |
| Vendor | [TuYa](/supported-devices/#v=TuYa) |
| Description | Cover motor |
| Exposes | work_state, cover (state, position), reverse_direction, motor_fault, linkquality |
| Picture | ![TuYa TS0601_cover_8](https://www.zigbee2mqtt.io/images/devices/TS0601_cover_8.jpg) |


<!-- Notes BEGIN: You can edit here. Add "## Notes" headline if not already present. -->


<!-- Notes END: Do not edit below this line -->


## 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`.


### Reverse direction (enum)
Motor side.
Value can be found in the published state on the `reverse_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 `{"reverse_direction": NEW_VALUE}`.
The possible values are: `forward`, `back`.


### Linkquality (numeric)
Link quality (signal strength).
Value can be found in the published state on the `linkquality` property.
It's not possible to read (`/get`) or write (`/set`) this value.
The minimal value is `0` and the maximum value is `255`.
The unit of this value is `lqi`.

Binary file added public/images/devices/TS0601_cover_8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee5aad2

Please sign in to comment.