Post 3 Tasks open Questions
1. get a proper setup of devices and a protocol of messages
Ok From my point of view it makes no sense to walk around I the fog, so first thing I would like to acive a proper setup of a device really a device, not an entity.
After that, I would like to get an overview about the messages to this device
as well as a ageneral logging of messages on the EnOcean channel.
In general i also not see the advantage to start here super easy and get stuck with some multi-value and message devices.
Proposed combination to start with analyses (because I can provide them)
Eltako FT55 EEP: F6-02-01
Eltako FSR 14-4x EEP: M5-38-08
(Example config in FHEM
https://wiki.fhem.de/wiki/EnOcean-FSR14-4x-RS485-Bus-Schaltaktor-4-Kanal-Stromstoß-Schaltrelais
Eltako FTR65DSB EEP: A5-10-06
Eltako FAE 14SSR EEP: A5-38-08
Open Questions:
1. first implementation
defined on this page EnOcean - Home Assistant
It is expected to use the integration of EnOcean
I did it in a other way
enocean:
device: /dev/serial/by-id/usb-EnOcean_GmbH_EnOcean_USB_300_DB_FTO63T0-if00-port0
is this equal to the Plugin?
if I use the Plugin do I need to setup the device anyway?
2. Listen
I have no clue how to listen only on the EnOcean
What i did till now i add this to the config.yaml
logger:
default: error
THen like describe an other post like that
Under Devellopment tools → Services
service: logger.set_level
data:
homeassistant.components.enocean: debug
And the Under Devellopment tools → Events
in Listen to a “*”
But then i get everything i do not think that this is a propper way to do that.
I have one FT55 defined and i get her the following event
Do i get also the messages Even if the device is not defined in the config.yaml?
{
"event_type": "button_pressed",
"data": {
"id": [
254,
249,
70,
49
],
"pushed": 0,
"which": 0,
"onoff": 1
},
"origin": "LOCAL",
"time_fired": "2021-12-02T10:31:21.411321+00:00",
"context": {
"id": "9690d5f6b9e6f9cb6ca6539e1fc011b7",
"parent_id": null,
"user_id": null
}
}
I understand howe to read it but i have no clue howe to setup a propper log to this messages
3. Setup of a Device
Like you can see in the message there are definitely many values for such a device
i can not even loog one
This is howe the same FT55 looks in FHEM
Here how FHEM dose the config
https://wiki.fhem.de/wiki/EnOcean-PTM-210-Taster
Could somebody give me a hind howe to get a real device setup with multiple entities
Best would be to have a in a “separated” area so everybody could test this in the same way without cross influences from other components .
- I will post here some links to other projects
WIP