I am trying to figure out if it’s possible for the router to turn the wireless on and off itself at a specific set time ?
I have a sat internet with 3-6 AM not counted towards the meter, so I figured all smartphones could update then automatically without me having to be up if I could set the wifi to come on itself without me having to be up.
Yes, the “System Scheduler” menu does that. In there, make a new rule that will run the script “/interface wireless enable wlan1” at the specified time. Make a second rule that does the reverse at some other time.
You can also use the “access list”, where you would enter specific client MAC addresses and the times when they are allowed to use WiFi. This is better if you want to control it per-device.
Well, I gave you the two commands. The schedule is up to you. We can lead you to water but we can’t make you drink. Make an effort please. The forum is unpaid support.
3AM - 6AM you want a SSID turned on or available. This means a scheduler task of interval 1 day at 3AM needs to execute an enable command and a scheduler task of interval 1 day at 6AM needs to execute a disable command.