ir-keytable, does not work with IFFALCON TV remote control

  • I'm launching

    Code
    ir-keytable -p lirc -p rc-5 -p rc-5-sz -p jvc -p sony -p nec -p sanyo -p mce_kbd -p rc-6 -p sharp -p xmp -p imon -p rc-mm 
    Code
    ir-keytable -t

    nothing happens. All other remotes show scanning. But not Iffalcon.

    Then I decided to test lirc. I installed bookworm and lirc, ran irrecord, and the file was created.

    iffalcon.lircd.conf

    This is an Android TV, so CEC does not work very well.

    Can you help, is it possible to solve the problem?

    Is it possible to control libreelec with this remote?

  • You could try running the lircd.conf through lircd2toml.py to convert it into a toml file:

    Code
    lircd2toml.py -o iffalcon.toml iffalcon.lircd.conf

    then load it via ir-keytable -r (or add it to rc_maps.cfg) and check if it works.

    If it doesn't work well you could use lirc on LE (yes, it's still there) - just copy the lircd.conf file to /storage/.config/lircd.conf

    so long,

    Hias