Patrick Schurig 66aa71c990
All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 2m29s
mise a jour
2026-06-06 09:51:43 +02:00

50 lines
1.7 KiB
Markdown

# Tado
<span class="badge nightly">NIGHTLY</span> <span class="badge origin-nymea">NYMEA</span> <span class="badge community">COMMUNITY</span>
Connect to your Tado account to interact with the heating setup.
<!-- BEGIN GENERATED: integrationplugintado.json -->
**Fabricant :** Tado
**Plugin :** `Tado`
#### Modèles pris en charge
| Modèle | Rôle | Transport | Ajout | Grandeurs |
| --- | --- | --- | --- | --- |
| **Tado account** | account | — | Ajout manuel | 3 |
| **Zone** | thermostat, heating, temperaturesensor, humiditysensor | — | Automatique | 8 |
#### Détail par modèle
??? abstract "Tado account — `tadoAccount`"
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `loggedIn` | Logged in | bool | — |
| `userDisplayName` | Username | QString | — |
??? abstract "Zone — `zone`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `homeId` | Home id | QString | — | — | oui |
| `zoneId` | Zone id | QString | — | — | oui |
| `type` | Type | bool | — | `False` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `mode` | Mode | QString | — |
| `tadoMode` | Tado mode | QString | — |
| `power` | Power | bool | — |
| `windowOpenDetected` | Window open detected | bool | — |
| `temperature` | Temperature | double | DegreeCelsius |
| `targetTemperature` | Target temperature | double | DegreeCelsius |
| `humidity` | Humidity | double | Percentage |
<!-- END GENERATED -->