How can I use my computer to control my house?

21,361

Solution 1

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

Solution 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.

Solution 3

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.

Solution 4

This might be something you're looking for

Solution 5

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).

Share:
21,361

Related videos on Youtube

Axxmasterr
Author by

Axxmasterr

A career systems engineer steeped in the longstanding traditions of monty python and iconic 80s movies. Now if I can only find my oscillation overhruster.

Updated on September 17, 2022

Comments

  • Axxmasterr
    Axxmasterr almost 2 years

    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.

  • Kurt W. Leucht
    Kurt W. Leucht almost 15 years
    Need to compare and contrast options, if possible. For example, some require serial lines running to appliances and some are wireless while some use the power lines in your house to communicate with the controlling device. It would be hard to compare apples to apples, but some of these implementation details are deal breakers for me, like the serial cable running through my house. I would never go for that one.
  • Troggy
    Troggy almost 15 years
    Oh yah, I completly agree with you. These are just some of the options out there. I have not heard of a tried and true approach to this question yet, but there are options out there.
  • Troggy
    Troggy over 14 years
    You might want to mention who and what you are quoting.
  • clhy
    clhy over 8 years
    good enough but doesn't answer completely