Using a remote control with lircd.conf in LibreElec(12)/Kodi?

  • Hi.

    I'm currently using a TechniSat remote control for my LibreElec/Kodi setup on my Raspberry. It works quite well so far.

    But now I have an old, unused Jolly Click 1:1 lying around. I created a lircd.conf for it on another Raspberry using irrecord.

    However, I am unable to integrate it into my Kodi setup.

    The documentation I found was either outdated or, if it wasn't 5 years old, didn't get me where I wanted to go.

    Can anyone here perhaps help me?

    I already checked the wiki page but it seems outdated. Indicator: The mentioned file is not there:

    Code
    # cat /etc/lirc/lircd.conf
    cat: can't open '/etc/lirc/lircd.conf': No such file or directory

    On an additional note: The remote does not seem to support any of the protocols ir-keytable offers me (lirc rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp imon rc-mm) except for imon which miserably fails as every key seems to send a random bunch of 32 bit scan codes.

    I really got it working on another raspberry (with piCorePlayer) which had irrecord available. All keys were correctly registered.

  • To enable lirc simply copy your lircd.conf file to /storage/.config/lircd.conf and create an empty rc_maps.cfg with touch /storage/.config/rc_maps.cfg then reboot.

    Another option you can try is to use lircd2toml.py (it's included in LE) to convert your lircd.conf file to an ir-keytable toml file - this supports some additional protocols via bpf decoder and may or may not work with your remote. If it works, better use that instead of lircd.

    so long,

    Hias