Volumio lirc wrong buttons

Hey Guys! My first post here on this Forum, and im desperate…
I´ve searched Google so much, but could’nt find anything.

So here’s my Problem:
I’ve set up lirc as far, as it’s kind of working. It does something in Volumio, but not what i want it to do…
When i try “irw” on SSH in Volumio and press some Buttons, they all display as the ones i wanted them to.
But with a config file, that doesn’t exist, since i babarically (does this word exist?) deleted it in all my rage.
so it says:
“00000000011b0ef1 01 KEY_PLAYPAUSE /home/volumio/lircd.conf” when i press the Playpause Button on my XboxOne Remote,
but in Volumio, it seems, that it just fastforwards a few seconds… The Stop Key is actually working as “Next Song” in Volumio.

So here’s my config file for my Remote:

begin remote

name /etc/lirc/lircd.conf
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100

header 9061 4460
one 596 1662
zero 596 527
ptrail 582
repeat 9032 2232
pre_data_bits 16
pre_data 0x11B
gap 107260
toggle_bit_mask 0x0

  begin codes
      KEY_PLAYPAUSE            0x0EF1
      KEY_NEXT                 0x58A7
      KEY_PREVIOUS             0xD827
      KEY_VOLUMEUP             0x08F7
      KEY_VOLUMEDOWN           0x8877
      KEY_MUTE                 0x708F
      KEY_STOP                 0x9867
      KEY_FASTFORWARD          0x28D7
      KEY_FASTBACKWARD         0xA857
  end codes

end remote"

And here’s my lircrc file:

“begin
prog = irexec
button = KEY_PLAYPAUSE
config = mpc toggle
repeat = 0
end
begin
prog = irexec
button = KEY_NEXT
config = mpc next;mpc play
repeat = 0
end
begin
prog = irexec
button = KEY_PREVIOUS
config = mpc prev;mpc play
repeat = 0
end
begin
prog = irexec
button = KEY_STOP
config = mpc stop
repeat = 0
end
begin
prog = irexec
button = KEY_VOLUMEUP
config = mpc volume +1
repeat = 0
end
begin
prog = irexec
button = KEY_VULUMEDOWN
config = mpc volume -1
repeat = 0
end”

Can someone please help me in my dispair? :wink:

Well, you could start yourself with mentioning what version of volumio and what board you are talking about (PI, Odroid, Cubox)
With the info you gave us I can just :unamused:
:wink: