Hi Daniel (@fruggy83) and all,
I don’t get this “Peha 452 FU-EBI o.T.” working.
First of all, that “Easyclick Gateway Binding Application Note” doesn’t meet it’s behaviour. The actuator doesn’t act like described in that PDF, albeit it should apply to that model. I always end in “Programming Mode” … both LEDs blink green.
So, I used “normal” teach in for each channel, while a running enocean discovery with OH2. In log I see the UTE requests and also that OH2 is answering those. This happens within “a second”, so enabling teach in on the actuator for one channel, blinking red led, solid red led, no led. Then I have a new devices in inbox.
From here it doesn’t make any difference, if I define this channels as a thing in PaperUI or in my things file, parameters and behaviour is the same. These two things are polled by OH2, I get the correct status of my switches, but cannot switch them from OH2.
Trying to switch I see outgoing payload and obviuously an answer RESPONSE with code RET_OK payload 00 received, but actuator doesn’t do anything … also I do see regular polling channels in log, followed by some enocean payload and RET_OK.
Definition looks like that, default.things:
Thing measurementSwitch esszimmer_eg_vswitch0 "Esszimmer EG VSwitch Tisch (EEP D2_01_08)" @ "OPENHAB2" [
enoceanId="XXXXXX01",
senderIdOffset=3,
sendingEEPId="D2_01_08",
broadcastMessages=false,
receivingEEPId="D2_01_08",
suppressRepeating=false,
pollingInterval=300 ]
Thing measurementSwitch esszimmer_eg_vswitch1 "Esszimmer EG VSwitch Wand (EEP D2_01_08)" @ "OPENHAB2" [
enoceanId="XXXXXX03",
senderIdOffset=4,
sendingEEPId="D2_01_08",
broadcastMessages=false,
receivingEEPId="D2_01_08",
suppressRepeating=false,
pollingInterval=300 ]
default.items:
Switch VSwitch_Esszimmer_EG_Tisch_Licht "VLicht Esszimmer EG Tisch" <light> (EG_Esszimmer) {
channel="enocean:measurementSwitch:gtwy:esszimmer_eg_vswitch0:generalSwitch",
autoupdate="true"
}
Switch VSwitch_Esszimmer_EG_Wand_Licht "VLicht Esszimmer EG Wand" <light> (EG_Esszimmer) {
channel="enocean:measurementSwitch:gtwy:esszimmer_eg_vswitch1:generalSwitch",
autoupdate="true"
}
Any advice welcome 
Thanks so far.
Cheers
Frank
PS.: I found the trailing EnoceanID from one of the former posts. I forgot, one of my single channel actuators is also an EBI, exactly a “Peha 451 FU-EBI o.T.”. But same issue, no gateway “teach in” modus and with normal teach in I just get the VLD part teached in and not the 4BS part. So no switching from OH2 possible ..