The Firmware Update Link allows you to update the software for operation of this web based remote power controller. You will have to download a firmware update from the firmware page at RemotePowerSwitch.com and apply the software through this link. After application of the update, you must wait one minute before you restart the RPS-ERP II unit. NOTICE: Before running the update, please make sure that the TCP port is set to 80 or the update may fail.
Controlling the RPS-ERP II Power Status by http.
The RPS-ERP II can be controlled directly by sending http commands with your user name and password embedded in the command line.
The format of the HTTP command must be :
http://admin:12345678@192.168.1.100/Set.cmd?CMD=SetPower&P60=1&P61=1&P62=1&P63=0
Username : RPS-ERP II username, default username is admin
Password : RPS-ERP II password, default password is 12345678
192.168.1.100 the IP Address of RPS-ERP II
These http commands control the RPS-ERP II at IP Address 192.168.1.100, user name is admin and
password is 12345678. Note the username:password is separated by a colon.
The Above SetPower Command will:
turn on the power of outlet1 (p60),
turn on the power of outlet2 (p61),
turn on the power of outlet3 (p62),
turn off the power of outlet4 (p63).
Outlet Power 0 = off, 1 = on
When the above order is sent, the RPS-ERP II will return the following message:
<html>P60=1,P61=1,P62=1,P63=0</html>
To Get the Power Status of the outlets, send a GetPower Command:
http:// /admin:1234567@ 192.168.1.100/Set.cmd?CMD=GetPower
<html>P60=1,P61=1,P62=1,P63=0</html> will be returned.
Even though the RPS-ERP II has only 4 active ports, the GetPower Command may return
P60=0,P61=0,P62=0,P63=0,P64=0,P65=0,P66=0,P67=0
for ports 5 through 8 for a planned future model.
If the http commands do not work, make sure your IE Browser is set to allow authenticated login and
that any other firewalls or security software allows posting of the username:password on the
http address line. If you get a 'page not found' error in IE, the username:password line is not
being interpreted correctly ( and/or your IP Address is incorrect ).
Try Mozilla/Firefox web browser if you are having problems with IE.
|