Page 1 of 1

ATO remote reset

Posted: Thu Jan 22, 2015 4:34 pm
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

Re: ATO remote reset

Posted: Thu Jan 22, 2015 4:43 pm
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();

Re: ATO remote reset

Posted: Thu Jan 22, 2015 5:20 pm
by bboss
Thank you so much, Roberto.

I will try it out tonight.

Re: ATO remote reset

Posted: Sat Jan 24, 2015 1:03 am
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?

Re: ATO remote reset

Posted: Sat Jan 24, 2015 1:04 am
by rimai
Yes, all of them.