Hi to all,
I set data usage limit but a while after received warning SMS I lost connection, I suppose wrong value (too low) on data limit.
Now RUT240 is offline, is there a way to remove data limit by SMS command?
On wiki:
Mobile Data limit status and Mobile Data usage reset commands I read “no default text”!?!?!
How could I solve?
Thanks.
I see the RUT240 has the ability to receive UCI commands via SMS and there is no other simple SMS command to achieve what you want. The Wiki is misleading.
I’m also assuming that the device can still receive SMS messages, after the quota has been reached - I can’t see why it couldn’t. I am also assuming that you still have useable data available on your monthly mobile provider’s allowance, to test for ‘success’.
So here’s my educated guess, because I’ve never sent SMS commands to alter the various data limit settings.
a) First send an SMS with the contents
[insert your admin password] uci set quota_limit.mob1s1a1.enabled=‘0’
b) Next, send another SMS with the contents
[insert your admin password] uci commit quota_limit
c) Normally if running UCI modify commands from the CLI, you’d have to restart the daemon that runs the particular service but I don’t know a way of doing this via SMS. In the absence of this, my next action would be to reboot by sending a third SMS with the contents
[insert your admin password] reboot
All of the above, should disable the mobile data limit. If you know your way around the API, then there’s probably a way of doing it there as well.