Vaskivskyi / ha-asusrouter

Monitor and control your AsusWRT-powered router from Home Assistant
https://asusrouter.vaskivskyi.com
Apache License 2.0
179 stars 17 forks source link

[Bug] Client list does not work properly, other data sources are more useful #874

Open Rudd-O opened 4 days ago

Rudd-O commented 4 days ago

The problem

In my network only three clients, all wired, show up. None of the wireless clients show properly. (This is not the fault of this integration, of course).

However, I can see the station list in the System Log - Wireless Log.

Perhaps the integration can make use of that information for the device tracker component? The URL that provides the information is https://<router>/wl_log.asp.

Thanks in advance.

If the integration can also run commands, much more information is available with the following commands:

for dev in $(iw dev | grep Interface | awk ' { print $2 } ') ; do iw dev $dev station dump ; done

Your device model

RT-AX88U Pro

Firmware type

Stock

Firmware version

3.0.0.6.388

Integration version with the issue

latest

Method of the integration installation

HACS

What version and type of Home Assistant installation do you use

Core 2024.9.0

Is there anything useful in the logs?

No response

Diagnostics information

No response

Additional information

No response

Rudd-O commented 4 days ago

It bears mentioning that the router itself doesn't see any wireless clients (only some wired ones, for some weird reason).