OneRemote: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
OneRemote is a customizable menu app for Android. Its purpose is to provide uniform setup and control of many types of devices.
= What you need =


In OneRemote, you can create a colorful tree structure of items (buttons) in much the same way that you might set up a tree structure of folders on a computer. You can name them and arrange them as you like. You can add photos to the buttons.
* J. River Media Center software


==Item Types==
* An IR (or RF) "transceiver" device installed on your computer. Examples are the one that comes with the Hauppage 2250 TV kit, or the Microsoft MC remote. These have a USB connector and they usually include:


'''Categories'''
* IR transmitters ("blasters") that plug into the transceiver itself via 1/8" phone jacks. Place these blasters in front of the equipment you want to control, such as a cable set top box, a receiver, or a TV.


These are containers for other items.
* The remote you want to use for controlling all entertainment functions. We'll call this the "Universal Remote" here.


Each Category can contain one or more of:
* The remotes for other equipment you want to control from Media Center. For example, a TV, cable set top box, or amplifier.


'''Sub-Categories'''
= How to do it =
These are second level and beyond. They are just containers for adding other types of items, including categories. Others include:
* In Media Center, choose Tools / Options / Remote control dialog. Make sure the transceiver device you are using is activated -- check it in the list of devices. The "MCE Remote" device is selected by default and will handle Microsoft and most compatible MCE transceiver devices.


'''Devices'''
* The command list has commonly used commands in Media Center, such as music listening, and TV and video viewing.


Reserved for future
* You can add new commands, or you can delete or rename existing ones to make the list suit your needs.


'''Links'''
* Each command in the list may be assigned to a single button on your Master Remote.


Used to open web pages or any valid URL.
* To do this, click the "Start Learning" button in the dialog. The text on this button will change to "Stop Learning" and the top command in the list will show "Learning..." in the right-hand column.


'''Switches'''
* Press the button on the remote that corresponds to the command. The word "Learning" text be replaced by the learned code, and the next command will be ready to learn.


Lights are currently implemented as Links but will be moved to a new item called Switches. They can be used with the JRiver Engen server to control Z-Wave devices like switches and outlets. To emulate a switch, this link allows two URL's (for on and off)
* If you don't want to learn a command, click on the next command in the list that you'd like to learn.


Sample URL's:
* When you're done, click the "Stop Learning" button.


On http://localhost:52110/alpha000/basic_set?node=2,value=100 (turns on node 2)
= Fine tuning =
You can modify the actions performed by a command. By default, most commands will execute a single "MCC" command within Media Center such as "Play", "Pause", "Mute", or "Fast forward".


Off http://localhost:52110/alpha000/basic_set?node=2,value=0 (turns off node 2)
* If you want to control external equipment, such as TV's, cable boxes, and audio amplifiers, you'll need to add that functionality. The following example shows how to modify commands to control the volume on an external audio amplifier. This is useful if you output digital sound from your computer to your amp, since, in this case the volume control within Media Center does not affect the final volume on the amplifier.


Use the web page option to list your nodes. The terminal window has a help() feature.
* Example
From the command list, select the "Volume Up" command.


==Instructions==
Click the "Edit Command" button.


'''Add an Item'''
A dialog will show that there is a single action associated with the "Volume Up" command, a Media Center command to increase the volume slider. Leave this action in the list, since the user may choose to output analog audio from time to time.


Click the Settings icon in the lower right corner.
Add a "blast" action to raise the volume on the amplifier. This means that when you press the "Volume Up" key on your Master Remote, an IR signal will be output to your amplifier through the blaster you placed in front of the amplifier in an earlier step. That IR signal will increase the amp's volume just as if you pressed the Volume-Up button on the amplifier's own remote control.


Press the + button
Click the "Add Blast" button in the dialog. A pop-up message will appear saying it's ready to record an IR signal from a remote control.
Point the amplifier's remote control (not the Master Remote!) at the transceiver and press the Volume-Up button. When the recording is complete, the pop-up will go away and the action list will show the newly created blaster command. Click "Done" on the dialog.


Select the type of item (Category, Device, Link).
From now on, pressing the Volume-Up button on the Master Remote will simultaneously raise the volume slider in Media Center and increase the volume on the external audio amplifier.


Select the location where you want it to be in the menu. Root is the home page.
Continue fine-tuning commands as needed. When complete, click the Ok button and start using your remote.

Name it.

Optionally add a photo to help identify it.

Press the check mark in the upper right corner to finish.

'''Edit an Item'''

Click on the pencil icon in the lower right corner of the button to enter the edit mode.

See the Add section above for options.

'''Delete an Item'''

In the Edit mode press the X and confirm the deletion.


'''Notes'''

The lights need two links Enter one, then on the next line, enter the second. Data is not used at this time.

Latest revision as of 15:09, 25 May 2016

OneRemote is a customizable menu app for Android. Its purpose is to provide uniform setup and control of many types of devices.

In OneRemote, you can create a colorful tree structure of items (buttons) in much the same way that you might set up a tree structure of folders on a computer. You can name them and arrange them as you like. You can add photos to the buttons.

Item Types[edit]

Categories

These are containers for other items.

Each Category can contain one or more of:

Sub-Categories These are second level and beyond. They are just containers for adding other types of items, including categories. Others include:

Devices

Reserved for future

Links

Used to open web pages or any valid URL.

Switches

Lights are currently implemented as Links but will be moved to a new item called Switches. They can be used with the JRiver Engen server to control Z-Wave devices like switches and outlets. To emulate a switch, this link allows two URL's (for on and off)

Sample URL's:

On http://localhost:52110/alpha000/basic_set?node=2,value=100 (turns on node 2)

Off http://localhost:52110/alpha000/basic_set?node=2,value=0 (turns off node 2)

Use the web page option to list your nodes. The terminal window has a help() feature.

Instructions[edit]

Add an Item

Click the Settings icon in the lower right corner.

Press the + button

Select the type of item (Category, Device, Link).

Select the location where you want it to be in the menu. Root is the home page.

Name it.

Optionally add a photo to help identify it.

Press the check mark in the upper right corner to finish.

Edit an Item

Click on the pencil icon in the lower right corner of the button to enter the edit mode.

See the Add section above for options.

Delete an Item

In the Edit mode press the X and confirm the deletion.


Notes

The lights need two links Enter one, then on the next line, enter the second. Data is not used at this time.