Hi everyone!
Having quite big issues getting my remote working. Do getting the expected output with #irw, but then nothing. Do not have any clue on where to continue troubleshooting. Have reduced the commands to minimum for ts...
IR input: TBS6982
Remote: Harmony 650 running as an Hauppage
/.config/lircd.conf
Code
# Please make this file available to others
# by sending it to <[email protected]>
#
# this config file was automatically generated
# using lirc-0.9.1-git(default) on Sat May 7 21:23:21 2016
#
# contributed by
#
# brand: Hauppauge /storage/.config/lircd.conf
# model no. of remote control:
# devices being controlled by this remote:
#/storage/.config/lircd.conf
begin remote
name Hauppauge
bits 16
flags SPACE_ENC
eps 30
aeps 100
header 4506 4486
one 611 1634
zero 611 490
ptrail 619
pre_data_bits 16
pre_data 0xA0A0
gap 48988
min_repeat 1
suppress_repeat 1
# uncomment to suppress unwanted repeats
toggle_bit_mask 0x0
begin codes
KEY_LEFT 0xE817
KEY_RIGHT 0xC837
KEY_UP 0x34CB
KEY_DOWN 0xB44B
KEY_OK 0xC23D
KEY_CHANNELUP 0x48B7
KEY_CHANNELDOWN 0x08F7
end codes
end remote
Display More
/Userdata/Lircmap.xml
Code
<lircmap>
<remote device=”Hauppauge”>
<left>KEY_LEFT</left>
<right>KEY_RIGHT</right>
<up>KEY_UP</up>
<down>KEY_DOWN</down>
<select>KEY_OK</select>
<pageplus>KEY_CHANNELUP</pageplus>
<pageminus>KEY_CHANNELDOWN</pageminus>
</remote>
</lircmap>
Display More
/Userdata/keymaps/keymap.xml
Code
<keymap>
<global>
<remote>
<left>Left</left>
<right>Right</right>
<up>Up</up>
<down>Down</down>
<select>Select</select>
<pageplus>Pageup</pageplus>
<pageminus>Pagedown</pageminus>
</remote>
</global>
</keymap>
Display More
Any ideas?
Best regards/
Chris