As part of this thread @richms and @sumnerboy talked about controlling a garagedoor via wifi.
http://www.geekzone.co.nz/forums.asp?forumid=141&topicid=198633&page_no=1#1593900
I have a fan circuit (2 x 12v 120mm fans) that I have just put in for cooling down my comms rack when it's a warm day. I don't think it needs to run 24x7 so I'd like to add some smarts to it.
In the same cupboard, but about a 3m ethernet cable away is a raspberry pi that I use for monitoring my UPS (usb connected) and it also has two gpio connected dht22 sensors (so it's pretty loaded up).
What I'd like to do is using the temperature sensors in that cupbaord (which are fed into openhab via mqtt) is to turn on those fans when the temp gets up above 25 degrees.
So the posts of @sumnerboy where talking about wemo d1 and relay shield, but as far as I can tell they are 5v. So I don't know enough how to make 5v devices control 12v ones.
I assume I could also wire something in to that existing raspberry pi (assuming it doesn't use any of the 6 GPIO posts I'm already using) and control it that way.
Preferably, I'd rather that whatever I end up doing is already powered, but either the current pi, or by the 12v circuit itself (ie I'd rather not has an independently powered device).