github SikamikanikoBG/homelab-monitor v0.9.1
v0.9.1 — Accurate remote CPU temperatures

latest releases: v0.21.0, v0.17.3, v0.17.1...
24 days ago

Fixed

Remote hosts now report the real CPU package temperature.

probe.py was returning the first thermal zone (thermal_zone0, almost always acpitz — a board/ambient sensor) instead of the actual CPU die. On boxes that expose acpitz alongside x86_pkg_temp/coretemp, CPU temp read 20–30 °C too low.

Real-world example from the field: a Celeron 1037U host showed 27.8 °C in the fleet view while its package was actually ~59 °C — making it look far cooler than the box sitting right next to it.

read_temp() now takes the hottest plausible zone (10–130 °C guard retained), matching how the hub already reads its own box.

Notes

  • No action needed — docker compose pull picks up the fix. Remote probes are re-sent on every poll, so corrected temps appear on the next cycle.
  • probe_version 0.4 → 0.5

Full diff: v0.9.0...v0.9.1

Don't miss a new homelab-monitor release

NewReleases is sending notifications on new releases.