What's new

Wireless Report for AiMesh v1.3.6 - [Apr-11-2026]

Upgraded to 1.25 and no longer seeing nodes. Ran uninstall then reinstall same result.
 

Attachments

  • Screenshot 2026-03-28 200142.png
    Screenshot 2026-03-28 200142.png
    185.7 KB · Views: 34
v1.2.6-reverted ssh adjustment
 
Upgraded to 1.25 and no longer seeing nodes. Ran uninstall then reinstall same result.
I as well have lost visibility to my nodes.
That’s odd. I have two independent networks and both show all the nodes after the v1.25 update.

The only oddity on update was it seemed to stop the script at a certain point but only on one network. Running wr_install again worked fine.

IMG_3327.jpeg
 
Code:
curl -sL --retry 3 https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wr_install.sh -o /tmp/wr_install.sh && sh /tmp/wr_install.sh

v1.2.7-fixed LOAD/TEMP detection colors, got hosed when i added all-devices view, never caught the error. 'wr_install.sh' also updated, so use curl to update.
 
Code:
curl -sL --retry 3 https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wr_install.sh -o /tmp/wr_install.sh && sh /tmp/wr_install.sh

v1.2.7-fixed LOAD/TEMP detection colors, got hosed when i added all-devices view, never caught the error. 'wr_install.sh' also updated, so use curl to update.
No longer seeing temp and load for each mesh node on the main view.
You can see temp and load for all devices on the all device view.
 

Attachments

  • Screenshot 2026-03-31 211555.png
    Screenshot 2026-03-31 211555.png
    283.1 KB · Views: 30
  • Screenshot 2026-03-31 211657.png
    Screenshot 2026-03-31 211657.png
    41.7 KB · Views: 31
No longer seeing temp and load for each mesh node on the main view.
You can see temp and load for all devices on the all device view.
v1.2.8-fixed temp/load issue
 
Code:
curl -sL --retry 3 https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wr_install.sh -o /tmp/wr_install.sh && sh /tmp/wr_install.sh

v1.2.9-removed pulse on new script update, wasn't working correctly.
v1.3.0-cleanup
v1.3.1-script cleanup, update get_band_html function
v1.3.2-fix column sorting (mac/uptime), fixed page refresh, adjust table width
 
Last edited:
Code:
curl -sL --retry 3 https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wr_install.sh -o /tmp/wr_install.sh && sh /tmp/wr_install.sh


v1.3.3-page refresh adjustment
 
Code:
curl -sL --retry 3 https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wr_install.sh -o /tmp/wr_install.sh && sh /tmp/wr_install.sh


v1.3.3-page refresh adjustment
Do these all actually require the full curl or is wr_install OK?
 
Code:
curl -sL --retry 3 https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wr_install.sh -o /tmp/wr_install.sh && sh /tmp/wr_install.sh

v1.3.4-seems entware update screwed with USB mount somehow, did for me anyways, find wasn't working, so I swapped in ls -d. Also, going forward, I'm adding curl for anyone new, if I update installer, I will say curl is a must.
v1.3.5-minor UI changes
 
Last edited:
Code:
 curl -sfL --retry 3 https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wirelessreport.sh -o /tmp/wirelessreport.sh && sh /tmp/wirelessreport.sh install

v1.3.5-combined all install/script files into one. new curl above, let me know if everything works.

***Use old curl or your installed wr_install to uninstall old version, exit out, use new curl installer
**going forward, you can use "/jffs/addons/wireless_report/wirelessreport.sh install" to install, if you're not a curler:cool:
*also, install only does ssh/usb etc. checks on first install. after first install, it just updates file.
 
Last edited:
Code:
 curl -sfL --retry 3 https://raw.githubusercontent.com/JB1366/Wireless_Report/main/wirelessreport.sh -o /tmp/wirelessreport.sh && sh /tmp/wirelessreport.sh install

v1.3.5-combined all install/script files into one. new curl above, let me know if everything works. you can wait until next update if you want.
Will it remove the old deprecated files on install ?
 
no, use old curl or your installed wr_install to uninstall.
Ok thanks. So will have to redo the Temp preference and the Node names right?

EDIT: Just to reduce confusion, I think it might be a good time to start putting all the curl instructions and passwordless ssh and other details / setup options in post #1 and update that?

Stops folks starting at post 15, installing it then realising post #136 is the current installer etc. ?
 
Last edited:
Ok thanks. So will have to redo the Temp preference and the Node names right?
if you want to copy your webui.conf nicknames, and paste into new conf, that would be easier
 

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