http://bentasker.i2p/posts/blog/house-stuff/tracking-my-remaining-aaisp-data-quota-with-telegraf.html
However, they also expose a JSON API to check it curl -s -L https://quota.aa.net.uk --header "Accept: application/json" | jq
{
"monthly_quota": 5000000000000,
"monthly_quota_gb": 5000,
"quota_remaining": 9026529201951,
"quota_remaining_gb": 9026,
"quota_status": "green"
} (AAISP let you roll over half of your unused each month, which is why quota_remaining is higher than monthly_quota ) Note: As of August 2024, if you're on (what was) Home::1 10T, SoHo::1 20T or Office::1 20T, this api will no...