overheat monitor with auto poweroff

- needs passwordless sudo on target machine or deploy to run as root
This commit is contained in:
Mikkeli Matlock
2026-01-25 19:53:43 +09:00
parent 22e9cd2c43
commit 15a805f7fe
9 changed files with 362 additions and 3 deletions

7
pi/ui/config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"overheat": {
"threshold_celsius": 75.0,
"trigger_duration_sec": 10,
"shutdown_delay_sec": 10
}
}