diff --git a/source/_integrations/fritz.markdown b/source/_integrations/fritz.markdown index bbc563a1ffb..36660e2a9c3 100644 --- a/source/_integrations/fritz.markdown +++ b/source/_integrations/fritz.markdown @@ -27,7 +27,7 @@ There is support for the following platform types within Home Assistant: - **Device tracker** - presence detection by looking at connected devices. - **Binary sensor** - connectivity status. -- **Sensor** - external IP address and uptime. +- **Sensor** - external IP address, uptime and network monitors. - **Switch** - call deflection, port forward, device profile and Wi-Fi networks. {% include integrations/config_flow.md %} diff --git a/source/_integrations/fritzbox_netmonitor.markdown b/source/_integrations/fritzbox_netmonitor.markdown deleted file mode 100644 index 607632d19c5..00000000000 --- a/source/_integrations/fritzbox_netmonitor.markdown +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: AVM FRITZ!Box Net Monitor -description: Instructions on how to integrate an AVM FRITZ!Box monitor into Home Assistant. -ha_category: - - System Monitor -ha_release: 0.36 -ha_iot_class: Local Polling -ha_domain: fritzbox_netmonitor -ha_platforms: - - sensor ---- - -The `fritzbox_netmonitor` sensor monitors the network statistics exposed by [AVM FRITZ!Box](https://avm.de/produkte/fritzbox/) routers. - -## Configuration - -For this integration to function properly, you need to have "UPnP Statusinformation transfer" activated on the AVM FRITZ!Box. Please make sure you have that enabled. - -To use the FRITZ!Box network monitor in your installation, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -sensor: - - platform: fritzbox_netmonitor -``` - -{% configuration %} -host: - description: The IP address of your router, e.g., 192.168.1.1. It is optional since every FRITZ!Box is also reachable by using the IP address 169.254.1.1. - required: false - default: 169.254.1.1 - type: string -name: - description: Give the sensor a friendly name for in the front-end. - required: false - default: fritz_netmonitor - type: string -{% endconfiguration %} - -The following statistics will be exposed as attributes. - -|Attribute |Description | -|:----------------------|:------------------------------------------------------------| -|is_linked |True if the FRITZ!Box is physically linked to the provider | -|is_connected |True if the FRITZ!Box has established an internet-connection | -|external_ip |External IP address | -|uptime |Uptime in seconds | -|bytes_sent |Bytes sent | -|bytes_received |Bytes received | -|transmission_rate_up |Current upstream speed in bytes/s | -|transmission_rate_down |Current downstream speed in bytes/s | -|max_byte_rate_up |Maximum upstream-rate in bytes/s | -|max_byte_rate_down |Maximum downstream-rate in bytes/s | - -The sensor's state corresponds to the `is_linked` attribute and is either `online`, `offline`, or `unavailable` (in case connection to the router is lost). diff --git a/source/_redirects b/source/_redirects index a4ac105a185..61bccbf6096 100644 --- a/source/_redirects +++ b/source/_redirects @@ -714,7 +714,6 @@ /components/sensor.freebox /integrations/freebox#sensor /components/sensor.fritzbox /integrations/fritzbox#sensor /components/sensor.fritzbox_callmonitor /integrations/fritzbox_callmonitor -/components/sensor.fritzbox_netmonitor /integrations/fritzbox_netmonitor /components/sensor.geo_rss_events /integrations/geo_rss_events /components/sensor.github /integrations/github /components/sensor.gitlab_ci /integrations/gitlab_ci @@ -1358,7 +1357,6 @@ /components/fritz /integrations/fritz /components/fritzbox /integrations/fritzbox /components/fritzbox_callmonitor /integrations/fritzbox_callmonitor -/components/fritzbox_netmonitor /integrations/fritzbox_netmonitor /components/fronius /integrations/fronius /components/frontend /integrations/frontend /components/frontier_silicon /integrations/frontier_silicon @@ -2217,6 +2215,7 @@ /components/fortigate /more-info/removed-integration 301 /components/history_graph /more-info/removed-integration 301 /components/hydroquebec /more-info/removed-integration 301 +/components/fritzbox_netmonitor /more-info/removed-integration 301 /components/linksys_ap /more-info/removed-integration 301 /components/liveboxplaytv /more-info/removed-integration 301 /components/lock.lockitron /more-info/removed-integration 301 @@ -2232,6 +2231,7 @@ /components/ruter /more-info/removed-integration 301 /components/sensor.bom /more-info/removed-integration 301 /components/sensor.duke_energy /more-info/removed-integration 301 +/components/sensor.fritzbox_netmonitor /more-info/removed-integration 301 /components/sensor.gearbest /more-info/removed-integration 301 /components/sensor.hydroquebec /more-info/removed-integration 301 /components/sensor.linky /more-info/removed-integration 301