Intel NUC/Libreelec/Kodi recieves double IR Command

Hello,

i have configured an Remote with “Intel NUC (Most Models 001)” IR Codeset.
I can control the Intel NUC with Libreelec/Kodi on it.
But every button i press is been doubled on the NUC.
Like i press DOWN and on the NUC it goes 1 down and then another.

I have tested on the NUC with every possible Configuration (delay time/repeat time and so on) and nothing fixed this.

Is it possible that the RemoteTwo send out the IR Command twice or an long time?
Can i define these anywehere?

I had the same issue with my AV Receiver and the provided IR codesets, until I just tried learning the IR command from the original remote. Now it works perfectly fine. So I would assume it is most likely an issue with not 100% compatible IR codes in the predefined codeset. Do you have a working remote you could use to learn the IR codes yourself?

Unfortunately no. I have bought the Intel NUC (MiniPC) and integrated it in the Harmony System. There i had the same Problem. But there i can set the option not to send commands twice and witch an shorter duration.
But maybe i can find some Codes to test in the Net.

Have found the IR Codes for the System.
They are the same as:

Vendor: Microsoft
Device Type: Media Manager
Model: MCE Media Center Code Group 2

I found it here: https://irdb.globalcache.com/

After using this codes all is working now.

2 Likes

For Everyone who is interested here is the Custom Code for Kodi/Libreelec Standard Remote.

"key","format","code"
"NUMERIC_0","HEX","2;0xC800f0400;36;0"
"NUMERIC_1","HEX","2;0xC800f0401;36;0"
"NUMERIC_2","HEX","2;0xC800f0402;36;0"
"NUMERIC_3","HEX","2;0xC800f0403;36;0"
"NUMERIC_4","HEX","2;0xC800f0404;36;0"
"NUMERIC_5","HEX","2;0xC800f0405;36;0"
"NUMERIC_6","HEX","2;0xC800f0406;36;0"
"NUMERIC_7","HEX","2;0xC800f0407;36;0"
"NUMERIC_8","HEX","2;0xC800f0408;36;0"
"NUMERIC_9","HEX","2;0xC800f0409;36;0"
"DELETE","HEX","2;0xC800f040a;36;0"
"ENTER","HEX","2;0xC800f040b;36;0"
"POWER_TOGGLE","HEX","2;0xC800f040c;36;0"
"MEDIA","HEX","2;0xC800f040d;36;0"
"MUTE","HEX","2;0xC800f040e;36;0"
"INFO","HEX","2;0xC800f040f;36;0"
"VOLUMEUP","HEX","2;0xC800f0410;36;0"
"VOLUMEDOWN","HEX","2;0xC800f0411;36;0"
"CHANNELUP","HEX","2;0xC800f0412;36;0"
"CHANNELDOWN","HEX","2;0xC800f0413;36;0"
"FASTFORWARD","HEX","2;0xC800f0414;36;0"
"REWIND","HEX","2;0xC800f0415;36;0"
"PLAY","HEX","2;0xC800f0416;36;0"
"RECORD","HEX","2;0xC800f0417;36;0"
"PAUSE","HEX","2;0xC800f0418;36;0"
"STOP","HEX","2;0xC800f0419;36;0"
"NEXT","HEX","2;0xC800f041a;36;0"
"PREVIOUS","HEX","2;0xC800f041b;36;0"
"NUMERIC_POUND","HEX","2;0xC800f041c;36;0"
"NUMERIC_STAR","HEX","2;0xC800f041d;36;0"
"UP","HEX","2;0xC800f041e;36;0"
"DOWN","HEX","2;0xC800f041f;36;0"
"LEFT","HEX","2;0xC800f0420;36;0"
"RIGHT","HEX","2;0xC800f0421;36;0"
"OK","HEX","2;0xC800f0422;36;0"
"EXIT","HEX","2;0xC800f0423;36;0"
"DVD","HEX","2;0xC800f0424;36;0"
"TUNER","HEX","2;0xC800f0425;36;0"
"EPG","HEX","2;0xC800f0426;36;0"
"ZOOM","HEX","2;0xC800f0427;36;0"
"POWER_ON","HEX","2;0xC800f0429;36;0"
"POWER_OFF","HEX","2;0xC800f042a;36;0"
"MODE","HEX","2;0xC800f0432;36;0"
"PRESENTATION","HEX","2;0xC800f0433;36;0"
"EJECTCD","HEX","2;0xC800f0434;36;0"
"BRIGHTNESSUP","HEX","2;0xC800f043a;36;0"
"TV","HEX","2;0xC800f0446;36;0"
"AUDIO","HEX","2;0xC800f0447;36;0"
"PVR","HEX","2;0xC800f0448;36;0"
"CAMERA","HEX","2;0xC800f0449;36;0"
"VIDEO","HEX","2;0xC800f044a;36;0"
"LANGUAGE","HEX","2;0xC800f044c;36;0"
"TITLE","HEX","2;0xC800f044d;36;0"
"PRINT","HEX","2;0xC800f044e;36;0"
"RADIO","HEX","2;0xC800f0450;36;0"
"SUBTITLE","HEX","2;0xC800f045a;36;0"
"RED","HEX","2;0xC800f045b;36;0"
"GREEN","HEX","2;0xC800f045c;36;0"
"YELLOW","HEX","2;0xC800f045d;36;0"
"BLUE","HEX","2;0xC800f045e;36;0"
"POWER2","HEX","2;0xC800f0465;36;0"
"MESSENGER","HEX","2;0xC800f0469;36;0"
"PLAYPAUSE","HEX","2;0xC800f046e;36;0"
"PLAYER","HEX","2;0xC800f046f;36;0"
"BRIGHTNESSDOWN","HEX","2;0xC800f0480;36;0"
"PLAYPAUSE2","HEX","2;0xC800f0481;36;0"

1 Like