Pages:
Author

Topic: remotely controlled power switch? - page 2. (Read 31679 times)

full member
Activity: 196
Merit: 100
August 21, 2011, 02:36:54 PM
#21
I have this & it works well. Rated at 6A per outlet (10A overall). It does get quite hot, and the web interface only works 100% with IE. And that price is not far off half of what I paid!  Grin

That's pretty cool.  10A is just short of what I need though, I'd have to get two...

[edit] actually, my rigs pull about 6.5A.. won't work for me Sad
sr. member
Activity: 445
Merit: 250
August 21, 2011, 02:04:42 PM
#19
I have this & it works well. Rated at 6A per outlet (10A overall). It does get quite hot, and the web interface only works 100% with IE. And that price is not far off half of what I paid!  Grin
sr. member
Activity: 291
Merit: 250
August 21, 2011, 12:20:47 PM
#18
Heres a power switch that has its own web interface that lets you control each power outlet individually.

It has 4 outlets, and a LAN port for network.  You just setup a port forward on your router to this device, and you can login to the power switch from outside the network (like from work, hotel, or a hotspot).

Amazon.com is selling it for around $74, which I think is a great deal!!

Heres the link: http://amzn.to/lhspnX
full member
Activity: 210
Merit: 100
August 21, 2011, 07:17:19 AM
#17
Wouldn't all of this seem to be better served by a simple USB relay to put the pins of the power switch on the mobo high for the 10 seconds needed to tell it to shut off now, dammit?

Man, I got options.

That would be pretty easily doable with an arduino or similar, and gets rid of the relay-failure problem.  Its also a hell of a lot safer, we miners get enough high-current play in the breaker box!

X10 isn't a bad idea either, I forgot about those Smiley

I built one with an arduino.  I even wrote a GUI so that you could log into a control computer (Teamviewer) and press power/reset, it even indicates when power turns on.  The pins on the power switch just ground when turning on so you can just use a transistor or a relay (I used a transistor). 

Also, the design a couple thermistors also so I could monitor ambient temps remotely also (not yet completed in code but very simple).

I am sure you could eliminate the control computer and just wire in a network interface also but it was much easier in my case to just write the program and build the arduino shield.

I have yet to have a miner lock up to the point where I actually needed to cycle the AC to get it to restart, physical reset with the buttons always works.

The plan was to release the code and the design on the forum I just have not got around to it yet.  It is a very simple "Processing" code using the Arduino mega with "Firmata" firmware.  The most expensive part is the arduino at $65.  If you ever felt the need to also cycle the AC power the circuit could be very easily modified to switch SSR's or Mechanical relays.
newbie
Activity: 42
Merit: 0
August 21, 2011, 06:52:00 AM
#16
Low tech would be placing a cd-rom drive which the tray will open and hit the reset button.
Someone please do a thing like that and make a video  Grin
Having two rigs with each cd-rom drive tray pointing at each others reset button and a simple monitoring script, then just watch those rigs resetting each other as you discover bugs in the script  Wink
hero member
Activity: 784
Merit: 1009
firstbits:1MinerQ
August 18, 2011, 03:35:07 AM
#15
Another option: PIC-WEB for $30 Euro and a small relay or transistor for each mainboard controlled.
You'd likely have to write some small bit of code to toggle port pins but the main stuff is there already in the TCP-IP stack and web server stuff.

http://www.olimex.com/dev/pic-web.html

They have a bunch of other ethernet connected  boards too but I think this is the cheapest one.

And useful for other projects later too.
newbie
Activity: 42
Merit: 0
August 18, 2011, 02:50:09 AM
#14
Low tech would be placing a cd-rom drive which the tray will open and hit the reset button.
Someone please do a thing like that and make a video  Grin
sr. member
Activity: 444
Merit: 254
August 17, 2011, 10:14:06 PM
#13
Low tech could just use a timer...



Low tech would be placing a cd-rom drive which the tray will open and hit the reset button.
hero member
Activity: 770
Merit: 500
You're fat, because you dont have any pics on FB
August 17, 2011, 07:18:24 PM
#12
Low tech could just use a timer...

