ioBroker.hmip icon indicating copy to clipboard operation
ioBroker.hmip copied to clipboard

Unknown Channel type DEVICE_BLOCKING

Open iobroker-sentry-github-app[bot] opened this issue 3 years ago • 2 comments

Sentry Issue: IOBROKER-HMIP-39

Unknown Channel type DEVICE_BLOCKING

Data unknown

"functionalChannels": {
        "0": {
            "label": "",
            "deviceId": "XXX",
            "index": 0,
            "groupIndex": 0,
            "functionalChannelType": "DEVICE_BLOCKING",
            "groups": [
                "XXX",
                "XXXX"
            ],
            "unreach": false,
            "lowBat": false,
            "routerModuleEnabled": false,
            "multicastRoutingEnabled": false,
            "routerModuleSupported": false,
            "rssiDeviceValue": -30,
            "rssiPeerValue": null,
            "configPending": false,
            "dutyCycle": false,
            "deviceOverloaded": false,
            "coProUpdateFailure": false,
            "coProFaulty": false,
            "coProRestartNeeded": false,
            "deviceUndervoltage": false,
            "deviceOverheated": false,
            "temperatureOutOfRange": false,
            "devicePowerFailureDetected": false,
            "supportedOptionalFeatures": {
                "IFeatureDeviceParticulateMatterSensorCommunicationError": false,
                "IFeatureDeviceCoProRestart": false,
                "IFeatureDeviceOverheated": false,
                "IOptionalFeatureDutyCycle": true,
                "IFeatureMulticastRouter": false,
                "IFeaturePowerShortCircuit": false,
                "IFeatureDeviceDriveModeError": false,
                "IFeatureDeviceTemperatureHumiditySensorCommunicationError": false,
                "IFeatureDeviceDriveError": false,
                "IFeatureRssiValue": true,
                "IFeatureBusConfigMismatch": false,
                "IFeatureDeviceOverloaded": false,
                "IOptionalFeatureDisplayContrast": false,
                "IFeatureDeviceIdentify": false,
                "IOptionalFeatureLowBat": true,
                "IOptionalFeatureMountingOrientation": false,
                "IFeatureDeviceTemperatureHumiditySensorError": false,
                "IFeatureDeviceTemperatureOutOfRange": false,
                "IOptionalFeatureDeviceErrorLockJammed": false,
                "IFeatureProfilePeriodLimit": true,
                "IFeatureDeviceCoProUpdate": false,
                "IFeatureDevicePowerFailure": false,
                "IFeatureShortCircuitDataLine": false,
                "IFeatureDeviceCommunicationError": false,
                "IFeatureDeviceUndervoltage": false,
                "IFeatureDeviceParticulateMatterSensorError": false,
                "IFeatureDeviceCoProError": false
            },
            "busConfigMismatch": null,
            "powerShortCircuit": null,
            "shortCircuitDataLine": null,
            "profilePeriodLimitReached": null,
            "mountingOrientation": null,
            "temperatureHumiditySensorError": null,
            "temperatureHumiditySensorCommunicationError": null,
            "particulateMatterSensorError": null,
            "particulateMatterSensorCommunicationError": null,
            "displayContrast": null,
            "lockJammed": null,
            "deviceDriveError": null,
            "deviceDriveModeError": null,
            "deviceCommunicationError": null,
            "sabotage": false,
            "blockedSabotage": false,
            "blockedWrongCodePermanently": false,
            "blockedWrongCodeTemporarily": false,
            "blockingPermanentAttempts": 10,
            "blockingTemporaryAttempts": 4
        },
        "1": {
            "label": "YYYY",
            "deviceId": "XXX",
            "index": 1,
            "groupIndex": 1,
            "functionalChannelType": "CODE_PROTECTED_PRIMARY_ACTION_CHANNEL",
            "groups": [
                "XXX",
                "XXXX"
            ],
            "authorized": true,
            "actionParameter": "NOT_CUSTOMISABLE",
            "actionCodeConfigured": true
        },

Apollon77 avatar Jun 17 '22 21:06 Apollon77