What's new

Wireless Report for AIMesh v1.1.3 - Mar 15, 2026

I uninstalled the older version. Then, reinstalled v1.1.0.
The install correctly did NOT include that non-node AX58u.
I am not seeing any node information after the main router screen. In fact, scrolling just shows the main routers information again (although the devices are in a different order. On the main router first screen, I can toggle between IP and MAC. On the repeated next screen it won't toggle.
fixed 👍
 
I see only two devices and after istallation on wireless report there is nothing connected to main router (should be connected about 15 devices).
Code:
[*] Checking for USB Storage...
[!] No USB detected: Using JFFS at /jffs/addons/wireless_report/data.
[*] Verifying Passwordless SSH Environment...
[*] Testing Passwordless SSH to ZenWiFi_Pro_XT12 (192.168.5.10) on port 22... AUTHENTICATED
[*] Testing Passwordless SSH to ZenWiFi_XD6 (192.168.5.12) on port 22... AUTHENTICATED
[*] Processing Wireless Report Files...

Code:
Rafal@XT12:/tmp/home/root# nvram get asus_device_list

<3>ZenWiFi_Pro_XT12>192.168.5.1>04:42:1A:C7:41:40>0>Rafal>255.255.255.0>1<3>ZenWiFi_Pro_XT12>192.168.5.10>04:42:1A:C7:37:A0>0>Rafal>255.255.255.0>2<3>ZenWiFi_XD6>192.168.5.13>58:11:22:54:DC:30>00>3<3>RT-AC86U>192.168.5.9>B0:6E:BF:62:6F:30>0>Rafal>255.255.255.0>3<3>ZenWiFi_XD6>192.168.5.12>58:11:22:54:DC:20>0>Rafal>255.255.255.0>2

Rafal@XT12:/tmp/home/root# nvram get asus_device_list | sed 's/</\n/g' | sort -t . -k 4,4n

3>ZenWiFi_Pro_XT12>192.168.5.1>04:42:1A:C7:41:40>0>Rafal>255.255.255.0>1
3>RT-AC86U>192.168.5.9>B0:6E:BF:62:6F:30>0>Rafal>255.255.255.0>3
3>ZenWiFi_Pro_XT12>192.168.5.10>04:42:1A:C7:37:A0>0>Rafal>255.255.255.0>2
3>ZenWiFi_XD6>192.168.5.12>58:11:22:54:DC:20>0>Rafal>255.255.255.0>2
3>ZenWiFi_XD6>192.168.5.13>58:11:22:54:DC:30>0>Rafal>255.255.255.0>3

Rafal@XT12:/tmp/home/root# nvram get asus_device_list | sed 's/</\n/g' | grep '>2$' | awk -F '>' '{print $2 "|" $3}' | sort -t . -k 4,4n

ZenWiFi_Pro_XT12|192.168.5.10
ZenWiFi_XD6|192.168.5.12

Zrzut ekranu 2026-03-14 215328.png
 

Attachments

  • wr7.png
    wr7.png
    223.1 KB · Views: 7
Last edited:
v1.1.2-comparison view enhancements
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top