larsbeck / HomematicIp

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

[Unsupported device] PLUGGABLE_DIMMER #5

Closed DevEddy closed 5 years ago

DevEddy commented 5 years ago
{
    "id": "3014F711A0000DD7099FC6C9",
    "homeId": "21edcd0f-2b62-4b28-b0fb-e8476834d493",
    "label": "Dimmer-Steckdose Wohnzimmer",
    "lastStatusUpdate": 1557994035935,
    "type": "PLUGGABLE_DIMMER",
    "functionalChannels": {
        "0": {
            "label": "",
            "deviceId": "3014F711A0000DD7099FC6C9",
            "index": 0,
            "groupIndex": 0,
            "functionalChannelType": "DEVICE_BASE",
            "groups": [
                "072abd4a-aa66-44b9-9743-b2c9bd13ff80"
            ],
            "unreach": true,
            "lowBat": null,
            "routerModuleEnabled": false,
            "routerModuleSupported": false,
            "rssiDeviceValue": -51,
            "rssiPeerValue": null,
            "configPending": false,
            "dutyCycle": false
        },
        "1": {
            "label": "",
            "deviceId": "3014F711A0000DD7099FC6C9",
            "index": 1,
            "groupIndex": 1,
            "functionalChannelType": "DIMMER_CHANNEL",
            "groups": [
                "2ca09bf8-3892-4b9e-897e-6a938dc5db69"
            ],
            "on": false,
            "profileMode": "AUTOMATIC",
            "userDesiredProfileMode": "AUTOMATIC",
            "dimLevel": 0.0
        }
    },
    "oem": "eQ-3",
    "manufacturerCode": 1,
    "firmwareVersion": "1.4.8",
    "updateState": "UP_TO_DATE",
    "firmwareVersionInteger": 66568,
    "liveUpdateState": "LIVE_UPDATE_NOT_SUPPORTED",
    "availableFirmwareVersion": "1.4.8",
    "serializedGlobalTradeItemNumber": "3014F711A0000DD7099FC6C9",
    "modelType": "HmIP-PDT",
    "modelId": 310,
    "permanentlyReachable": true
}
larsbeck commented 5 years ago

Hi Eddy,

the latest commit adds the device.

Lars

DevEddy commented 5 years ago

Hi Lars,

thanks, seems to work.

-- Eddy