Finished installing my first LibreELEC (LibreELEC-RPi.arm-9.2.6), simple 3-pin IR receiver connected to GPIO.
Followed Infra-Red Remotes wiki and got an old Pioneer DVD-remote to work - the HARD way (not using LIRC Support section).
My Logitech Harmony 200 is configured as that remote in the DVD-setting, but it apparently transmits several (usually 3) quick keypress events per keypress, and they're passed on to KODI.
I tried to stop (kodi and) eventlircd and start it by hand using --repeat-filter, but the result seems to be the same:
/usr/sbin/eventlircd --repeat-filter -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd &
irw confirms the repeated keys.
I guess it should be possible to filter aout the extra events - any help is appreciated.