Free YouTube views likes and subscribers? Easily!
Get Free YouTube Subscribers, Views and Likes

ASUS RP-AX58 Temperature Check Script | AiMesh Node Temperature

Follow
Built By Pete

How to easily find out and monitor the temperature of your ASUS RPAX58 AiMesh Node's core CPU and 2.4Ghz and 5Ghz WiFi modules. Using a simple .bat script and SSH we can find the ASUS RPAX58 temperatures for CPU and WiFi chips with just a few clicks. This script can also be used to check other ASIS AiMesh WiFi node temperatures.

Useful Links
My ASUS RPAX58 WiFi Extender: https://amzn.to/4a2EiUu
My ASUS RTAX88U Router: https://amzn.to/3GtNvHv
The ASUS Store: https://amzn.to/3Ro6UjI

AiMesh connects multiple compatible ASUS routers to create a wholehome mesh WiFi network. The flexible and scalable technology lets you mix different AiMeshcompatible routers, and add new ones at any time to improve coverage. All devices in an AiMesh network enjoy access to all the features of the main router, including gaming features, AiProtection commercialgrade security and more. Most ASUS routers already support AiMesh.

If DIY and Tech are the sorts of things you enjoy then please subscribe to the channel and hit the notification button so you get updates when I upload new videos. Don't forget to leave your comments below!

If you enjoy my content, its easy to show your support
☕ Buy Me Coffee: https://www.buymeacoffee.com/builtbypete

commands.txt file code
Product=$(nvram get productid)

wifi24_status=$(nvram get wl0_ifname)
wifi5_status=$(nvram get wl1_ifname)

cpu_temp=$(cat /sys/class/thermal/thermal_zone0/temp | sed 's/[^09]//g' | awk '{print int( $1 / 1000 +0.5)}')
wifi24_temp=$(wl i $wifi24_status phy_tempsense | awk '{print int($1 / 2 + 20 +0.5)}')
wifi5_temp=$(wl i $wifi5_status phy_tempsense | awk '{print int($1 / 2 + 20 +0.5)}')
clear

echo [92mChip Temperatures[0m
echo ""
echo "Product "$Product
echo "CPU Temp = "$cpu_temp "DegC"
echo "2.4ghz WiFi Temp = "$wifi24_temp "DegC"
echo "5ghz Wifi Temp = "$wifi5_temp "DegC"

/bin/bash

TempCheck.bat file code
@echo off
cls
echo [92mASUS AiMesh Node Temperature Check[0m
echo.
set /p id="Enter IP Address of the AiMesh Node You Want to Check: "
"c:\program files\putty\putty.exe" pw (yourpassword) admin@%id% m \\RTAX88U37E8\Peter\ASUS\RTAX88U\scripts\commands.txt t
exit
@echo

Putty download
https://www.putty.org/

posted by polinazavrh2