member
Activity: 77
Merit: 10
August 16, 2011, 11:25:56 PM
#11
I use kit 108 from kitsrus.com, purchased assembled from electronics123.com (http://www.electronics123.com/s.nl/it.A/id.291/.f?sc=8&category=35).

It has 8 relays controllable by serial port.  I wire them into the motherboard power switch connector.  One box can reboot 8 machines.  Of course you need two boxes connected to two separate computers if you want to reboot the machine controlling the relay box.

Right, don't hook it one of your miners, or you have a chicken and egg solution, unless you maybe had a really clever relay box that if it didn't get a keepalive pulse on pix from that box, then it reboots it... but that's a mess. I already have a file server with not enough PSU for a real video card that I would hook mine to, personally. Or, for a bit more, I'm sure you can find one that has an IP and a web interface to skip needing a computer to go with it...
full member
Activity: 144
Merit: 100
August 16, 2011, 11:02:11 PM
#10
I use kit 108 from kitsrus.com, purchased assembled from electronics123.com (http://www.electronics123.com/s.nl/it.A/id.291/.f?sc=8&category=35).

It has 8 relays controllable by serial port.  I wire them into the motherboard power switch connector.  One box can reboot 8 machines.  Of course you need two boxes connected to two separate computers if you want to reboot the machine controlling the relay box.
member
Activity: 77
Merit: 10
August 16, 2011, 09:45:57 PM
#9
Wouldn't all of this seem to be better served by a simple USB relay to put the pins of the power switch on the mobo high for the 10 seconds needed to tell it to shut off now, dammit?

Man, I got options.

That would be pretty easily doable with an arduino or similar, and gets rid of the relay-failure problem.  Its also a hell of a lot safer, we miners get enough high-current play in the breaker box!

X10 isn't a bad idea either, I forgot about those Smiley

Interestingly, my friend that was looking into building one of these mostly uses the arduino, so it might even be based on that :p
full member
Activity: 196
Merit: 100
August 16, 2011, 07:22:13 PM
#8
Wouldn't all of this seem to be better served by a simple USB relay to put the pins of the power switch on the mobo high for the 10 seconds needed to tell it to shut off now, dammit?

Man, I got options.

That would be pretty easily doable with an arduino or similar, and gets rid of the relay-failure problem.  Its also a hell of a lot safer, we miners get enough high-current play in the breaker box!

X10 isn't a bad idea either, I forgot about those Smiley
member
Activity: 77
Merit: 10
August 16, 2011, 06:42:02 PM
#7
Something like this SSR controlled power strip would work pretty well too, fairly cheap outside of the labor involved, but choosing your own SSR means you decide the max-current and voltage specs..

http://www.instructables.com/id/A-USB-Power-Controled-Plug-Strip-With-Isolation/

This $23 SSR + crap I have laying around could get the job done:

http://opto22.com/site/pr_details.aspx?cid=3&item=120D25


The only problem I see with this is it introduces a dependency on whatever device is supplying the DC current to the switch..  one more possible failure point..

Wouldn't all of this seem to be better served by a simple USB relay to put the pins of the power switch on the mobo high for the 10 seconds needed to tell it to shut off now, dammit? Then you don't need it rated to run the actual load of the full power draw, it is just like having a USB (or ethernet) interface to the power switch. No need to interrupt the power to the rig, really, it's just wiring the power button to a switch that you can control remotely. There are commercial solutions that do this already, and a friend of mine that does micro hardware is looking at building one for me.

(As a random example: http://www.controlanything.com/Relay/Relay/CAT_RELAY4. I found cheaper when looking a while ago, but that is a random common example company.) 
full member
Activity: 196
Merit: 100
August 16, 2011, 11:57:30 AM
#6
Something like this SSR controlled power strip would work pretty well too, fairly cheap outside of the labor involved, but choosing your own SSR means you decide the max-current and voltage specs..

http://www.instructables.com/id/A-USB-Power-Controled-Plug-Strip-With-Isolation/

This $23 SSR + crap I have laying around could get the job done:

http://opto22.com/site/pr_details.aspx?cid=3&item=120D25


The only problem I see with this is it introduces a dependency on whatever device is supplying the DC current to the switch..  one more possible failure point..
member
Activity: 295
Merit: 98
August 16, 2011, 11:38:35 AM
#5
x10 appliance modules handle up to 20 amps.
The cm17a firecracker module interfaces them to a PC.


http://www.linuxha.com/bottlerocket/ provides a script to turn modules on/off.
hero member
Activity: 927
Merit: 1000
฿itcoin ฿itcoin ฿itcoin
August 16, 2011, 10:43:19 AM
#4
That's the ticket, but at 6A max current I don't think it'd hold up too well against my 4x gpu rigs.  Looks like they've got a few IP controlled switches with built-in web pages, etc, but they're a bit pricier..
6A is fine for what I need here in the UK with our 230v.
But yes, at the end of the day you get what you pay for and at £35 this is really the bottom end of things.
Have a look around ebay, you can usually pick them up second hand for decent prices from data centre clearances.
full member
Activity: 196
Merit: 100
August 16, 2011, 10:38:57 AM
#3
That's the ticket, but at 6A max current I don't think it'd hold up too well against my 4x gpu rigs.  Looks like they've got a few IP controlled switches with built-in web pages, etc, but they're a bit pricier..
hero member
Activity: 927
Merit: 1000
฿itcoin ฿itcoin ฿itcoin
August 16, 2011, 10:30:38 AM
#2
Sounds like you want to be using an IP remote power switch, similar to what most data centres use.
I'm using this one in my garage: http://www.openxtra.co.uk/p/usb-net-power-8800uk and it works really well for its cheap price.
Pages:
Jump to: