Transfer limit left in Hotspot status.html

ROS 4.11

I’ve installed yet another Hotspot, but clients are limited by Transfer limit(limit-bytes-total).

They want to be able to see how much MB they have left but I only see :

  • bytes-in - number of bytes received from the user (“15423”)
  • bytes-in-nice - user-friendly form of number of bytes received from the user (“15423”)
  • bytes-out - number of bytes sent to the user (“11352”)
  • bytes-out-nice - user-friendly form of number of bytes sent to the user (“11352”)
  • packets-in - number of packets received from the user (“251”)
  • packets-out - number of packets sent to the user (“211”)
    *** remain-bytes-in - remaining bytes until limit-bytes-in will be reached (“337465” or “—” if there is no limit)
  • remain-bytes-out - remaining bytes until limit-bytes-out will be reached (“124455” or “—” if there is no limit)**
    Is there any way to show total bytes used or total bytes left (user-friendly way) so they at least can get an idea on how much used (total, not just for this session) and/or how much is left.
    remain-bytes-total-nice is the variable I’m looking for…

Ekkas
PS: It sucks that transfer-limit must be entered as bytes (in usermanager web page), I tried 200mb, 200MB 200Mb but only 200000000 works…
Any possibility that it can be changed/added Mikrotik guys?

Have you resolved this issue? As I am searching for the same thing..