AiMesh
AiMesh
Limitations
|
|
Identity
AiMesh node identity is a base information about the node / router. It is exposed in the lists of nodes and events. The following attributes are the part of node identity:
AsusRouter >= 0.17.0
mac
- MAC address of the deviceip
- IP address assigned to the devicealias
- alias of the node (as set by user through device Web UI)model
- device modeltype
- type of node [router
,node
]connected
- current connection status (boolean
)
Device
AsusRouter >= 0.17.0
For each AiMesh node a Home Assistant device is created, providing the basic device info:
- Model
- Manufacturer
- Firmware version
- Connected via (a link to the main
router
device through whichnode
is connected)
Device name is set via model
value.
Binary sensor
aimesh_{model}_{mac}
AsusRouter >= 0.17.0
Default entity state:
Enabled
Details:
The current state of AiMesh node. This binary sensor is automatically added to the AiMesh device.
Attributes
identity attributes
- except:
connected
- except:
level
Type:
int
Details:
Level of the node in AiMesh topology.
router
is always0
.
parent
Type:
dict
Attributes:
- connection - [
wired
,2ghz
,5ghz
,5ghz2
,6ghz
] - mac
- rssi
- ssid
- connection - [
Details:
Information about the parent node. If
connection
iswired
, other attributes are not present.
product_id
Type:
string
Details:
Product ID of the device. In most cases is the same as
model
.
Sensor
{device}_aimesh
AsusRouter >= 0.17.0
Mode
This sensor is created only for devices in Router
mode
Default entity state:
Enabled
Type:
integer
Details:
The total number of AiMesh devices in the network (including the
router
).Attributes
Events
asusrouter_node_connected
AsusRouter >= 0.17.0
Data:
identity
Details:
The event is raised when a new AiMesh node is connected to the router (if it was not connected before).
This event is enabled by default. Refer to the Events section for more info on how to enable / disable this event.
asusrouter_device_disconnected
AsusRouter >= 0.17.0
Data:
identity
Details:
The event is raised when an AiMesh node is disconnected from the router.
This event is enabled by default. Refer to the Events section for more info on how to enable / disable this event.
asusrouter_device_reconnected
AsusRouter >= 0.17.0