[Feature Request] Side Button to Toggle WiFi On/Off on Dual Radio Devices

Hi.

I'm going to make a few suggestions and I hope you don't take this the wrong way.

  • First; Use Google Translate to help you write your replies. You are obviously not a native english speaker. Your replies are not only very confusing, but you are also coming across as very rude. Seems you have been told that already, several times.

  • Second; You have to follow the instructions provided exactly as given. The script I provided here works perfectly for my unit, which should be running the same as yours. If you are not following the instructions, you can't expect to get the same result.

With that said. I'm going to provide you with a set of instructions to follow.



  1. Restore your GL-SFT1200 to factory settings

  2. Access your router by SSH terminal and run these lines exactly as I'm writing them for you. This is for the modified pforma script that will handle all ot the networks.

#!/bin/sh
#download scripts to your /etc/gl-switch.d folder directly from my git
wget -O /etc/gl-switch.d/Wi-Fi_status_guest.sh https://raw.githubusercontent.com/mertonv/gl.inet_files/main/4.3/etc/gl-switch.d/Wi-Fi_status_guest.sh

#change files to executable
chmod 755 /etc/gl-switch.d/Wi-Fi*

#delete bad status file, better to start with an empty one in your first correct run
rm /etc/wifi_default_status
  1. Turn the toggle switch ON and go to your Admin panel to set the script. Should be named "Wi-Fi_status_guest". Select "Apply"

  2. Turn all the Wifi Radios you want to be ON next time you use the switch. Once you have it set, you can now turn the switch OFF. That should turn everything OFF and once you switch back ON, should restablish whatever you had before switching OFF

  3. Connect to the guest network now.

Looks like you are manually setting the IP on your phone. Don't do that. That makes is more complicated. Just use DHCP and let it figure it out on it's own.