eagev
(Ekke)
November 19, 2022, 4:13pm
1
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
Hedda
(Hedda)
November 20, 2022, 10:49am
2
Enocean is a well designed protocol and widely used for professional home automation. Sadly, the enocean implementation is on hold and seems not to be developed any further. There are a lot of devices missing, and that is pretty sad. For example, I own some of these devices currently still running an my homee.
my Hora SmartDriveMx valves (EEP A5-20-04) not supported
10 bit EEP for enocean temp/humidity sensors (EEP A5-04-03) not supported
Binary window sensors (EEP D5-00-01)
Please improve th…
Hi there,
ok, next step with HA. I enabled the Enocean Integration .
As far as I read there is no autodiscover of the devices? I have multiple In-Wall devices where I would need to pull them out to get the IDs. Is this how it is supposed to work? There is really no other way to get these devices in? (BTW: I had the in OpenHAB by autodiscover but my OpenHAB has been replaced with HA now.)
I mean, I have the needed USB300 dongle it should at least log information when a device send something, sh…
Hi everybody,
like many others, I try to get EnOcean components to work with HASS.
This should be a summary of the things I found and to work together on the topic.
Setup and Plan from my side (input welcome)
Setup
This first Post short summary
Post Summery of confirmed Setup and options
List of open tasks and topics to clarify
I Would update this depending on answers and progress
Plan: (Details in Post 3)
get a proper setup of devices and a protocol of messages
Investigate on the auto…
Hi guys, my name is Sebastian.
I am new to this community and need some help with my smarthome. We bought this house from an IT-specialist and it has A LOT of smarthome features i am trying to figure out… (mainly KNX and EnOcean) Everything is connected to two PIs running homebridge and then implemented into Apple HomeKit. Works really well… The main reason for me to mess with this system is, that i am using Android and Windows devices and my wife uses IOS. So i set up yet another Pi running Ho…
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