KarlJorgensen / virgin-media-hub3

Python API and command line interface to the Virgin Media Hub 3 broadband router
GNU General Public License v3.0
77 stars 18 forks source link

Finding 'Cable modem' stats. Webpage URL for appropriate data - (192.168.*.1/?device_networkstatus&mid=NetworkStatus) #14

Open Jayonics opened 4 years ago

Jayonics commented 4 years ago

Sorry if this is not an 'issue' but if someone would enlighten me with the command (property or SNMP OID range) to print out all of the modems stats as I would like to convert the output into a csv file to be read into my new project of an excel spreadsheet that calculates good, bad and average values from the modem stats (dBvM power and SNR dB) and colourizes them via conditional formatting. Informing the user on if they should buy a downstream attenuator, amplifier, remove a splitter or contact their ISP.

Thanks.

Great work by the way :)

connerturner commented 1 year ago

Don't know if you got this solved or not but https://mibs.observium.org/mib/ARRIS-ROUTER-DEVICE-MIB/ might be a good starting point you could then use snmp-get or snmp-walk commands if the objects are sequential.