Hi dear all,
Same to me with home-brew IR serial receiver and Panasonic TV remote:
ir-ctl -r return space/pulse but ir-keytable -t wan't to recognize signal with any protocol.
I'm totally new in LibreELEC but old OpenELEC user.
Before I use same receiver with same remote with no problems. My old lircd.conf is:
Code
# brand: Panasonic Viera
# model no. of remote control: N2QAYB000490
# devices being controlled by this remote: Panasonic Viera Plasma TV
begin remote
name N2QAYB000490
bits 24
flags SPACE_ENC
eps 30
aeps 100
header 3500 1750
one 440 1300
zero 440 440
ptrail 445
pre_data_bits 24
pre_data 0x400401
gap 73964
toggle_bit_mask 0x0
begin codes
POWER 0x00BCBD
KEY_MENU 0x004A4B
KEY_UP 0x005253
KEY_DOWN 0x00D2D3
KEY_LEFT 0x007273
KEY_RIGHT 0x00F2F3
KEY_OK 0x009293
KEY_BACK 0x002B2A
KEY_EXIT 0x9059C8
KEY_R 0x000E0F
KEY_G 0x008E8F
KEY_B 0x00CECF
KEY_Y 0x004E4F
KET_TEXT 0x80C041
KEY_STTL 0x80A021
KEY_INDEX 0x801091
KEY_1 0x000809
KEY_2 0x008889
KEY_3 0x004849
KEY_4 0x00C8C9
KEY_5 0x002829
KEY_6 0x00A8A9
KEY_7 0x006869
KEY_8 0x00E8E9
KEY_9 0x001819
KEY_0 0x009899
KEY_LAST_VIEW 0x00ECED
KEY_VOLUME_UP 0x000405
KEY_VOLUME_DOWN 0x008485
KEY_CHANNEL_UP 0x002C2D
KEY_CHANNEL_DOWN 0x00ACAD
KEY_POWER_OFF 0x90CB5A
KEY_REC 0x90A332
KEY_PLAY 0x900392
KEY_STOP 0x9043D2
KEY_PAUSE 0x908312
KEY_PREV 0x903BAA
KEY_NEXT 0x90BB2A
KEY_PROGRANE_UP 0x905BCA
KEY_PROGRAME_DOWN 0x90DB4A
end codes
end remote
Display More
Is there any chance for me to setup my old IR devices with new fancy LibreELEC?
Thank you!