DevinsDad
New Around Here
My son only has the passwords to the 5Ghz radio. Alexa and I have passwords to the 2.4Ghz radio. I want to turn off the 5Ghz radio overnight and turn it on when my son has done his chores in the morning. I wrote a simple off and on script for my ASUS RT-AX88U with the latest Merlin software, version 386.2.2.
I can execute the turn-on script from my iPhone with a simple shortcut button so I don't have to log on to the web browser and navigate to Wireless, Professional.
It's a very simple script. Here are the guts of the turn-off script :
nvram set wl1_radio=0
service restart_wireless
Here is the turn-on script:
nvram set wl1_radio=1
service restart_wireless
After running either of these, the WiFi goes in and out.
What else do I need to do?
Tom
I can execute the turn-on script from my iPhone with a simple shortcut button so I don't have to log on to the web browser and navigate to Wireless, Professional.
It's a very simple script. Here are the guts of the turn-off script :
nvram set wl1_radio=0
service restart_wireless
Here is the turn-on script:
nvram set wl1_radio=1
service restart_wireless
After running either of these, the WiFi goes in and out.
What else do I need to do?
Tom