Happy to help. I am the developer of MerlinAU, along with my partner martinski, so I like to think I generally know how it works. 😉
In that screen your on now in AMTM, you can no longer enable AMTM updates for MerlinAU, because auto updates are enabled in MerlinAU itself.
The choice is one or...
That's because you have MerlinAU script updates disabled in AMTM's "au" screen based on your shared screenshots.
If you enable the MerlinAU updates in AMTM's "au" screen, then you'll see it update with the MerlinAU advanced tab. They are not made to "sync up" as they are 2 independent...
I wouldn't say eagle-eyed, I can miss stuff all the time. but I'm definitely looking for clues.
Updating the add-ons to the latest is always the smartest place to start 😉
Happy to help. Even if it stops, I would just reinstall MerlinAU and adjust the cron job away from midnight and see if that helps at all.
(That can be done in the advanced menu of MerlinAU)
Looking at your signature you are also a bit behind on the wireless report add-on.
It seems to have 2...
Could be a cron job collision of some kind.
You have the following cron jobs that run at Midnight:
*/1 * * * * check_wgc_ep
Runs every minute, including midnight
*/10 * * * * /jffs/scripts/ntpmerlin generate
Runs every 10 minutes, including 00:00, 00:10, etc.
0 * * * * sh /jffs/scripts/firewall...
I also use that script, but it does not appear to restore the time that early in the boot process.
It seems to only restores the time once JFFs is mounted in init-start (which makes sense)
https://github.com/RMerl/asuswrt-merlin/wiki/User-scripts/d21c1bbca0dad48feb16ec16ec09771a0f94ab63#init-start
@junior120872
Just in case you didn't follow Dave's post above. He's basically saying the router did NOT reboot, or at least did not reboot that the time/location you pointed out in the logs.
Maybe it rebooted further down in the logs, but we cannot see what was not shared. So again hard to...
I'm not experiencing any such an issue on my 3 personal routers or the 2 routers I handle for "friends and family", and unfortunately this report is currently too vague to properly investigate at the moment.
What I can say is that the based on the logs you shared, the script has finished...
Welcome to the team!
MerlinAU has been apart of AMTM for a few years now, and we hope to continue to provide updates for a long time :)
This MerlinAU script controls that setting, if you disable auto updates in the MerlinAU script (option 3 of our CLI menu), you will see the checkbox on that...
You would connect to the node over SSH using the nodes IP address.
And run the command "amtm" and install it from AMTM, so mostly the same way you do on your primary router.
They are related for sure, but separate features in functionality, I could of been more clear about that.
One is fully auto-updates from within MerlinAU, and the other is "streamlined" manual updates from AMTM.
We disable those streamlined amtm updates only if MerlinAU is handling it's own...