ATO remote reset

Basic / Standard Reef Angel hardware
Post Reply
bboss
Posts: 10
Joined: Mon Oct 07, 2013 5:12 pm

ATO remote reset

Post by bboss »

I don't have the WiFi attachment currently.

Will I be able to reset ATO alarm remotely without the WiFi attachment? I have read somewhere on this forum that there is a direct browser commend http://yourreefangelip:2000/mt that will do the trick, but does this work without the Wifi attachment?

I also have a laptop which connects to Reef Angel head unit via the USB port, which I can access remotely. Is there a way to reset ATO alarm? using the Client Suite 3.0 memory utility or something similar?

Thanks,

Bboss
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: ATO remote reset

Post by rimai »

Open Serial Monitor on Arduino under menu Tools.
Make sure that it is set to "57600 baud" and "Both NL & CR".
Type the following command:

Code: Select all

GET /mt HTTP
Is this on a RA or RA+?
You need to have the wifi attachment feature enabled. If it is RA+, it is enabled by default. If it is RA, you must add this to setup();

Code: Select all

ReefAngel.AddWifi();
Roberto.
bboss
Posts: 10
Joined: Mon Oct 07, 2013 5:12 pm

Re: ATO remote reset

Post by bboss »

Thank you so much, Roberto.

I will try it out tonight.
bboss
Posts: 10
Joined: Mon Oct 07, 2013 5:12 pm

Re: ATO remote reset

Post by bboss »

Works perfectly. Thanks again.

Will I be able to issue most or all wifi commands in this similar fashion using the Serial Console?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: ATO remote reset

Post by rimai »

Yes, all of them.
Roberto.
Post Reply