I have been trying to get this to work for about a week now with no avail. I have an LIRC configuration that works well on a raspberry pi. I am trying to convert this to work on Slingbox. I have RemoteMaster and haven't had much luck mapping to the correct protocol settings. This is for an LG STB-3000 set-top box which uses the AKB73275673 remote. I believe it uses some configuration of the NEC protocol. Any help would be greatly appreciated. I also promise to stick around, confirm working configuration, and upload created files to the appropriate places.
Code: Select all
begin remote
name LG_NEC
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9056 4448
one 601 1647
zero 601 538
ptrail 601
repeat 9081 2199
pre_data_bits 16
pre_data 0x20DF
gap 108229
toggle_bit_mask 0x0
begin codes
KEY_POWER 0x10EF
KEY_0 0x08F7
KEY_1 0x8877
KEY_2 0x48B7
KEY_3 0xC837
KEY_4 0x28D7
KEY_5 0xA857
KEY_6 0x6897
KEY_7 0xE817
KEY_8 0x9867
KEY_9 0xCA35
KEY_VOLUMEUP 0x40BF
KEY_VOLUMEDOWN 0xC03F
KEY_MUTE 0x906F
KEY_CHANNELUP 0x00FF
KEY_CHANNELDOWN 0x807F
KEY_EXIT 0xDA25
KEY_MENU 0xC23D
KEY_EPG 0xD52A #Guide
KEY_INFO 0x55AA
KEY_UP 0x02FD
KEY_DOWN 0x827D
KEY_LEFT 0xE01F
KEY_RIGHT 0x609F
KEY_SELECT 0x22DD
KEY_BACK 0x14EB
KEY_SUBTITLE 0x9C63
KEY_RED 0x4EB1
KEY_GREEN 0x8E71
KEY_YELLOW 0xC639
KEY_BLUE 0x8679
KEY_WWW 0x30CF #Portal
KEY_TIME 0x8976 #Timer
KEY_MEDIA 0x3EC1 #Smart
KEY_MODE 0xD02F #Input
KEY_M 0x708F #Mark
KEY_KPMINUS 0x32CD #-
KEY_PREVIOUS 0x58A7 #FlashBk
end codes
end remote