Sonelli/juicessh-performancemonitor

Feature request: When connected to a Raspberry Pi, display temperature, too.

Griefed opened this issue · 0 comments

I mainly use JuiceSSH and Performane Monitor for my Raspberry Pi.

It would be awesome if Performance Monitor could display the temperature of one's Raspberry Pi alongside all the oter stats.
Punching "/opt/vc/bin/vcgencmd measure_temp" into your SSH will get you your Pi's temperature, and you can, of course, write a script so it runs the command every other second so you get an idea of your Pi's temperature over time. However, that would mean that you'd have to switch back and forth between Performance Monitor and your SSH.

Here's what manually checking the temperature looks like:
PiTemp

Here's what using a simple script looks like. It posts the Pi's temperature every second:
PiTempScript

Certainly cool and nice looking, but it would still be awesome if the temperature readings could be seen in Performance Monitor.

Thank you for your time!