PiOven is a utility that allows you to actively monitor, log, and analyze CPU temperatures on any device running Raspberry Pi OS. It enables you to set-and-forget: Collect data for any length of time, then revisit that data when you are ready to see summarized results.
-
Clone the project repo:
git clone <repo-url>
-
Change to the PiOven directory:
cd PiOven -
Make the
monitor_tempscript executable:chmod +x monitor_temp.sh
-
(Optional) Adjust the sampling interval in the
monitor_tempscript:-
Open the file for editing:
nano monitor_temp.sh
-
Change the sampling interval variable to the desired value, as an integer, in seconds:
MONITOR_INTERVAL=<Desired Sample Interval>
-
Save the file with
ctrl+O -
Exit the editor with
ctrl+X
-
-
Use make to show usage:
make help
