9.1.1 homes - rmalbrecht/VaillantCloud GitHub Wiki

Response

GET https://api.vaillant-group.com/service-connected-control/end-user-app-api/v1/homes

Request

[
    {
        "homeName": "My Home",
        "address": {
            "street": "Straßenname",
            "extension": null,
            "city": "Stadtname",
            "postalCode": "12345",
            "countryCode": "DE"
        },
        "serialNumber": "EMaITUTkZHTFmzdFZZCTlWOlMMXt",
        "systemId": "faffff22-f273-4b59-b29f-4b433a059f3f",
        "productMetadata": {
            "productType": "VR921",
            "productionYear": "23",
            "productionWeek": "12",
            "articleNumber": "0020260962"
        },
        "state": "CLAIMED",
        "migrationState": "FINISHED",
        "migrationFinishedAt": "2023-07-18T10:01:06.874087997Z",
        "onlineState": "ONLINE",
        "firmware": {
            "version": "0357.40.36",
            "connectedToOldIoTPlatform": null,
            "updateEnabled": true,
            "updateRequired": false
        },
        "firmwareVersion": "0357.40.36",
        "countryCode": "DE",
        "productInformation": "VR921",
        "cag": false,
        "nomenclature": "VR 921"
    }
]