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
I have two routers, the AX88U and AX56U v2, which are connected via a wired AiMesh. The AX88U serves as the main router.
When my phone is connected to the AX56U via 5GHz, the client list of this code shows that my phone is connected to the AX88U via wired connection.
I debugged the issue and found that the MAC address of my phone appears on both router nodes in the get_allclientlist returned by the ajax_onboarding.asp API. This may be due to the AiMesh setup.
I then checked other lists in ajax_onboarding.asp and found that get_wclientlist and get_wiredclientlist might provide more accurate information.
Python version
3.12.7
Your device model
RT-AX88u and RT-AX56u v2
Firmware type
Stock
Firmware version
3.0.0.4.388_24209 and 3.0.0.4.386_52315
The text was updated successfully, but these errors were encountered:
Hello. I am really sorry for such a long delay to get back to you. I did not have time to work on AsusRouter lately due to some other obligations.
Allow me to check the issue till the end of the week (Jan 19, 2025). If there won't be any update from my side till that time, please, tag me again here using @vaskivskyi (without code quotes)
The problem
I have two routers, the AX88U and AX56U v2, which are connected via a wired AiMesh. The AX88U serves as the main router.
When my phone is connected to the AX56U via 5GHz, the client list of this code shows that my phone is connected to the AX88U via wired connection.
I debugged the issue and found that the MAC address of my phone appears on both router nodes in the
get_allclientlist
returned by theajax_onboarding.asp
API. This may be due to the AiMesh setup.I then checked other lists in
ajax_onboarding.asp
and found thatget_wclientlist
andget_wiredclientlist
might provide more accurate information.Python version
3.12.7
Your device model
RT-AX88u and RT-AX56u v2
Firmware type
Stock
Firmware version
3.0.0.4.388_24209 and 3.0.0.4.386_52315
The text was updated successfully, but these errors were encountered: