EnOcean binding and NodOn CRC-26-03

Hello.

I have a NodOn CRC-26-03 EnOnean double rocker switch eep=F6:02:02), and a EnoceanPi module inserted in a RaspBerry Pi 3.

I sucessfully configured openHab 2 and EnOcean binding. I disabled unused Raspberry Pi 3 WIFI and Bluetooth module in order to aviod communication issues.

I sucessfully receive EnOcean data stream (see log):

2017-11-06 12:00:25.652 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 55
2017-11-06 12:00:25.654 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:25.655 [DEBUG] [org.opencean.core.packets.Header ] - Reading header…
2017-11-06 12:00:25.655 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 07
2017-11-06 12:00:25.657 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 07
2017-11-06 12:00:25.658 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 01
2017-11-06 12:00:25.659 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 7A
2017-11-06 12:00:25.660 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received F6
2017-11-06 12:00:25.661 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 30
2017-11-06 12:00:25.663 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:25.664 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 2B
2017-11-06 12:00:25.665 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 3F
2017-11-06 12:00:25.666 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received E1
2017-11-06 12:00:25.667 [DEBUG] [org.opencean.core.packets.Header ] - [Header: dataLength=07, optionalDataLength=07, packetType=01, crc8h=7A]
2017-11-06 12:00:25.668 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 30
2017-11-06 12:00:25.669 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 01
2017-11-06 12:00:25.669 [DEBUG] [org.opencean.core.packets.Payload ] - Reading payload…
2017-11-06 12:00:25.670 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:25.671 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:25.672 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:25.673 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:25.675 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 36
2017-11-06 12:00:25.676 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:25.677 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 89
2017-11-06 12:00:25.680 [DEBUG] [org.opencean.core.packets.Payload ] - Payload: data=[F6, 30, 00, 2B, 3F, E1, 30], optionaldata=[01, FF, FF, FF, FF, 36, 00], crc8d=-119
2017-11-06 12:00:25.683 [INFO ] [org.opencean.core.ESP3Host ] - RadioPacketRPS[header=[Header: dataLength=07, optionalDataLength=07, packetType=01, crc8h=7A], payload=Payload: data=[F6, 30, 00, 2B, 3F, E1, 30], optionaldata=[01, FF, FF, FF, FF, 36, 00], crc8d=-119], raw=[55, 00, 00, 07, 01, 6C, 01, FF, FF, FF, FF, 36, 00, 34], [sender=00:2B:3F:E1, repeaterCount=0]
2017-11-06 12:00:25.685 [INFO ] [org.opencean.core.eep.RockerSwitch ] - Current State: buttonAI=null, buttonAO=Pressed, buttonBI=null, buttonBO=null
2017-11-06 12:00:25.685 [INFO ] [org.opencean.core.ESP3Host ] - Received RadioPacket with value Pressed
2017-11-06 12:00:25.878 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 55
2017-11-06 12:00:25.879 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:25.880 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 07
2017-11-06 12:00:25.881 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 07
2017-11-06 12:00:25.881 [DEBUG] [org.opencean.core.packets.Header ] - Reading header…
2017-11-06 12:00:25.881 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 01
2017-11-06 12:00:25.882 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 7A
2017-11-06 12:00:25.884 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received F6
2017-11-06 12:00:25.886 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:25.888 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:25.890 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 2B
2017-11-06 12:00:25.891 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 3F
2017-11-06 12:00:25.892 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received E1
2017-11-06 12:00:25.893 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 20
2017-11-06 12:00:25.894 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 01
2017-11-06 12:00:25.895 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:25.896 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:25.897 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:25.898 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:25.899 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 36
2017-11-06 12:00:25.900 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:25.901 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 3F
2017-11-06 12:00:25.901 [DEBUG] [org.opencean.core.packets.Header ] - [Header: dataLength=07, optionalDataLength=07, packetType=01, crc8h=7A]
2017-11-06 12:00:25.904 [DEBUG] [org.opencean.core.packets.Payload ] - Reading payload…
2017-11-06 12:00:25.905 [DEBUG] [org.opencean.core.packets.Payload ] - Payload: data=[F6, 00, 00, 2B, 3F, E1, 20], optionaldata=[01, FF, FF, FF, FF, 36, 00], crc8d=63
2017-11-06 12:00:25.908 [INFO ] [org.opencean.core.ESP3Host ] - RadioPacketRPS[header=[Header: dataLength=07, optionalDataLength=07, packetType=01, crc8h=7A], payload=Payload: data=[F6, 00, 00, 2B, 3F, E1, 20], optionaldata=[01, FF, FF, FF, FF, 36, 00], crc8d=63], raw=[55, 00, 00, 07, 01, 6C, 01, FF, FF, FF, FF, 36, 00, 34], [sender=00:2B:3F:E1, repeaterCount=0]
2017-11-06 12:00:25.909 [INFO ] [org.opencean.core.eep.RockerSwitch ] - Current State: buttonAI=null, buttonAO=Released, buttonBI=null, buttonBO=null
2017-11-06 12:00:25.911 [INFO ] [org.opencean.core.ESP3Host ] - Received RadioPacket with value Released
2017-11-06 12:00:26.432 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 55
2017-11-06 12:00:26.435 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:26.438 [DEBUG] [org.opencean.core.packets.Header ] - Reading header…
2017-11-06 12:00:26.438 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 07
2017-11-06 12:00:26.443 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 07
2017-11-06 12:00:26.444 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 01
2017-11-06 12:00:26.445 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 7A
2017-11-06 12:00:26.446 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received F6
2017-11-06 12:00:26.447 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 10
2017-11-06 12:00:26.448 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:26.449 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 2B
2017-11-06 12:00:26.450 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 3F
2017-11-06 12:00:26.451 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received E1
2017-11-06 12:00:26.452 [DEBUG] [org.opencean.core.packets.Header ] - [Header: dataLength=07, optionalDataLength=07, packetType=01, crc8h=7A]
2017-11-06 12:00:26.453 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 30
2017-11-06 12:00:26.455 [DEBUG] [org.opencean.core.packets.Payload ] - Reading payload…
2017-11-06 12:00:26.455 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 01
2017-11-06 12:00:26.457 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:26.459 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:26.461 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:26.463 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:26.465 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 31
2017-11-06 12:00:26.467 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:26.469 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 1C
2017-11-06 12:00:26.479 [DEBUG] [org.opencean.core.packets.Payload ] - Payload: data=[F6, 10, 00, 2B, 3F, E1, 30], optionaldata=[01, FF, FF, FF, FF, 31, 00], crc8d=28
2017-11-06 12:00:26.483 [INFO ] [org.opencean.core.ESP3Host ] - RadioPacketRPS[header=[Header: dataLength=07, optionalDataLength=07, packetType=01, crc8h=7A], payload=Payload: data=[F6, 10, 00, 2B, 3F, E1, 30], optionaldata=[01, FF, FF, FF, FF, 31, 00], crc8d=28], raw=[55, 00, 00, 07, 01, 6C, 01, FF, FF, FF, FF, 31, 00, 5F], [sender=00:2B:3F:E1, repeaterCount=0]
2017-11-06 12:00:26.485 [INFO ] [org.opencean.core.eep.RockerSwitch ] - Current State: buttonAI=Pressed, buttonAO=null, buttonBI=null, buttonBO=null
2017-11-06 12:00:26.487 [INFO ] [org.opencean.core.ESP3Host ] - Received RadioPacket with value Pressed
2017-11-06 12:00:26.672 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 55
2017-11-06 12:00:26.674 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:26.675 [DEBUG] [org.opencean.core.packets.Header ] - Reading header…
2017-11-06 12:00:26.678 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 07
2017-11-06 12:00:26.679 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 07
2017-11-06 12:00:26.683 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 01
2017-11-06 12:00:26.683 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 7A
2017-11-06 12:00:26.684 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received F6
2017-11-06 12:00:26.685 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:26.686 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:26.687 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 2B
2017-11-06 12:00:26.688 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 3F
2017-11-06 12:00:26.689 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received E1
2017-11-06 12:00:26.690 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 20
2017-11-06 12:00:26.691 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 01
2017-11-06 12:00:26.692 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:26.693 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:26.694 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:26.695 [DEBUG] [org.opencean.core.packets.Header ] - [Header: dataLength=07, optionalDataLength=07, packetType=01, crc8h=7A]
2017-11-06 12:00:26.695 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received FF
2017-11-06 12:00:26.696 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 34
2017-11-06 12:00:26.696 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 00
2017-11-06 12:00:26.697 [DEBUG] [.opencean.core.EnoceanByteStreamPipe] - Received 15
2017-11-06 12:00:26.697 [DEBUG] [org.opencean.core.packets.Payload ] - Reading payload…
2017-11-06 12:00:26.700 [DEBUG] [org.opencean.core.packets.Payload ] - Payload: data=[F6, 00, 00, 2B, 3F, E1, 20], optionaldata=[01, FF, FF, FF, FF, 34, 00], crc8d=21
2017-11-06 12:00:26.705 [INFO ] [org.opencean.core.ESP3Host ] - RadioPacketRPS[header=[Header: dataLength=07, optionalDataLength=07, packetType=01, crc8h=7A], payload=Payload: data=[F6, 00, 00, 2B, 3F, E1, 20], optionaldata=[01, FF, FF, FF, FF, 34, 00], crc8d=21], raw=[55, 00, 00, 07, 01, 6C, 01, FF, FF, FF, FF, 34, 00, 1E], [sender=00:2B:3F:E1, repeaterCount=0]
2017-11-06 12:00:26.707 [INFO ] [org.opencean.core.eep.RockerSwitch ] - Current State: buttonAI=Released, buttonAO=null, buttonBI=null, buttonBO=null
2017-11-06 12:00:26.710 [INFO ] [org.opencean.core.ESP3Host ] - Received RadioPacket with value Released

But I cannot achieve to pass press button commands to openHab items.
This is my item configuration:

Dimmer Luz_P0_Salon_TV "TV [%d %%]" (P0_Salon, Luces) { enocean="{id=00:2B:3F:E1,channel=A,eep=F6:02:02}" }

What is wrong?

Could you help me?

I reply my self:

Solved replacing EEP F6-02-02 by EPP EEP F6-02-01 in item definition.