Wifi reconnect?

Basic / Standard Reef Angel hardware
Post Reply
paperdesk
Posts: 173
Joined: Fri May 23, 2014 8:09 am

Wifi reconnect?

Post by paperdesk »

My wifi turns off each night. The RA does not automatically reconnect when it turns on again. Is there a way to make it do that? If not, is there a way to make it automatically reboot at a certain time?

Ted
Image
binder
Posts: 2871
Joined: Fri Mar 18, 2011 6:20 pm
Location: Illinois
Contact:

Re: Wifi reconnect?

Post by binder »

paperdesk wrote:My wifi turns off each night. The RA does not automatically reconnect when it turns on again. Is there a way to make it do that? If not, is there a way to make it automatically reboot at a certain time?

Ted
You could make the controller reboot at a certain time. I took this from another topic:
This reboots the controller at 10am daily. If you wanted it to occur at 3 am, just change the hour()==10 to hour()==3

Code: Select all

if (hour()==10 && minute()==0 && second()==0) while(1);
Here's where I got it from:
http://forum.reefangel.com/viewtopic.ph ... oot#p45572
paperdesk
Posts: 173
Joined: Fri May 23, 2014 8:09 am

Re: Wifi reconnect?

Post by paperdesk »

Nice, I'll try that tonight!
Image
Post Reply