12

I would like a way to use my computer to control the lights and appliances in my house.

Does anyone have any good suggestions on how to do this. I would prefer to do this as unobtrusively as possible. Ideally I would like it to be completely hidden.

Bonus points if you know a way to do this with voice control/speech recognition.

BinaryMisfit
  • 20,879
Axxmasterr
  • 7,966

8 Answers8

9

http://www.instructables.com/id/Control-lights-in-your-house-with-your-computer/

Here is a tutorial on controling lights with a computer.

http://www.gadgetmadness.com/archives/20040320-computer_control_your_house.php

Web store dedicated to home automation products: http://www.smarthome.com/

One other product solution that mentions light and appliance control:

http://www.x10.com/products/x10_ck11a.htm

Troggy
  • 10,259
2

X10 is a costy professional switching system, with quite limited capabilities (no automatic cat feeders or a cat cam for example).

So you might consider playing with Arduino www.arduino.cc This is a small stand-alone "computer" that can be programmed with ease over USB. The nice thing is that Arduino does not use much power compared to running a full PC. It is so small, you can hide it wherever you like.

From the basic Arduino, you can add several shields to switch appliances. There is a relay shield for 110/220V switching You can make Power-Mosfet shields for high frequency 110/220V switching You can add an XBee shield for wireless control of other XBee switches. There is a big bunch of input shields to read RFID, measure temperature, measure light, sample sound etc.

Pricing is great. Arduino costs around 20$, most shields do a similar price, and if you can solder you can cut on costs even further.

A good source for arduino projects is: www.makezine.com They have a nice store too: http://www.makershed.com/SearchResults.asp?Cat=43

Good books on the subject are "Making things talk" and "Getting started with Arduino" If you buy the Arduino starter kit, you have a great set of components to start with automation, and the nice book "Making things talk" is included as well.

bert
  • 961
1

This might be something you're looking for

frusDev
  • 4,555
1

You could use the X10 control systems above, and then cause specific application commands to be fired upon voice recognition using e-Speaking.

If your'e cool with programming, you could try writing your own custom program/script to pick up SAPI events based on your own CFG and then attach that to a library to send out X10 Firecracker commands, but that's seems like a bit much.

J. Polfer
  • 2,342
1

I've never used it, but Linux MCE describes itself as something that does all of the above, plus it's free and open source. The introduction video is also cool as hell (the "security" features are awesome).

TJ L
  • 1,947
0

If you know perl, or you have some basic programming know-how and think you can follow along, then MisterHouse might be something worth checking out. It can control X10 and some other types of automation hardware, and definitely supports speech-recognition.

0

"X10 is a costy professional switching system"

really? X10 is a cheap way to control lights, appliances, and more for the home user. Why not use Arduino and X10 together? Google "Arduino X10"

Troggy
  • 10,259
0

If you want to do it yourself you can connect a relay board to your parallel, serial or USB port and install suitable software. Parallel and serial ports are not on some computers but you can still use your USB port. There is trial software to control lights by your computer from here: http://www.hottimesoftware.com/computer-controlled-lighting.htm