[Asus RT-AC66U] Temperatures from ssh?

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Author Message
elatllat
DD-WRT Novice


Joined: 20 Feb 2020
Posts: 31

PostPosted: Sat Jun 06, 2020 10:21    Post subject: [Asus RT-AC66U] Temperatures from ssh? Reply with quote
In
Code:
curl -v --user root http://$IP/Status_Router.asp | grep -P "cpu_temp|sys_firmver"

I see
Quote:
Firmware Version DD-WRT v3.0-r43209 giga (05/21/20)
Temperatures WL0 45.6 °C / WL1 54.6 °C

via ssh I tried all the options I found in the source code with no success.
How can the temperatures be obtained via ssh?
Sponsor
yoyoma2
DD-WRT User


Joined: 24 Sep 2016
Posts: 371

PostPosted: Wed Jun 10, 2020 4:33    Post subject: Reply with quote
Try something as below from this thread
Code:
echo T0=$((`wl -i eth1 phy_tempsense|awk {' print $1 '}`/2+20))
echo T1=$((`wl -i eth2 phy_tempsense|awk {' print $1 '}`/2+20))
elatllat
DD-WRT Novice


Joined: 20 Feb 2020
Posts: 31

PostPosted: Wed Jun 10, 2020 4:43    Post subject: Reply with quote
Thanks

wl -i eth2 phy_tempsense

Worked
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum