Definitive solution for ir remote repeat issues

  • I have setup 2 pi/3 boxes with Libreelec. I wired my own remote IR receiver and added the statements necessary to the config.txt to enable the ir remote.

    The remote works but when I hit <down> once it repeats numerous times. When I hit any button, it seems to repeat numerous times. I've added

    <advancedsettings>
    <remoterepeat> 2500 </remoterepeat>
    </advancedsettings>

    to the advancedsettings.xml file and it made no difference. Someone suggested adding lines to the peripherals.xml but nobody explained how to make this file writeable.

    Can someone help here?

    Thanks!s

  • Had the same issue. I played a bit with these values in lircd.conf. It gaves me an acceptable result.
    flags RC6|CONST_LENGTH
    eps 60
    aeps 300

    But there should be a better way...

    Edited once, last by Henk50 (March 26, 2017 at 8:44 PM).

  • Seems to have settled down a bit. This is my advancedsettings.xml:
    ---------advancedsettings.xml--------------
    <advancedsettings>
    <remotedelay>3</remotedelay>
    <remoterepeat>2501</remoterepeat>
    </advancedsettings>