Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: X10 Girder Control

  1. #1
    Join Date
    Dec 2002
    Posts
    37

    Default X10 Girder Control

    Girder is great! Thanks!

    I've just got girder talking to me every time I enter my room. The setup works like this:

    1. I'm running an X10Controller class on a Tini standalone Java computer board that sits on my LAN. It is connected to an X10 serial computer. When X10 commands are picked up by the computer they are broadcast over my LAN by the Tini device.

    2. On a Linux box, I've got a Java program that listens for these commands. When it receives a particular command it connects to my Windows box and connects to the Girder Internet client to issue a Girder event.

    Of course, all this could run off of a single Windows computer, since the driver programs are all simple Java. I've created a distributed system for various other reasons.

    The setup works really well. Right now I'm using an X10 motion sensor, and when motion is sensed Girder starts talking to me. Maybe some day I'll come up with a more practical application for this nice technology.

    David

  2. #2
    Join Date
    Oct 2003
    Posts
    3

    Default that's exactly what I'm looking for!

    Hi. I've been scouring the Net for weeks looking for something like this. Can you explain in newbie-terms how you did this?

    I've got a CM11A and a firecracker transmitter, and want to use my motion detector to have my windows xp box emit and audible "hello" when I enter the room. Can you tell me how you set this up? What is a tini device? What Java plug-ins do you use? Is this something that could be easily grasped by a non-programmer?

    Tx in advance for your help.

  3. #3
    Join Date
    Apr 2003
    Posts
    93

    Default

    For X10 integration, you should look at the Powerlinc from www.smarthome.com. It will allow you to send and recieve X10 commands over the power line in your house. I have had some trouble getting mine to send, but I now have girder able to execute commands from X10 commands, or motion sensors. You will still require a working X10 transceiver to make it all work. The motion sensor sends a signal to the transciever, which sends a command over the powerline, which the powerlinc listens for. It works very well, the powerlinc is about $37 US and makes X10 integration into girder very seamless. I use an X10 controller in my kitchen to power on or off the entire theater downstairs, pause the DVD, or mute volume. It is a pain to run upstairs for something and then have to go back down to turn off the theater equipment if I decide to stay upstairs. I know, I am lazy.

  4. #4
    Join Date
    Nov 2003
    Posts
    8

    Default Powerlinc USB

    Darn, I went and ordered a Powerlinc USB before I realized girder existed.

    I am a developer though. Maybe its up to me to write some HID device drivers.

  5. #5
    Join Date
    Nov 2003
    Posts
    8

    Default

    OK. I have some news on this. I think I'll go post in the developer forum.

  6. #6
    Join Date
    Nov 2003
    Location
    Montreal, Canada
    Posts
    89

    Default an easier way

    i think there is an easier way to this, certainly you will be needing an x10 motion detector device ... and CM11 / CM 12 X10 Driver plugin ... then do the following:
    create a new girder command (I call it: recieve x10)

    in the events drop down list choose "Girder Event"
    click "learn event" ...
    in the dialog box, choose "On Event" for the first drop down list and
    CM11 / CM 12 X10 Driver
    click select now go back to the command and from girder tab choose "variable manipulation script" ...
    click on apply then script botton ...
    then use the following as a guide ...

    X10event = EventString

    if (strfind (X10event, "Event you want to detect, ex: A_1_On" )) then
    TriggerEvent("a girder event that you want to be executed", 18 )
    end

  7. #7
    Join Date
    Mar 2004
    Posts
    185

    Default

    I'm trying to figure out what I need in order to get Girder to send CMDs to an X10 for light control.

    I've been told by Smarthome that I should use sthe Powerlinc instead of the CM stuff. (They didn't know anything about Girder.)

    The post above implies that girder works with Powerlinc.

    But I can't determine for sure if there are plugins for girder with Powerlinc.

    Any feedback on this?

    BTW...I'm doing just 4 light sets, so don't want to invest in something like Homeseer.
    Thanks

    Roger

  8. #8
    Join Date
    Dec 2001
    Posts
    11,560

    Default

    Girder does not support the powerlinc usb at this time.

  9. #9
    Join Date
    Mar 2004
    Posts
    185

    Default

    So I'm gathering.

    I hear that I can use the Powerlink Serial, based on using the Serial Plugin.
    Thanks

    Roger

  10. #10
    Join Date
    Dec 2001
    Posts
    11,560

    Default

    Yes, the serial version works.

    An USB HID driver is on the list of todo's

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •