Cox Communications Internet Data Usage Sensor

I have Cox Communications for my home internet who recently evoked a data cap of 1TB per month. Was wondering if anyone has figured out a way to access the Cox data meter and get the data into HA.

I doubt they offer an API that exposes account related information.

Maybe a Python or Perl script that authenticates against the login form then downloads the usage meter page? Or just parses the page output and finds the specific div?

I ended up making a script to do it: Github: Cox_Data_Usage

How would i use this on Hassio?

1 Like