GlobalCache GC-100

From LinuxMCE
Revision as of 16:13, 27 February 2008 by BasolOrico (Talk | contribs) (sitc4tdelacv)

Jump to: navigation, search

last minute travel uk card consolidate consolidate credit debt debt traktor film boys wearing a training bra alma car auction oz dvd 2 bowflex ultimate used club columbia dvd house member http free black sex movie clip shakespeare characters macbeth aggressive skate video clips froogle kitsap lake forum funny happened thing way datalounge hanting double penetration picture sex amateur cum gay lured man sex video oddity physical msn skins downloads banff canada penis puppeteer quick and easy medical terminology www.tickle.com jewish music passover rap video 2005 ford explorer sticky paws loading movie clips in flash bronze art magnifying glass pendant clavia ivideomax 3.0.2 a physical exam exercise videos karen voight big boobed woman knit booties marin caterers antarctic treaty forex system tradestation trading rustic cabin decor sweaty women hitch movie script thin quaker oatmeal cookie wedding invitation after hours video phone directory lake charles la vacuum cups cum movie shot treehouse tv chingon pasta bar boston janitor lucias mama elephant man video clip american air filter public record security social kendal square movie theater lake ontario canada map kam karen movie website for downloading music rubber floor matting alicia key girlfriend video college girls hot tub ordanace survey symbols one to one relationship sql server lara croft craig morgan j-kwon burlington estate ky real busty brittany science fiction art work ice gell whites boots elementay elizabeth heller video nudism family abc news video source jack black movie list water level meters pink sex bracelet nica idaho movie times it lean video wit sin city movie cast cipap whole house vacuum ford thunderbird repair manual ps1.exe pitts sales inc software revenue recognition humulin l shutters manufactures cheap special airline ticket anima chicks reflective safety materials texas holdem free amusing video clip street lights forecast france paris weather styphnic acid irven johnson star war episode 3 soundtrack writer bennington chester episode free naruto video body detox anal cream pie videos sprint pcs customer service piloting schools in canada kaskade steppin out video skull quiz exercise equipment rowing machine cold war history los angeles tax preperation powerpc linux distribution pixy stix ingredients nikon 6t review employee express online auction sale odd couple the play qpws anger back in looking temperance movement thermometer coldest drink managing foreign exchange risk emma starr videos assemblage definition sanglier ltd louvered panel air champion hammer pop goes the world emo girl hair picture picture style l art de jouir sarah young aaru movie tamil adoption international russia college degree wesley sputnik 1 online birthday gifts we do not celebrate halloween singapore radio channels insider information sec cat disorder eye www nikon camera bag movie porn vivid jpeg movie round folding table womens chef coat www.marriott.com kristina bella free movies j. tyler ballance bam margera logo aaa auto club south area 51 pc game will smith, switch boys forced to wear dresses map persia river swiss army watch band delta airline fare biker girls parties infant bonnet japanese porn movie free download infloor heating sizing old blonde sex young russian model canon eos 20d qualifying dependents sissy training stories evangalion ourworld.cs ultrasound transducers free ebony sex movie young teens sonic my dvd 6 crack katrina kaif boom video alley baggett movie clips christy shake avions billet chers pas elektra marvel movie wwe john cena pic i if knew music never video jasmin st claire gang bang vandal proof mailboxes executive baskets houston accord performance part latex fetish site instructional worship dance video andersons big screen tv jasmine st claire mariska spud gun plan acoustic beginner guitar introduction lesson video bills new mitsubishi eclipse 2006 long teen sex movie keep fishin music video sugar rc18t birthday horoscopes

GC100.jpg

GC100 is a device which allows you to have remote connection almost anywhere. It's a network device which will forward all your data to :

  • couple of serial ports
  • IR senders and/or sensors
  • several relays

For more details about the product check manufacturer web site.

Send IR codes

LinuxMCE implementation of GC100 assumes that in device tree we'll have children and the messages are actually addressed to them instead of GC100 itself.

So when you are sending "ON" to TV controlled by GC100, the message is routed to the GC100, it finds infrared code for "ON" for that specific TV, sends a command to gc100 to send a specific infrared sequence, which will blink IR sender connected to specific port, and the TV will turn on.

The only two commands that GC100 implements itself are : CMD_Send_Code used to test which IR is suitable for your equipment and CMD_Learn_IR used to learn new IR codes.

Learn IR codes

The learning device is actually unrelated to GC100. It may be plugged into one of GC100's serial ports (don't forget to set them to 9600 bps), or in regular serial port, just be sure you specified right port in GC100 device data.

There are several other devices that support learning of infrared codes : IRTrans, Tira, USB_UIRT.

Learning is done from web page. When clicking "Learn" gc100 will start a thread that will try to get data from the port. If nothing is received in 30 seconds the thread will die. The page will continue to refresh trying to see if anything was added, but after 30 seconds it's useless.

Sensors

The gc100 jacks are by default configured as IR transmitters, but they can be configured to function as sensors. The sensors are, in their most basic form, two wires connected to a jack plug. When you cross them, a "sensor tripped" event is emitted. I am not currently aware of how this is supposed to function, who will intercept the event and how will it react to it. One idea for using a sensor is attaching a doorbell button to it, which, when pressed, will notify you in some way.

How to

Install

The device is not quite plug&play. You have to perform a factory reset and to add it from orbiter ("Add GC100" button).

A script will do some tricks with IP, will submit some pages on GC100's interface and so on. It will install needed software and after that it should say that device is ready to use (don't forget to quickreload)

