Well, it looks like people want to see a driver first... Heh, I don't blame you...
Ok, Hari, When you get your equipment, let me know asap. I haven't started yet, but I can steal a bunch of code from my Insteon driver.
First, we'll just confirm we can send out and that all communication is working... we'll choose a device address, and hard code it into a command.
Then, we'll send the command, and see if the light turns on..
We can experiment with that for a bit, then implement it into Process Receive Command for Child cmds:192(on)/193(off)/184(SetLevel)
This should go pretty quick, as I've already done most of the code for Insteon.
Next, we'll implement the other direction, press ON on the light switch, and see if we can read data in ruby.
I'm sure once you see how I do it, you'll pick up on it and catch on pretty quick..
Later..
Dan