Enocean devices

Hi, I just came from Wibutler and I am very excited about HA. Unfortunately there are only some Enocean devices integrated. Would it be possible to integrate especially FRW (smoke Detektor) as well as FTFSB (door window Sensor)? These are Devices which are very Common in Germany and Europe. Possible? What Can I do to contribute or to Speed up the Integration process? Thanks

I don’t own any EnOcean devices myself but also look into template and templating for Home Assistant.

https://www.home-assistant.io/docs/configuration/devices/

https://www.home-assistant.io/integrations/template/

https://www.home-assistant.io/docs/configuration/templating/

You would need to add code for additional device types to enocean component in Home Assistant core.

https://github.com/home-assistant/core/tree/dev/homeassistant/components/enocean

https://www.home-assistant.io/integrations/enocean/

A quick google search looks like devs would need to match up “EnOcean Equipment Profiles (EEP)”?

https://www.enocean-alliance.org/wp-content/uploads/2020/07/EnOcean-Equipment-Profiles-3-1.pdf

Smoke should be a device class under “Binary Sensor” (if digital) or “Sensor” (if analogue):

https://www.home-assistant.io/integrations/binary_sensor/#device-class

https://www.home-assistant.io/integrations/sensor#device-class

Could try compare device type categories with other integrations/components like zha and zwave_js

https://github.com/home-assistant/core/tree/dev/homeassistant/components/zha

https://github.com/home-assistant/core/tree/dev/homeassistant/components/zwave_js

https://www.home-assistant.io/integrations/zha/

https://www.home-assistant.io/integrations/zwave_js/

1 Like