How to intereract with enocean relay/switch?

Hi guys,

I have a Nodon relay switch 2 channels (SIN-2-2-01) and some Nodon wall switches.

I added the SIN-2-2-01 in HA

switch nodon01_0:
  - platform: enocean
    id: [0x05,0x03,0x5E,0x55]
    name: Veranda
    channel: 0

switch nodon01_1:
  - platform: enocean
    id: [0x05,0x03,0x5E,0x55]
    name: Cuisine
    channel: 1

I set the debug for enocean components in HA and I can see this kind of logs when I press a button on the wall switch.

Turn on button 1

2019-09-29 11:32:02 DEBUG (Thread-2) [homeassistant.components.enocean] Received radio packet: 00:2E:00:29->FF:FF:FF:FF (-89 dBm): 0x01 ['0xf6', '0x10', '0x0', '0x2e', '0x0', '0x29', '0x30'] ['0x2', '0xff', '0xff', '0xff', '0xff', '0x59', '0x0'] OrderedDict()
2019-09-29 11:32:02 DEBUG (Thread-2) [homeassistant.components.enocean] Received radio packet: 05:03:5E:55->FF:FF:FF:FF (-88 dBm): 0x01 ['0xd2', '0x4', '0x61', '0xe4', '0x5', '0x3', '0x5e', '0x55', '0x0'] ['0x1', '0xff', '0xff', '0xff', '0xff', '0x58', '0x0'] OrderedDict()
2019-09-29 11:32:02 DEBUG (Thread-2) [homeassistant.components.enocean] Received radio packet: 00:2E:00:29->FF:FF:FF:FF (-89 dBm): 0x01 ['0xf6', '0x0', '0x0', '0x2e', '0x0', '0x29', '0x20'] ['0x1', '0xff', '0xff', '0xff', '0xff', '0x59', '0x0'] OrderedDict()

Turn off button 1

2019-09-29 11:32:13 DEBUG (Thread-2) [homeassistant.components.enocean] Received radio packet: 00:2E:00:29->FF:FF:FF:FF (-94 dBm): 0x01 ['0xf6', '0x30', '0x0', '0x2e', '0x0', '0x29', '0x30'] ['0x2', '0xff', '0xff', '0xff', '0xff', '0x5e', '0x0'] OrderedDict()
2019-09-29 11:32:13 DEBUG (Thread-2) [homeassistant.components.enocean] Received radio packet: 05:03:5E:55->FF:FF:FF:FF (-88 dBm): 0x01 ['0xd2', '0x4', '0x61', '0x80', '0x5', '0x3', '0x5e', '0x55', '0x0'] ['0x1', '0xff', '0xff', '0xff', '0xff', '0x58', '0x0'] OrderedDict()
2019-09-29 11:32:13 DEBUG (Thread-2) [homeassistant.components.enocean] Received radio packet: 00:2E:00:29->FF:FF:FF:FF (-95 dBm): 0x01 ['0xf6', '0x0', '0x0', '0x2e', '0x0', '0x29', '0x20'] ['0x1', '0xff', '0xff', '0xff', '0xff', '0x5f', '0x0'] OrderedDict()

When I use the wall switch to turn off/on the lights on the relay/switch, their status in HA is correctly updated.
So it seems the enocean works.

But I can’t find a way to use the switch SIN-2-2-01 in HA !
If I try to switch.turn_on / switch.turn_off the switch.cuisine or switch.veranda, the status changes in HA but nothing happens really and the lights doesn’t turn on / off.

Anyone found how to integrate this ?
What am I missing ?

Thx
Michel

Hello All,

I have the same problem … Have you found a solution ?

Thanks in advance,

Nicolas

Hi All,

I also have the same problem. Does anyone have a solution for this problem?

Thank you so much!

same problem here, could you solve the problem in the meanwhile?

Hi,

Did you teach the New „device“ (Sender ID) to the actuator ?

I realized all EnOcean my lights with EnOcean via Node red and the EnOcean Plugin.

Michael