Consumption, current and power for Silvercrest Power Plug

Hi,

I am trying to use a Silvercrest Power Plug through the deCONZ binding. Unfortunately the device is detected as thingTypeUID deconz:onofflight and only has three channels:

channels:
  - id: switch
    channelTypeUID: system:power
    label: Betrieb
    description: Steuert die Betriebsbereitschaft. Bei ON ist das Gerät
      betriebsbereit, bei OFF nicht.
    configuration: {}
  - id: ontime
    channelTypeUID: deconz:ontime
    label: Dauer
    description: Steuert die Dauer, welche die Lampe eingeschaltet bleibt, bevor sie
      automatisch ausgeschaltet wird (0=für immer an).
    configuration: {}
  - id: last_seen
    channelTypeUID: deconz:last_seen
    label: Zuletzt Gesehen
    description: Zeigt die Zeit an, zu der dieser Sensor zuletzt gesehen wurde.
    configuration: {}

Well, I would like to use the consumption, current and power channels, too. As these are shown in the deCONZ app:

image

Is there a way to get these values? I also tried to manually add a powersensor and consumptionsensor in openHAB, but this did not help.

Thanks and regards.
Roi