Ports
Ports
Limitations
|
|
Binary sensor
{device}_port_status_{port_type}
AsusRouter >= 0.20.0
Port types
- LAN, USB, WAN ports.
- sensors are firmware-dependant.
- USB is available only for FW versions `388.x`
Default entity state:
Disabled
Value:
on
/off
(connected / disconnected)Details:
Connection state of the ports of type
port_type
Attributes
list
Type:
dict
Details:
Each list is a dictionary with port number (ID) as a key and details dictionary as a value. Details dictionary contains binary
state
value for the state of each port as well asmax_rate
andlink_rate
for the speeds of the interface and connection in Mb/s. Other values are FW-dependant
Deprecated
sensor.{device}_lan_speed
Removed
AsusRouter >= 0.2.0 | < 0.22.0
Default entity state:
Disabled
Type:
integer
Units:
Mbit/s
Details:
The total speed over all the connected LAN ports of the device.
Attributes
lan_{x}
Type:
integer
Units:
Mbit/s
Possible values:
0
- disconnected1000
- 1 Gb/s2500
- 2.5 Gb/s
Details:
The speed over the LAN port
{x}
.
sensor.{device}_wan_speed
Removed
AsusRouter >= 0.2.0 | < 0.22.0
Default entity state:
Disabled
Type:
integer
Units:
Mbit/s
Details:
The total speed over all the connected WAN ports of the device.
Attributes
wan_{x}
Type:
integer
Units:
Mbit/s
Possible values:
0
- disconnected1000
- 1 Gb/s2500
- 2.5 Gb/s
Details:
The speed over the WAN port
{x}
.