-
I managed to find the "reboot" function by just doing the "dir" function on all the methods a few months ago. Now I want to create a script where if the download section of the "Current Connection" table in the "Home" tab is over 50GB, I am going to reboot the CPE router. Any help is greatly appreciated! Whether it is on the "Home" or "Statistics" tab, it doesn't matter, as long as I can find the total data consumed, and if it exceeds 50GB, the script reboots the CPE router. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi check this project that is using I think that it uses |
Beta Was this translation helpful? Give feedback.
Hi check this project that is using
huawei-lte-api
to display usage stats: https://github.com/octave21/huawei-lteI think that it uses
monitoring.month_statistics()
...