EnOcean STM320

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.

The EEP of that sensor is D5-00-01 (1BS Telegram, Contact and Switches, Single Input Contact).

Has anyone one of these working?

Kind regards
Klaus

BTW: Sorry for cross-posting

Hi Klaus,
same here - I’m looking into this as well. A user from this forum (TuringFan) posted, he made it happen on vanilla HA without any other tools as far as I understood.
Link here
I asked him, how he did this, so we can let everybody know.
Kind regards

Hi Klaus and rdeejay,

I just bought a similar sensor too and got it working by adding code to sensor.py. Solution is here:
https://community.home-assistant.io/t/enocean-add-support-for-1bs-data-frames-rorg-0xd5/177218

Hope it helps you!
Cheers

1 Like