You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|is_linked |True if the FritzBox is physically linked to the provider |
40
+
|is_connected |True if the FritzBox has established an internet-connection |
41
+
|wan_access_type |Connection-type, can be `DSL` or `Cable` |
42
+
|external_ip |External ip address |
43
+
|uptime |Uptime in seconds |
44
+
|bytes_sent |Bytes sent |
45
+
|bytes_received |Bytes received |
46
+
|transmission_rate_up |Current upstream speed in bytes/s |
47
+
|transmission_rate_down |Current downstream speed in bytes/s |
48
+
|max_byte_rate_up |Maximum upstream-rate in bytes/s |
49
+
|max_byte_rate_down |Maximum downstream-rate in bytes/s |
48
50
49
51
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).
0 commit comments