larsbeck / HomematicIp

This package allows to query the HomematicIp REST and WebSocket endpoint.
MIT License
7 stars 2 forks source link

[Unsupported device] WALL_MOUNTED_THERMOSTAT_PRO #7

Closed DevEddy closed 5 years ago

DevEddy commented 5 years ago

Hi Lars, one more ;)

{
    "id": "3014F711A0000A98A98A960B",
    "homeId": "21edcd0f-2b62-4b28-b0fb-e8476834d493",
    "label": "Wandthermostat",
    "lastStatusUpdate": 1557233349594,
    "type": "WALL_MOUNTED_THERMOSTAT_PRO",
    "functionalChannels": {
        "0": {
            "label": "",
            "deviceId": "3014F711A0000A98A98A960B",
            "index": 0,
            "groupIndex": 0,
            "functionalChannelType": "DEVICE_OPERATIONLOCK",
            "groups": [
                "072abd4a-aa66-44b9-9743-b2c9bd13ff80"
            ],
            "unreach": true,
            "lowBat": null,
            "routerModuleEnabled": false,
            "routerModuleSupported": false,
            "rssiDeviceValue": null,
            "rssiPeerValue": null,
            "configPending": false,
            "dutyCycle": null,
            "operationLockActive": false
        },
        "1": {
            "label": "",
            "deviceId": "3014F711A0000A98A98A960B",
            "index": 1,
            "groupIndex": 1,
            "functionalChannelType": "WALL_MOUNTED_THERMOSTAT_PRO_CHANNEL",
            "groups": [
                "de9d8666-2950-47be-8748-3e74a732cf43"
            ],
            "temperatureOffset": 0.0,
            "actualTemperature": null,
            "setPointTemperature": null,
            "display": "ACTUAL",
            "humidity": null,
            "vaporAmount": null
        }
    },
    "oem": "eQ-3",
    "manufacturerCode": 1,
    "firmwareVersion": "1.8.0",
    "updateState": "TRANSFERING_UPDATE",
    "firmwareVersionInteger": 67584,
    "liveUpdateState": "LIVE_UPDATE_NOT_SUPPORTED",
    "availableFirmwareVersion": "2.0.2",
    "serializedGlobalTradeItemNumber": "3014F711A0000A98A98A960B",
    "modelType": "HmIP-WTH-2",
    "modelId": 297,
    "permanentlyReachable": true
}
larsbeck commented 5 years ago

Hi Eddy,

I added the device in the latest commit.

Lars

DevEddy commented 5 years ago

Hi Lars,

thanks, seems to work.

-- Eddy