Vrc 1100 Remote Manual



I bought an MCE Remote to go along with Mythtv. This was a generic ebay MCE Remote with a label VRC-1100. This remote also
goes by the name of Hama MCE Remote, or ORTEK VRC-1100. This guide is based on three other ones, sources are listed below.

The VRC 700 and VRC 700f system controls allow your customer to take control of their Vaillant commercial heating and hot water system. Designed to work harmoniously with all current Vaillant products, the VRC 700 and VRC 700f incorporate weather compensating technology to effortlessly ensure your customer’s appliances are working to their peak performance to maintain optimum. The protocol is known as OrtekMCE and the remote control is sold on eBay as VRC-1100. The remote was designed for Microsoft Media Center and is used to control Kodi on boxes such as the Raspberry Pi. With a suitable PC driver it can emulate a PC keyboard and mouse. The mouse emulation uses a different protocol: the class does not currently. Take control of your PC’s Media Center (MCE) from the palm of your hand, wirelessly. The Adesso® Vista Remote Control provides a powerful infrared MCE remote that offers you a 30 feet range and various media hotkeys, so you can move freely when navigating your home theater system or during presentations. Now, you can control your PC’s Media Center in a whole new way, free of wires or from.

  1. You can make it work. I remapped the keys of the remote using eventghost. It was tricky, I found a guide I think but tweaked it. Try googling: xbmc vrc-1100 eventghost. If you really want I can try exporting my settings but it is pretty particular. Also I had some unique settings in the harmony software too.
  2. Button mapping for Ortek VRC-1100 USB remote? I have a Shield TV 2015, and I've been using an old Ortek VRC-1100 remote and USB receiver (pictured here as a Hama resell) from my HTPC days. The remote works surprisingly well, but the number buttons don't enter actual numbers (ie, pushing the 7 button for my Plex PIN does not enter a 7, etc.).

Vrc-1100 Remote Codes

– Plug in the IR Sensor

– Open up a terminal and execute the command:

$ cat /proc/bus/input/devices

– The output will look something like this :

I: Bus=0003 Vendor=05a4 Product=9881 Version=0110
N: Name=”HID 05a4:9881″
P: Phys=usb-0000:00:02.0-3/input0
S: Sysfs=/devices/pci0000:00/0000:00:02.0/usb3/3-3/3-3:1.0/input/input7
U: Uniq=
H: Handlers=sysrq kbd event7
B: EV=120013
B: KEY=e080ffdf01cfffff fffffffffffffffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=05a4 Product=9881 Version=0110
N: Name=”HID 05a4:9881″
P: Phys=usb-0000:00:02.0-3/input1
S: Sysfs=/devices/pci0000:00/0000:00:02.0/usb3/3-3/3-3:1.1/input/input8
U: Uniq=
H: Handlers=kbd mouse0 event8
B: EV=17
B: KEY=1f0000 2020000 3878d801d001 1e000000000000 0
B: REL=103
B: MSC=10

– Identify your remote by looking for the two sections of code that contain the code “Name= “HID 05a4:9881”, I read that because this remote has a mouse and a keypad, it has two of these sections. Look for the section of the code that says what event your remote has. Mine ended up being event 2 and event 3. Make a note of this.

– If you havent yet, istall LIRC, Answer none to both questions that the LIRC installer asks you

$ sudo apt-get install lirc

– Next, edit the hardware.conf file under /etc/lirc/

$ sudo nano /etc/lirc/hardware.conf

– Once open, erase (and backup if you want) the contents by pressing Ctrl-K multiple times, then paste the contents of the hardware.conf file included.

Vrc 1100 Remote Manual

– Replace the events2 and event 3 in the hardware.conf file with the corresponding events that your machine detected.

– Save the file by pressing “Ctrl-X” and then saying “Yes”.

– Now edit the next Lirc file by executing:

$ sudo nano /etc/lirc/lircd.conf

– Once again pressing “Ctrl-K” to erase the contents and paste everything in the lircd.conf file onto the lircd.conf file.

– Save the file.

– Once you have these two files, its time to test if they are setup correctly. Restart LIRC.

$ sudo /etc/init.d/lirc restart

Followed by the lines :

Vrc

Vrc-1100 Remote Manual

$ irw or $ irw /dev/lircd

– If everything works correctly, pressing buttons on the remote will display a signal on the terminal. If you dont get this something has gone wrong…

– This third file (lircrc) I needed to create because It wasnt in my system. Execute:

$ sudo nano ~/.mythtv/lircrc

– Paste everything from the lircrc file onto this file.(Again, backup as you need).

– LAST : make sure the device is listed properly on mythtv general settings, this should be the default settings upon installing mythtv.

/dev/lirc

Problems:

– I have to restart lircd everytime the computer starts so that lircd is loaded at startup.

– I flipped the Volume and Channel buttons so that I could hold down the volume keys(channel on remote) and Mythtv would repreat the signal.

—————–

Sources:

http://xbmcmediacenter.com/hama-mce-remote-lirc/

http://forum.xbmc.org/showthread.php?p=230550

http://www.mythtv.org/wiki/VRC-1100_Ortek_Technology_MCE_Clone_Remote

lircrc.txt <– Remove the extension “.txt” and put on the ~/.mythtv/ folder

lircd.conf <– This goes in the /etc/lirc/ folder

hardware.conf <– This goes in the /etc/lirc/ folder as well

  • Posts 3

    Hi I have issues with my ir remote control.


    libreelec: 8.2.2

    hardware: rpi3

    ir receiver: 05a4:9881 Ortek Technology, Inc. IR receiver [VRC-1100 Vista MCE Remote Control]


    When I try to run ir-keytable I get: /sys/class/rc/: No such file or directory

    According to the wiki that means no driver is loaded.


    Dmesg output when I connect the ir receiver to the rpi:


    And the output of cat /proc/bus/input/devices


    Display More



    Any ideas,


    tuxiano

    1. Navigation
    2. Forum
    3. Options
    4. Current Location
    1. User Menu
    2. Language
    3. English
    forum.libreelec.tv in the WSC-Connect App on Google Play
    forum.libreelec.tv in the WSC-Connect App on the App Store
    Your browser has JavaScript disabled. If you would like to use all features of this site, it is mandatory to enable JavaScript.