This is where my newbie status kicks in, I didn't know about the MCE protocol. The reason I went this route is because I have two remotes hanging around the house that worked with this receiver and and they were both RC-5 and had upgrades already on this site. Do you have a recommendation on an upgrade file with the MCE protocol for me to start with? If not I'll just download a few and test them.
Before I read your comment I was just putting together an upgrade to search for more RC-5 functions that triggered Kodi actions. There is an excellent windows applet called showkey.exe at
that reads the remote input and outputs the xml code for Kodi's keymap.xml that corresponds. I was planning on loading up the functions below and seeing if there are any new Kodi actions I can find. I id'd these as possible functions by simply looking for unused OBC codes in the two upgrade files I based the above upgrade on.
Code: Select all
Name EFC5 EFC Device OBC HEX
28,OBC<64 - 10 00108 108 28,OBC<64 10 D4
28,OBC<65 - 11 00140 140 28,OBC<64 11 D0
28,OBC<66 - 12 00044 044 28,OBC<64 12 CC
28,OBC<67 - 13 00076 076 28,OBC<64 13 C8
28,OBC<68 - 14 00236 236 28,OBC<64 14 C4
28,OBC<69 - 15 00012 012 28,OBC<64 15 C0
28,OBC<70 - 23 00015 015 28,OBC<64 23 A0
28,OBC<71 - 30 00238 238 28,OBC<64 30 84
28,OBC<72 - 34 00113 113 28,OBC<64 34 74
28,OBC<73 - 35 00145 145 28,OBC<64 35 70
28,OBC<74 - 36 00049 049 28,OBC<64 36 6C
28,OBC<75 - 37 00081 081 28,OBC<64 37 68
28,OBC<76 - 38 00241 241 28,OBC<64 38 64
28,OBC<77 - 39 00017 017 28,OBC<64 39 60
28,OBC<78 - 40 00176 176 28,OBC<64 40 5C
28,OBC<79 - 41 00208 208 28,OBC<64 41 58
28,OBC<80 - 43 00144 144 28,OBC<64 43 50
28,OBC<81 - 43 00144 144 28,OBC<64 43 50
28,OBC<82 - 44 00048 048 28,OBC<64 44 4C
28,OBC<83 - 46 00240 240 28,OBC<64 46 44
28,OBC<84 - 47 00016 016 28,OBC<64 47 40
28,OBC<85 - 49 00211 211 28,OBC<64 49 38
28,OBC<86 - 51 00147 147 28,OBC<64 51 30
28,OBC<87 - 55 00019 019 28,OBC<64 55 20
28,OBC<88 - 56 00178 178 28,OBC<64 56 1C
28,OBC<89 - 57 00210 210 28,OBC<64 57 18
28,OBC<90 - 59 00146 146 28,OBC<64 59 10
28,OBC<91 - 60 00050 050 28,OBC<64 60 0C
28,OBC<92 - 61 00082 082 28,OBC<64 61 08
28,OBC<93 - 62 00242 242 28,OBC<64 62 04
28,OBC<94 - 63 00018 018 28,OBC<64 63 00
30,OBC<64 - 19 00135 135 30,OBC<64 19 B1
30,OBC<65 - 27 00134 134 30,OBC<64 27 91
30,OBC<66 - 29 00070 070 30,OBC<64 29 89
30,OBC<67 - 34 00105 105 30,OBC<64 34 75
30,OBC<68 - 35 00137 137 30,OBC<64 35 71
30,OBC<69 - 38 00233 233 30,OBC<64 38 65
30,OBC<70 - 39 00009 009 30,OBC<64 39 61
30,OBC<71 - 40 00168 168 30,OBC<64 40 5D
30,OBC<72 - 42 00104 104 30,OBC<64 42 55
30,OBC<73 - 43 00136 136 30,OBC<64 43 51
30,OBC<74 - 44 00040 040 30,OBC<64 44 4D
30,OBC<75 - 45 00072 072 30,OBC<64 45 49
30,OBC<76 - 47 00008 008 30,OBC<64 47 41
30,OBC<77 - 49 00203 203 30,OBC<64 49 39
30,OBC<78 - 51 00139 139 30,OBC<64 51 31
30,OBC<79 - 57 00202 202 30,OBC<64 57 19
30,OBC<80 - 58 00106 106 30,OBC<64 58 15
30,OBC<81 - 62 00234 234 30,OBC<64 62 05
30,OBC<82 - 63 00010 010 30,OBC<64 63 01
Thanks for the advice.