Remotes

Version 6 (brfransen, 04/20/2017 02:47 pm)

1 1
h1. Remotes
2 1
3 1
h2. Setup
4 1
5 1
h3. Automatic
6 1
7 1
"Service Menu" --> "LinHES Configuration" --> "Remotes" then select your remote and press "Next" and "Finish".
8 1
9 1
If your remote is not listed in the menus you will have to set it up manually.
10 1
11 1
h3. Manual
12 1
13 1
In LinHES "LIRC":http://www.lirc.org/ is started by "runit":http://smarden.org/runit/.  LinHES does not have a hardware.conf file for LIRC but instead uses the runit run script at /etc/sv/lircd/run to configure and start LIRC.  If your remote is not starting you can put the commands to start your remote in /etc/runit/lirc.sh.  Make sure to use the "lircd -n switch":http://www.lirc.org/html/lircd.html to keep lircd in the foreground as runit requires the processes it manages be in the foreground.
14 1
15 2 brfransen
Next you will need to create a directory in ~/remotes/ for your remote and copy in the lircrc, lircd.conf and picture file of the remote.  The picture is not required but if you have one it will display in "Service Menu" --> "LinHES Configuration" --> "Remotes".
16 1
17 1
If your remote is not included with LinHES please open a "ticket":http://linhes.org/bugs/projects/linhes/issues/new and attach the files you created to make it work so that it can be included in a future version of LinHES.
18 1
19 5 brfransen
A very detailed guide filled with lots of information to help you debug your remote under LIRC >= 0.9.0 is posted "here.":http://forum.xbmc.org/showthread.php?t=104541
20 5 brfransen
21 1
h2. Tips
22 1
23 6 brfransen
If your remote is included with LinHES and you have modified either the /etc/lircd.conf or /etc/lircrc files your changes will be overwritten the next time the LIRC templates are updated or a different remote is selected from the Services Menu.  The easiest way to avoid losing your modifications is to make your own remote in ~/remotes/YourRemoteName/ and copy in the lircrc, lircd.conf and picture file of the remote.  Your remote will be available as an option in "Service Menu" --> "LinHES Configuration" --> "Remotes". and it will not be overwritten by any updates.  If your remote has the same name as a remote in /usr/MythVantage/templates/remotes/ both will show in the UI.  However, when either UI item is selected only the files in ~/remotes/ will used.