v17 Harmony 350 - Kodi 17.6 - IR605Q
#1
Hi there,

I'm lost since my reinstallation of raspbian 9 + Kodi 17.6 on RPi2 (same on RPi3). I used to get my Harmony 350 to work with Kodi through the IR605Q receiver.
Now, only up/down/left/right keys works.

ir-keytable -t shows the correct key (for this post I'll use the OK key of the remote) :

Code:
root@raspberrypi2:~ # ir-keytable -t
Testing events. Please, press CTRL-C to abort.
1515075030.989257: event type EV_MSC(0x04): scancode = 0x800f0422
1515075030.989257: event type EV_KEY(0x01) key_down: KEY_OK(0x0160)
1515075030.989257: event type EV_SYN(0x00).
1515075031.095254: event type EV_MSC(0x04): scancode = 0x800f0422
1515075031.095254: event type EV_SYN(0x00).
1515075031.352304: event type EV_KEY(0x01) key_up: KEY_OK(0x0160)
1515075031.352304: event type EV_SYN(0x00).


But Kodi (via kodi.log) does not recognize it :

Code:
14:19:42.938 T:1911156736   DEBUG: CLinuxInputDevice::KeyEvent: TranslateKey returned XBMCK_UNKNOWN from code(352)

I tried to map it with a very simple keymap, but doesn't work :


Code:
<keymap>
        <keyboard>
                <KEY_OK>Select</KEY_OK>
        </keyboard>
</keymap>

PS : it's a fresh new install.

How can I achieve to set other buttons?
Reply

Logout Mark Read Team Forum Stats Members Help
Harmony 350 - Kodi 17.6 - IR605Q0