-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support for generic tuya motor (rebranded by many amazon stores) (#2460)
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.