Lircmap and keycode confusion
#1
Hello

In my Lircmap.xml i have definitions like these:

Code:
<play>KEY_PLAY</play>
<forward>KEY_FORWARD</forward>
<reverse>KEY_REWIND</reverse>

However, in the KODI log, i get the following output:

Code:
DEBUG: LIRC: Update - NEW at 1975391:000040040d00505d 00 KEY_PLAY N2QAJB (KEY_PLAY)
DEBUG: OnKey: homepage (0xea) pressed, action is PlayPause

DEBUG: LIRC: Update - NEW at 1970391:000040040d00a0ad 00 KEY_FORWARD N2QAJB (KEY_FORWARD)
DEBUG: OnKey: red (0xe3) pressed, action is FastForward

DEBUG: LIRC: Update - NEW at 1973491:000040040d00202d 00 KEY_REWIND N2QAJB (KEY_REWIND)
DEBUG: OnKey: info (0xe2) pressed, action is Rewind

Could anyone help explain why i get mappings like "homepage", "red" and "info" here? Where are these defined, and shouldn't these instead correspond to "play", "forward" and "reverse" as defined in Lircmap.xml?


Kodi 17.3, Git:147cec4, LibreElec
Using LIRC and an old DVD remote through a Harmony.
Reply
#2
Hi, you missed something I think.

When you press a key on your remote, you see the key sent to kodi in the log.

On the harmony you associate the key play to "homepage"

-So, if you want keep this without programming the harmony

you can modify Lircmap.xml

like <homepage>play</homepage>

-if not you can assign the good sent key on the harmony.


Perhaps you make also mistake in the remote model assignation on the harmony ? Is your harmony programming with the ir reception model. for example my HTPC case had a Imon pad remote, my harmony One is in Imon Pad simulation (I don't use librelec)
Reply

Logout Mark Read Team Forum Stats Members Help
Lircmap and keycode confusion0