# Tado
NIGHTLY NYMEA
Connect to your Tado account to interact with the heating setup.
**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 |