Hello everyone,
I am currently desperate to integrate my “nodon sin-2-2-01 enocean”.
The “EnOcean_USB_300” USB stick seems to work so far and events are also being received. But how can I send events? The switch is displayed in the overview and also changes its state if the “nodon sin-2-2-01 enocean” is switched manually.
In the end, the “switch nodon01_0” should be controlled via sunrise / sunset.
Log reception event:
2020-12-19 09:31:07 DEBUG (Thread-3) [homeassistant.components.enocean.dongle] Received radio packet: 05:1A:0C:DF->FF:FF:FF:FF (-55 dBm): 0x01 ['0xd2', '0x4', '0x61', '0xe4', '0x5', '0x1a', '0xc', '0xdf', '0x0'] ['0x0', '0xff', '0xff', '0xff', '0xff', '0x37', '0x0'] OrderedDict()
2020-12-19 09:31:07 DEBUG (Thread-3) [homeassistant.components.enocean.dongle] Received radio packet: 05:1A:0C:DF->FF:FF:FF:FF (-55 dBm): 0x01 ['0xd2', '0x4', '0x60', '0x80', '0x5', '0x1a', '0xc', '0xdf', '0x0'] ['0x0', '0xff', '0xff', '0xff', '0xff', '0x37', '0x0'] OrderedDict()
Configuration.yaml:
enocean:
device: /dev/serial/by-id/usb-EnOcean_GmbH_EnOcean_USB_300_DC_FT3Z2CLI-if00-port0
logger:
default: error
logs:
homeassistant.components.enocean: debug
switch nodon01_0:
- platform: enocean
id: [0x05,0x1A,0x0C,0xDF]
name: enocean_nodon01_0
channel: 0
switch nodon01_1:
- platform: enocean
id: [0x05,0x1A,0x0C,0xDF]
name: enocean_nodon01_1
channel: 1