Skip to content

bash script to collect various information from your Fritzbox via its SOAP api

Notifications You must be signed in to change notification settings

xits-coders/fritzbox-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

fritzbox-api

bash script to collect various information from your Fritzbox via its SOAP api

As I could not find much information on this in english, this is a combination of a few scripts I found online from some european blogs (not in my native language) So lets give a thanks to

From these I managed to create a script that can retrieve for you the following:

  • link uptime
  • connection status
  • maximum upstream sync speed on current connection
  • maximum downstream sync speed on current connection
  • Current downstream bandwidth usage
  • Current upstream bandwidth usage (Not yet implemented)
  • Total download usage on current connection (Not yet implemented)
  • Total upload usage on current connection (Not yet implemented)

The purpose for this was so I could get the current bandwidth usage across the WAN link into openHAB, for monitoring and for making pretty graphs on usage during the day. And I could see the current bandwidth usage at a glance, incase I was having some issues and quick diagnosis. I have made this script a little more bare, without all the openHAB specific stuff in it

dependancies

  • bc
  • curl

About

bash script to collect various information from your Fritzbox via its SOAP api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%