All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 2m40s
74 lines
2.2 KiB
Markdown
74 lines
2.2 KiB
Markdown
# Tuya
|
|
|
|
<span class="badge nightly">NIGHTLY</span> <span class="badge origin-nymea">NYMEA</span> <span class="badge community">COMMUNITY</span>
|
|
|
|
Connect to the Tuya cloud.
|
|
|
|
<!-- BEGIN GENERATED: integrationplugintuya.json -->
|
|
**Fabricant :** Tuya
|
|
**Plugin :** `tuya`
|
|
|
|
#### Modèles pris en charge
|
|
| Modèle | Rôle | Transport | Ajout | Grandeurs |
|
|
| --- | --- | --- | --- | --- |
|
|
| **Tuya cloud login** | account | — | Ajout manuel | 3 |
|
|
| **Tuya switch** | powersocket | — | Automatique | 2 |
|
|
| **Tuya blinds** | blind | — | Automatique | 1 |
|
|
| **Tuya color light** | colorlight | — | Automatique | 5 |
|
|
|
|
#### Détail par modèle
|
|
??? abstract "Tuya cloud login — `tuyaCloud`"
|
|
_Grandeurs mesurées :_
|
|
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Connected | bool | — |
|
|
| `loggedIn` | Logged in | bool | — |
|
|
| `userDisplayName` | Username | QString | — |
|
|
|
|
??? abstract "Tuya switch — `tuyaSwitch`"
|
|
_Réglages :_
|
|
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `id` | ID | QString | — | — | non |
|
|
|
|
_Grandeurs mesurées :_
|
|
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Connected | bool | — |
|
|
| `power` | Power | bool | — |
|
|
|
|
??? abstract "Tuya blinds — `tuyaClosable`"
|
|
_Réglages :_
|
|
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `id` | ID | QString | — | — | non |
|
|
|
|
_Grandeurs mesurées :_
|
|
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Connected | bool | — |
|
|
|
|
??? abstract "Tuya color light — `tuyaLight`"
|
|
_Réglages :_
|
|
|
|
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
|
|
| --- | --- | --- | --- | --- | --- |
|
|
| `id` | ID | QString | — | — | non |
|
|
|
|
_Grandeurs mesurées :_
|
|
|
|
| Clé | Grandeur | Type | Unité |
|
|
| --- | --- | --- | --- |
|
|
| `connected` | Connected | bool | — |
|
|
| `power` | Power | bool | — |
|
|
| `brightness` | Brightness | int | Percentage |
|
|
| `color` | Color | QColor | — |
|
|
| `colorTemperature` | Color temperature | int | — |
|
|
|
|
<!-- END GENERATED -->
|