What's new

Asus RT-AX56U v1: CPU, WiFi 2.4GHz and 5.0GHz temperature via console/command line

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

fhuang2

New Around Here
Hardware: Asus RT-AX56U v1
Firmware: Merlin 386.3_2

# CPU temperature: ~57C (I have a small fan circulating air)
cat /sys/class/thermal/thermal_zone0/temp | awk '{print $1 / 1000}'

# WiFi 2.4GHz temperature: ~46C
wl -i eth5 phy_tempsense | awk '{print $1 / 2 + 20}'

# WiFi 5.0GHz temperature: ~48C
wl -i eth6 phy_tempsense | awk '{print $1 / 2 + 20}'


References based on other links...

I am piping these info out to InfluxDB and use Grafana to graph some of the router stats, based on ehsmaes's work:
 

Similar threads

Sign Up For SNBForums Daily Digest

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