EnOcean STM320 sensors

Hi there
I try to get some enocean STM320/STM329 sensors to work. I’ve added the enocean hub (USB 300) and added the sensor as

sensor:
  - platform: enocean
    id: [0x01, 0x80, 0x5D, 0xC2]
    name: "Testswitch"

or like this

binary_sensor:
  - platform: enocean
    id: [0x01, 0x80, 0x5D, 0x9E]
    name: "Haustür"

I’ve tried out several different device_classes to no avail. The sensor reacts fine when I tried it using the encoean software and they are currently working fine under fhem.

Has anyone one of these working?

Kind regards
Klaus