Pi health information output via PiAware 1.20 (not mutable)?

Morning gents,

Read this on the thread re mutability…

“sending of system health information (CPU temperature etc) to FlightAware can be disabled”

Does this imply that the standard PiWare 1.20 can actually show this somewhere through the FA site, or the local web server output page?

If so, where would I find this?

Sorry if this is a a bit of a dumb question… :wink:

The temperature was a problem on the older Raspberry Pi boards. The Raspberry Pi B+ and Raspberry Pi 2 both run a lot cooler and don’t have this problem.

The temperature of the newer boards hover around 40-50 C. The older boards were around 60-70 C but I have seen some raspberry pi just under 80C.
The Raspberry PI had an auto shut off protection of 85 C.

We don’t have the temperature information to display but we are now showing the piaware.log file on your personal ADSB stats page. Just click on the Log section to expand it. The log file is a lot more useful information to debug problems.

If you are interested you can check the temperature yourself by running
“/opt/vc/bin/vcgencmd measure_temp”
or just
“cat /sys/class/thermal/thermal_zone0/temp”

Thanks David

Very interesting, never knew there was a temp sensor!

B+ in a 19c room:
/opt/vc/bin/vcgencmd measure_temp
45.5c

cat /sys/class/thermal/thermal_zone0/temp
45464

The second command seems to have a bit of a confusing output… I guess it means 45.464c, but no decimal place…