MyURemote Demo Page

Note

The demonstration below shows some simple operations, and uses simple javascript to obtain the result.
The javascript is therefore only for demonstration purposes.

Click here for a more complex demo

GlobalCaché Communication

A GlobalCaché extender has three different types of communication

General GC parameters

Global Caché IP : Global Caché initial port

Raw command

Command

Ir command

Serial command

This command allows to set the volume of a Bose Lifestyle up to 48, and V20 and V30 series
The Set Volume button reads the value of the first text box, sends it to the Bose system (using a GlobalCaché extender on the specified serial port).
Note that the Global Cache initial port is used, but it is incremented by 1 for ser1 (i.e. port 4999) and 2 for ser2 (i.e. port 5000)

ser1 ser2

Bose V30 Volume :

The next 3 demo show 3 examples of how to send an arbitrary serial command to the ser1 or ser2 port (see radio buttons above).

The response is printed below the button

General serial command 1 :
General serial command 2 :
General serial command 3 :

General serial command 4 : \x0B\x00\x01\x04\xA0\x01\x64\x00\x00\x00\xCB

Some hex conversion help

Hexadecimal commands need to be interpreted correctly. The fields below allow te experiment with the applied conversion.



Using myuremoteContext

We can also send the command using the myuremoteContext

Rest request

Direct Rest request

This part shows how to communicate to a Philips television using the Rest protocol.
Here you can specify your television's ip address and port (default 1925), and from the drop down box, select a command

Using myuremoteContext

Or do the same using the client configuration (file clientconfig.js).
This file defines two objects :

Log History