yaVDR 0.3.0a: Logitech Harmony 785 button setup for Antec Fusion Remote


This blog post gives an overview of how I’ve configured the buttons of my Logitech Harmony 785 remote control to work with yaVDR 0.3.0a and the integrated IR receiver of my Antec Fusion Remote HTPC enclosure. Read my previous post about how to set up the yaVDR 0.3.0a system to use the enclosure’s integrated IR receiver.

Logitech Harmony Remote Software (7.7.0)

Add the device “SoundGraphiMon Pad Remote Controller” and configure the buttons as follows:

  • Device Options > Adjust the delays (speed settings)
    Power On Delay: 1500ms
    Inter-key Delay: 0ms
    Inter-Device Delay: 500ms
    
  • Device Options > Customize Buttons > Standard Buttons
    • Guide: Task Switcher
    • Info: Thumbnail
    • Menu: Menu
    • Exit: Esc
    • Down Arrow: ChannelDown
    • Up Arrow: ChannelUp
    • Volume Up: VolumeUp
    • Volume Down: VolumeDown
    • Mute: Mute
    • Channel Up: ChannelUp
    • Channel Down: ChannelDown
    • Prev: Backspace
    • Up: DirectionUp
    • Down: DirectionDown
    • Left: DirectionLeft
    • Right: DirectionRight
    • OK: Enter
    • Stop: Stop
    • Skip Back: SkipBack
    • Skip Forward: Skip Forward
    • Play: Play
    • Record: Record
    • Rewind: Rewind
    • Fast Forward: FastForward
    • Pause: Pause
    • 1: 1
    • […]
    • 9: 9
    • Plus: –
    • 0: 0
    • E: Audio
    • Red: Red
    • Green: Green
    • Yellow: Yellow
    • Blue: Blue
  • Device Options > Customize Buttons > Addtional Buttons
    • Power on/off: PowerToggle
    • Subtitle: Subtitle
    • Audio: Audio
    • Channels: Bookmark
    • Recordings: Zoom
    • Timer: Select/Space
    • Commands: Go
    • Settings: DVD

/var/lib/vdr/remote.conf

Use the following /var/lib/vdr/remote.conf file:

LIRC.Up         KEY_UP
LIRC.Down       KEY_DOWN
LIRC.Menu       KEY_MENU
LIRC.Ok         KEY_ENTER
LIRC.Back       KEY_ESC
LIRC.Left       KEY_LEFT
LIRC.Right      KEY_RIGHT
LIRC.Red        KEY_VIDEO
LIRC.Green      KEY_AUDIO
LIRC.Yellow     KEY_TV
LIRC.Blue       KEY_PHOTO
LIRC.0          KEY_0
LIRC.1          KEY_1
LIRC.2          KEY_2
LIRC.3          KEY_3
LIRC.4          KEY_4
LIRC.5          KEY_5
LIRC.6          KEY_6
LIRC.7          KEY_7
LIRC.8          KEY_8
LIRC.9          KEY_9
LIRC.Info       Thumbnail
LIRC.Play       KEY_PLAY
LIRC.Pause      KEY_PAUSE
LIRC.Stop       KEY_STOP
LIRC.Record     KEY_RECORD
LIRC.FastFwd    KEY_FASTFORWARD
LIRC.FastRew    KEY_REWIND
LIRC.Next       KEY_NEXT
LIRC.Prev       KEY_PREVIOUS
LIRC.Power      KEY_POWER
LIRC.Channel+   KEY_CHANNELUP
LIRC.Channel-   KEY_CHANNELDOWN
LIRC.PrevChannel KEY_BACKSPACE
LIRC.Volume+    KEY_VOLUMEUP
LIRC.Volume-    KEY_VOLUMEDOWN
LIRC.Mute       KEY_MUTE
LIRC.Audio      KEY_LANGUAGE
LIRC.Subtitles  Subtitle
LIRC.Schedule   TaskSwitcher
LIRC.Channels   KEY_BOOKMARKS
LIRC.Timers     KEY_SELECT
LIRC.Recordings Zoom
LIRC.Setup      KEY_DVD
LIRC.Commands   Go
,

Leave a Reply

Your email address will not be published. Required fields are marked *