|
|
Better than x10From Nerdhaus
Project SummaryTo design a home automation protocol for controlling devices anywhere in a house. In contrast to X10, Insteon and UPB, our system will not use the power line for data transmission. The goal is not to design a system that can be used in existing construction, but rather to design a system that can be easily integrated into new construction. By not using the power line for data transmission, we can build a faster and more reliable protocol.
Protocol Requirements
Transmission MediumTypical house wiring uses a 3-conductor wire: a white wire for the neutral, black for the hot line, and an unshielded copper wire for the ground path. Wires used for a 3-way switch (where two switches control the same lights) have 4 conductors. We could require the installation of this 4-conductor wire to each outlet, and use the extra conductor as the data path, with the grounding wire as the return.
DevicesWall outletA device the size of a standard wall outlet contains all the parts for receiving a signal and turning on/off the outlet. One possibility for powering the device is: the relay can draw power from the 120v line, and the transistor controlling the relay can be powered from the data line? Light SwitchA light switch can be programmed with a different device's code, so it can turn on and off a specific module. It can also have a unique code which could be received by the server. ButtonA button is given a unique code, and transmits that code any time it is pressed. This is useful only when the system is being used along with a centralized controller, probably a computer, so that a macro would fire when the button is pressed.
Questions
Reference Material |