Kodi Community Forum

Full Version: KodiBuntu Remote Up an Volume Up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm sorry for my English

I have a MacMini (2010) with KodiBuntu (Kodi 15.2).
I've been trying to get my Harmon remote to work with Kodi and the built in IR receiver and Lirc.

Everything works (after hours and hours of reading and trying) except the Up and Down key from the remote controls up an down but also controls the volume.

This is koi.log:
21:29:09 T:139703999985600 DEBUG: Keyboard: scancode: 0x7b, sym: 0x00af, unicode: 0x0000, modifier: 0x0
21:29:09 T:139703999985600 DEBUG: OnKey: volume_up (0xf0b9) pressed, action is VolumeUp
21:29:09 T:139703999985600 DEBUG: CAnnouncementManager - Announcement: OnVolumeChanged from xbmc
21:29:09 T:139703999985600 DEBUG: GOT ANNOUNCEMENT, type: 64, from xbmc, message OnVolumeChanged
21:29:09 T:139703999985600 DEBUG: OnKey: 166 (0xa6) pressed, action is Up

This is just one press on the Up button

And this is my Lircmap.xml

Code:
<lircmap>
<remote device="Harmony">
<Up>Up</Up>
<Down>Down</Down>
<Left>Left</Left>
<Right>Right</Right>
<Select>Ok</Select>
<Back>Prev</Back>
<ChannelPlus>ChannelUp</ChannelPlus>
<ChannelMinus>ChannelDown</ChannelMinus>
<Star>Clear</Star>
<Hash>Enter</Hash>
<Red>Red</Red>
<Green>Green</Green>
<Yellow>Yellow</Yellow>
<Blue>Blue</Blue>
<Mute>Mute</Mute>
<Back>Back</Back>
<obc1>Exit</obc1>
<Guide>Guide</Guide>
<Menu>Menu</Menu>
<Info>Info</Info>
<Record>Rec</Record>
<Reverse>Rew</Reverse>
<Forward>Fwd</Forward>
<Pause>Pause</Pause>
<Play>Play</Play>
<SkipMinus>Skip</SkipMinus>
<SkipPlus>Replay</SkipPlus>
<Stop>Stop</Stop>
<obc2>Aspect</obc2>
<MyMusic>F1</MyMusic>
<ShowSubtitle>F10</ShowSubtitle>
<NextSubtitle>F11</NextSubtitle>
<SubtitleDelayMinus>F12</SubtitleDelayMinus>
<SubtitleDelayPlus>F13</SubtitleDelayPlus>
<obc15>F14</obc15>
<MyVideo>F2</MyVideo>
<MyTV>F3</MyTV>
<obc6>F4</obc6>
<obc7>F5</obc7>
<ToggleWatched>F6</ToggleWatched>
<StereoMode>F7</StereoMode>
<AudioDelayMinus>F8</AudioDelayMinus>
<AudioDelayPlus>F9</AudioDelayPlus>
<LargeDown>LargeDown</LargeDown>
<LargeUp>LargeUp</LargeUp>
<PwrToggle>PwrToggle</PwrToggle>
<obc3>Queue</obc3>
<obc4>Sleep</obc4>
<One>1</One>
<Two>2</Two>
<Three>3</Three>
<Four>4</Four>
<Five>5</Five>
<Six>6</Six>
<Seven>7</Seven>
<Eight>8</Eight>
<Nine>9</Nine>
<Zero>0</Zero>
<SkipNext>FastFwd</SkipNext>
<SkipPrevious>FastRew</SkipPrevious>
</remote>
</lircmap>

What am I doing wrong?

Thanx

Lynx