Difference between revisions of "Insteon"

From LinuxMCE
Jump to: navigation, search
Line 14: Line 14:
  
 
3.  PowerLinc Modem (PLM)
 
3.  PowerLinc Modem (PLM)
 +
 +
Among these controllers, there is another device called the EZBridge that uses a PLM to interface ethernet to insteon.
 +
Communication to the EZBridge is accomplished via an XML commandset over an established IP Port.
 +
I have implemented the EZBridge via GSD/Ruby.  Source is currently located in the developers forum.  (search for EZBridge)

Revision as of 23:57, 12 December 2007

This article is a stub and requires expansion


Insteon is the product name for a series of devices which communicate using either powerline signalling, RF signalling, or a combination of both. LinuxMCE support for Insteon devices is currently under development. More information on the Insteon devices can be found at Insteon. Products are available at SmartHome

Insteon development is currently underway.

There are currently 3 types of Insteon controllers:

1. PowerLinc Controller USB (PLC)

2. PowerLinc Controller Serial (PLC)

3. PowerLinc Modem (PLM)

Among these controllers, there is another device called the EZBridge that uses a PLM to interface ethernet to insteon. Communication to the EZBridge is accomplished via an XML commandset over an established IP Port. I have implemented the EZBridge via GSD/Ruby. Source is currently located in the developers forum. (search for EZBridge)