Before the first use

  • Insert proper wires in relays, devices in serial ports, IR LEDs and/or sensors.
  • Go to device's webpage and set proper inputs/outputs, baud rates and so on.
  • Add child devices in LinuxMCE-admin webpage and set proper device data to match the wiring.

This should do it.

Changes in LinuxMCE 0710 beta 4

The way the gc100 is configured in the database changes in LinuxMCE 0710 beta 4. If you are upgrading from a previous release and have a gc100 set up, you will have to reconfigure it.

The device tree will now have children for each relay, transmitter and sensor port. These are autodetected depending on the settings made to the gc100 itself and updated as the settings change.

If until now you would put a TV directly under the gc100, you will have to put it under a transmitter child from now on. This will tell the gc100 which port to use to send the code, instead of sending it using all available transmitters like it did until now. This will allow you to add more IR devices which use the same codes without stepping on each other's toes, since the IR codes will be routed just to the target device. The old functionality is still in place and you can still add a TV directly under the gc100, but make sure you mark the checkbox that says "Don't autoconfigure" if you don't want the gc100 to manage its children, so your device remains in its place.

This is also true for relays. Add your lights, or other devices that support On and Off commands, under the relay children. The On and Off commands will be routed to the right relay this way.

Known Problems

MAC detection

--Nite man 06:03, 25 January 2008 (PST) To solve the MAC detection problem replace the function get_gc100mac() in the script /usr/pluto/bin/gc100-conf.pl by new one below:

sub get_gc100mac {
   my($mac, $page, $ret);

   `curl http://192.168.1.70/Commands.cgi -o gc100mac1 --silent`;
   `curl http://192.168.1.101/Commands.cgi -o gc100mac2 --silent`;

   open FILE, "gc100mac1";
   $ret = read FILE, $page, -s "gc100mac1";
   close FILE;

   unless($page) {
       open FILE, "gc100mac2";
       $ret = read FILE, $page, -s "gc100mac2";
       close FILE;
   }

   ($mac) = $page =~ /((?:[\dA-F]{2}-){5}[\dA-F]{2})/i;

   if($mac) {
       $mac =~ tr/\-/\:/;
       loggc("Mac Found $mac\n");
       system "rm -f gc100mac1 gc100mac2";
       return $mac;
   } else { exit 1 }

}

Currently the support for the gc100 in LinuxMCE is broken, at least for some models or firmware versions. The /usr/pluto/bin/gc100-conf.pl script is for some reason unable to determine the gc100's MAC Adress after it has been reset to factory defaults. As a result it is only half configured and not added to the system properly.

The only known workaround [1] [2] at this time is to manually edit the perl script, and hardcode the MAC address of your gc100. In short, find this line in the script:

sub get_gc100mac {

Then insert this line immediately following it (replace 00:00:00:00:00:00 with the adress of your gc100):

return "00:00:00:00:00:00";

As a result it should look something like this now:

        exit(4);
  }
} 
    
sub get_gc100mac {
  
  return "00:00:00:00:00:00";
  
  `curl http://192.168.1.70/Commands.cgi -o gc100mac1 --silent`;
  `curl http://192.168.1.101/Commands.cgi -o gc100mac2 --silent`;
  open(FILE,"gc100mac1");
  @data1 = <FILE>;
  close(FILE);

Reset the gc100 to factory defaults if necessary and you should be able to add it from an orbiter as described above.

Another possible workaround might be described on the Plutohome wiki for the gc100, under Complete Manual Install.

Firmware versions known to be affected:

  • 2.4-06 (GC100-06)

Serial Port

The GC100's serial port does not work under LinuxMCE without a small modification, see: Re: GC100 + CM11 setup

The following commands should correct this issue (and make a backup copy just in case):

mv /usr/pluto/bin/gc100-serial-bridge.sh /usr/pluto/bin/gc100-serial-bridge.sh.backup
sed -e 's/false/0/g' /usr/pluto/bin/gc100-serial-bridge.sh.backup >/usr/pluto/bin/gc100-serial-bridge.sh

It basicly replaces false with 0 in the /usr/pluto/bin/gc100-serial-bridge.sh file. Afterwards a reboot may be in order.

Firmware version 3.0 and later

gc100 with firmware version 3.0 and later is Plug&Play, but not yet supported as such by LinuxMCE. It implements a DHCP client and also has a discovery beacon. Because it is able to get an IP address from the DHCP server, you won't be able to add it using the manual method describe here when using a default installation. You either have to use the completely manual installation procedure described on the Plutohome Wiki for gc100, if you know what IP address the DHCP server gave it, or temporarily disable the DHCP server on the core (write down the DHCP settings, because they are erased from the database when you disable the DHCP server from Pluto-Admin - you can also /etc/init.d/dhcp3-server stop, add the gc100 and /etc/init.d/dhcp3-server start, without erasing the database).

Implementation details

In gc100.cpp there is a lot of code for format conversion and other stuff. Practically it's not a big deal it receives a command, find a proper IR sequence and sends it to gc100.

Operating the relays, IR transmitters, and sensors

The gc100 software architecture uses two threads to communicate with the gc100 regarding relays, IR transmitters and sensors, one for sending messages (SocketThread) and one for receiving (EventThread). The reason for this is that the gc100 protocol isn't completely a request-reply protocol, even if it seems like that at first. The gc100 can initiate a transmission when a sensor is tripped, enough to break the request-reply paradigm. The program was designed to treat the communication as asynchronous. Messages are sent to the device without expecting a reply, and the replies are treated as independent events and state change reports, without linking a request to a reply in the program logic (except for the initialization phase).