Wifi schedule not working

The WIFI is not turning back on when the schedule is activated
23:00 off
06:00 on and at 6:00 it does not turn on.

Is the timezone, date and time set correctly?

Yes! The time Zone is correct. factory reset and restored and no changes.

Hi,
What is the model of device you are using ,with what firmware version?

I am using The FLINT GL-AX1800

What is the firmware version of your Flint ?Could you run cat /etc/config/gl_timer and send me the result?and post me the logs.Thanks!

Running an GL-AR750S-EXT (Slate) with FW 3.216 and the Luci app for Wifi scheduling with no issues.
Here is a copy of my setup in a post I did the other day after I got it all working:-

The setup here is straight forward
schedule Wifi 2,4 turn off at the 23:00 and back on 07:00 and it never turns back on. There is nothing else to it.

Version 4.4.6

root@GL-AX1800:~# cat /etc/config/gl_timer

config global ‘global’
option enable ‘1’
option 5G_func ‘turn_onoff’
option 2G_func ‘turn_onoff’

config timer ‘led’
option turnon_hour ‘07’
option turnon_min ‘00’
option turnoff_hour ‘22’
option turnoff_min ‘00’
option week ‘0 1 2 3 4 5 6’
option enable ‘0’

config timer ‘reboot’
option enable ‘0’
option hour ‘03’
option min ‘00’
option week ‘0 1 2 3 4 5 6’

config timer ‘5gwifi’
option func ‘turn_onoff’
option band ‘5G’
option guest ‘0’
option turnon_hour ‘06’
option turnoff_min ‘59’
option turnoff_hour ‘23’
option week ‘0 1 2 3 4’
option turnon_min ‘00’
option enable ‘0’

config timer ‘2gwifi’
option func ‘turn_onoff’
option band ‘2G’
option guest ‘0’
option turnon_hour ‘06’
option turnoff_min ‘59’
option turnoff_hour ‘23’
option week ‘0 1 2 3 4’
option turnon_min ‘00’
option enable ‘0’

config timer ‘5gguestwifi’
option enable ‘0’
option func ‘turn_onoff’
option band ‘5G’
option guest ‘1’
option turnon_hour ‘07’
option turnon_min ‘00’
option turnoff_hour ‘22’
option turnoff_min ‘00’
option week ‘0 1 2 3 4 5 6’

config timer ‘2gguestwifi’
option enable ‘0’
option func ‘turn_onoff’
option band ‘2G’
option guest ‘1’
option turnon_hour ‘07’
option turnon_min ‘00’
option turnoff_hour ‘22’
option turnoff_min ‘00’
option week ‘0 1 2 3 4 5 6’

config timer ‘5gtxpowerwifi’
option func ‘power_switch’
option band ‘5G’
option guest ‘0’
option switch_hour ‘22’
option switch_min ‘00’
option switch_power ‘Low’
option restore_min ‘00’
option restore_power ‘Max’
option week ‘0 1 2 3 4 5 6’
option enable ‘1’
option restore_hour ‘06’

config timer ‘2gtxpowerwifi’
option enable ‘0’
option func ‘power_switch’
option band ‘2G’
option guest ‘0’
option switch_hour ‘22’
option switch_min ‘00’
option switch_power ‘Low’
option restore_hour ‘07’
option restore_min ‘00’
option restore_power ‘Max’
option week ‘0 1 2 3 4 5 6’

config timer ‘disk’
option enable ‘0’
option turnon_hour ‘07’
option turnon_min ‘00’
option turnoff_hour ‘22’
option turnoff_min ‘00’
option week ‘0 1 2 3 4 5 6’

Hi,
I have reproduced this problem, and I am fixing.Thanks for your help!

Hi,
I noticed that you set schedule not to take effect on Friday and Saturday, and then you started the post on Friday, October 13th. Is it didn’t take effect from Sun to Thu, too?I reproduced for misoperation,and now it works well.

1 Like

I posted the issue days later when I had to time to post. It’s true that I had it set not to take place on Friday and Saturday but to resume on Sunday and on the following Tuesday I realised that the schedule did not turned the Wifi back on.

Thanks again!We will test and check it out.It will be greatly appreciated if you can post the log to me.