[HDMI-CEC] -Controlling Kodi with an AVR Remote fails (Onkyo)

  • Hey there,

    I try to get my AVR's remote to control kodi. Onkyo TX-L20D.

    CEC is enabled on both sides, and kodi.log as well as cec-client show keypress events from the remote [complete log here].

    Code
    ...
    2021-04-29 01:38:03.764 T:1501246336   DEBUG: CecLogMessage - >> 51:44:44
    2021-04-29 01:38:03.764 T:1501246336   DEBUG: CecLogMessage - SetCurrentButton play (44) D:0ms cur:44
    2021-04-29 01:38:03.764 T:1501246336   DEBUG: CecLogMessage - key pressed: play (44) current(ff) duration(0)
    ...

    But kodi does not register those apparently. Nothing happens :(

    I've tried to generate a custom keymap xml with keymap editor extension, but it doesn't seem to get the key presses too.

    What I'm missing?

    Edited once, last by Cygn (April 29, 2021 at 5:25 PM).