Asked
— Edited
I know there is a lot of talk about this.
Could someone point me toward a thread that could help me turn on/.off outlets with ez-builder?
Also if there is and hardware like a switch or wireless outlet trigger could someone tell me.?.
The easiest way, and I am making the assumption that you aren't planning to control an entire house but just one area/room, is to use transistors and relays to switch groups of outlets, or individual outlets. Josh's Smart Saltwater Tank project uses this method. I highly suggest that you look up as much information as you can about mains voltage before doing anything and then contacting a registered electrician. Mains voltage is dangerous, having received many shocks including one which threw me across a room (luckily - it could have held me and killed me) I wouldn't suggest touching mains voltage if you are not 100% sure you know what you are doing.
Another way, the way I do it is by using a USB RF tranceiver (RFXCOM RFXTRX), RF controlled outlets (home easy - although these are UK spec, google it), EventGhost with the RF plugin to send/receive the debug info for triggers. A small web server running PHP and some custom PHP code I've posted in another topic about this recently (search for home automation and I'm sure it'll come up), HTTPGet() scripts... It's a lot of work but saves touching any live mains voltages.
X10 may be a different route to go down.
Google home automation for ideas, generally they can be converted over to ARC without too many problems.
Or you could go for X10. It's more expensive and personally I think it's too expensive for what it is but there is a lot more support for it, including native integration with many HA software apps, EventGhost, VoxCommando etc. which would make it easy to control via ARC via the PHP server/HTTPGet method I use (this is not a simple method) - until I find time to move it to telnet.
I guess you may be able to find a serial RF module which could connect direct to the EZ-B digital port and use the SendSerial command for control, if you can find one then that would be the cleanest method, you'll need to look though.
Here is the site
HAL2000
There is a wireless serial device that can control their wireless transceivers which could probably be adapted easily for EZ-B use directly, or most home control systems (like HAL2000, Homeseer or others) have web page controls which can be accessed from EZ-B scripts.
Alan
It will cost around 10$ which is cheaper than any X10 or other commercial remote controlled power module.
One drawback is that it will use one port per channel from ez-b unless you use more intelligent serial controller with the transmitter or additional hardware .
Simple Example :
You can use any available outlet or power extension With The items below And You will end up by having 4 wireless outlets controlled by ez-b, up to 100m distance.
1. 4 ch relays board
2. 4 ch receiver with remote control
3. You may use available power adapter or Mini Power module 5 or 12v depending on the selected models
You will need to use the built in circuit of the remote control by connecting the ground to the required channel / key simulating a key press.
I suggested this model since the cost of the set is much lower than others as separate items. However, the functionality is the same.
Note: This model can be expanded by using different codes for different receiver and also increase the number of channels if necessary.
Hope this will help you out.