Get temperature of Pi chips in Volumio

Volumio Information

Volumio Version: 2.834
Hardware: Raspberry Pi 4B
DAC: NAD D 3030 V2 integrated amp

Is there a way to read the current temperature of the various chips on my Raspberry Pi 4B running Volumio? I have an SSH session to it available.

try sudo vcgencmd measure_temp via ssh

This should give you the cpu temp, not sure if there’s other commands for other chips

1 Like

You can install the plugin ‘system information’

1 Like

Great! Thank you. That works.

Thank you, That works too.