Hello guys need a bit help here scheduling wifi
I don't know much pls help
I have created 3 SSID in 1 router
1 for myself setup under AC radio0
1 for tv n my family 2.4 At radio 1
N 3rd is the problem
3rd is under 2.4 radio for students ..... I want to schedule 3rd ssid
For 2hours turn on at daily 6AM - off 8AM
But the other 2 should remain Active 24h
THANKS
See this package...
Documentation on GitHub...
Nope.
DON'T see that package. It still does not support multiple SSIDs. As of this writing, "luci-app-wifischedule" is still an all-or-nothing feature that either turns ALL Wifi ON or ALL Wifi Off, regardless of # of SSIDs configured.
I found the UCI shell command that will do this in an archived OpenWRT forums post.
This example shows how to disable a single SSID, obviously if you set disabled to "0" then it will re-enable that SSID. Combined with cron jobs or whatever other triggers one wishes, this will accomplish the desired goal of disabling only certain SSIDs while leaving others working.
uci set wireless.@wifi-iface[0].disabled=1
uci commit wireless
wifi