# Home Connect
NIGHTLY NYMEA CONSUMER
Connect to Home Connect devices.
**Fabricant :** Home Connect
**Plugin :** `homeConnect`
#### Modèles pris en charge
| Modèle | Rôle | Transport | Ajout | Grandeurs |
| --- | --- | --- | --- | --- |
| **Home Connect account** | account | — | Ajout manuel | 3 |
| **Oven** | closablesensor | — | Automatique | 12 |
| **Dishwasher** | closablesensor | — | Automatique | 8 |
| **Coffee Maker** | closablesensor | — | Automatique | 10 |
| **Dryer** | closablesensor | — | Automatique | 10 |
| **Fridge Freezer** | closablesensor | — | Automatique | 6 |
| **Washer** | closablesensor | — | Automatique | 11 |
| **Cook top** | — | — | Automatique | 1 |
| **Hood** | — | — | Automatique | 4 |
| **Cleaning robot** | — | — | Automatique | 2 |
| **Cook processor** | — | — | Automatique | 2 |
#### Détail par modèle
??? abstract "Home Connect account — `homeConnectAccount`"
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `loggedIn` | Logged in | bool | — |
| `userDisplayName` | User name | QString | — |
??? abstract "Oven — `oven`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `id` | ID | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `closed` | Door closed | bool | — |
| `operationState` | Operation state | QString | — |
| `localControlState` | Local control state | bool | — |
| `remoteControlActivationState` | Remote control activation state | bool | — |
| `remoteStartAllowanceState` | Remote start allowance state | bool | — |
| `targetTemperature` | Target temperature | int | DegreeCelsius |
| `currentTemperature` | Current temperature | int | DegreeCelsius |
| `duration` | Duration | int | Minutes |
| `progress` | Progress | int | Percentage |
| `selectedProgram` | Selected program | QString | — |
| `endTime` | End time | QString | — |
??? abstract "Dishwasher — `dishwasher`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `id` | ID | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `closed` | Door closed | bool | — |
| `operationState` | Operation state | QString | — |
| `remoteControlActivationState` | Remote control activation state | bool | — |
| `remoteStartAllowanceState` | Remote start allowance state | bool | — |
| `progress` | Progress | int | Percentage |
| `selectedProgram` | Selected program | QString | — |
| `endTime` | End time | QString | — |
??? abstract "Coffee Maker — `coffeeMaker`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `id` | ID | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `closed` | Door closed | bool | — |
| `operationState` | Operation state | QString | — |
| `localControlState` | Local control state | bool | — |
| `remoteStartAllowanceState` | Remote start allowance state | bool | — |
| `progress` | Progress | int | Percentage |
| `selectedProgram` | Selected program | QString | — |
| `strength` | Strength | QString | — |
| `fillQuantity` | Fill quantity | int | — |
| `temperature` | Temperature | QString | — |
??? abstract "Dryer — `dryer`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `id` | ID | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `closed` | Door closed | bool | — |
| `operationState` | Operation state | QString | — |
| `localControlState` | Local control state | bool | — |
| `remoteControlActivationState` | Remote control activation state | bool | — |
| `remoteStartAllowanceState` | Remote start allowance state | bool | — |
| `progress` | Progress | int | Percentage |
| `selectedProgram` | Selected program | QString | — |
| `dryingTarget` | Drying target | QString | — |
| `endTime` | End time | QString | — |
??? abstract "Fridge Freezer — `fridge`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `id` | ID | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `closed` | Door closed | bool | — |
| `fridgeTemperature` | Fridge temperature | int | DegreeCelsius |
| `fridgeTemperatureSetting` | Fridge temperature setting | int | DegreeCelsius |
| `freezerTemperature` | Freezer temperature | int | DegreeCelsius |
| `freezerTemperatureSetting` | Freezer temperature setting | int | DegreeCelsius |
??? abstract "Washer — `washer`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `id` | ID | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `closed` | Door closed | bool | — |
| `operationState` | Operation state | QString | — |
| `localControlState` | Local control state | bool | — |
| `remoteControlActivationState` | Remote control activation state | bool | — |
| `remoteStartAllowanceState` | Remote start allowance state | bool | — |
| `progress` | Progress | int | Percentage |
| `selectedProgram` | Selected program | QString | — |
| `temperature` | Temperature | QString | — |
| `spinSpeed` | Spin speed | QString | — |
| `endTime` | End time | QString | — |
??? abstract "Cook top — `cookTop`"
_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 "Hood — `hood`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `id` | ID | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `localControlState` | Local control state | bool | — |
| `operationState` | Operation state | QString | — |
| `ventingLevel` | Venting level | int | — |
??? abstract "Cleaning robot — `cleaningRobot`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `id` | ID | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `operationState` | Operation state | QString | — |
??? abstract "Cook processor — `cookProcessor`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `id` | ID | QString | — | `-` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `connected` | Connected | bool | — |
| `operationState` | Operation state | QString | — |