Skip to content

ManuelW77/pimatic-fritzbox-upnp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pimatic-fritzbox-upnp

get current used bandwidth from upnp (tested with my 7390 / OS 06.30 and 7490 with 6.51 & 6.60)

example

@ pimatic rule manager example pimatic rule

or

@ system cron

1 * * * * /usr/bin/php /home/pi/scripts/fritzbox/traffic_upnp.php >/dev/null 2>&1

requirements

device to show variable @ gui

    {
      "id": "fritzbox-bw-current",
      "name": "Bandbreite",
      "class": "VariablesDevice",
      "variables": [
        {
          "name": "fritzbox-bw-current",
          "expression": "($fritzbox-bw-current)",
          "type": "string",
          "unit": "GB",
          "discrete": true,
          "label": "aktuelle Bandbreite"
        }
      ]
    }

to disable database logging

       {
          "deviceId": "fritzbox-bw-current",
          "attributeName": "*",
          "expire": "0d",
          "type": "*"
        }

variable @ config

    {
      "name": "fritzbox-bw-current",
      "value": "Down: 0 kB/s | Up: 0 kB/s"
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages