For a while, the hottest thing on my Mac was a lie. The menu bar read 52° at idle, 52° under load, 52° in the morning and 52° at night. Always the same sensor, one called PMU tcal, winning “hottest” with a number that never budged. A temperature that constant isn’t alarming. It’s suspicious.
Digging in taught me something I hadn’t appreciated about Apple Silicon: not everything that reports degrees is a thermometer. tcal is a calibration reference, a known, deliberately steady source the power management unit uses to trim the readings of the actual sensors around it. It’s a tuning fork. A tuning fork always plays the same note; that’s its entire job. Displaying it beside the die temperatures is like listing the tuning fork among the members of the orchestra.
Sixty-three sensors, twenty-eight truths
The same investigation cleaned up a second embarrassment. Readout was listing 63 temperature sensors on my machine. Impressive, except macOS exposes most probes through two different services, and I was counting nearly everything twice. Two “CPU temperatures” a degree apart in the same list weren’t depth. They were a bug wearing depth’s clothing. Deduplicated, the machine has 28 real sensors, and each appears once, named in plain language.
Showing every number you can read is not honesty. Knowing what each number is for is.
Where the tuning fork went
The fix wasn’t to hide tcal. It still shows up under Readout --probe, correctly labeled as a calibration reference, because the raw truth should stay inspectable. It’s just no longer eligible to be “hottest,” no longer counted in any group figure, no longer allowed to paint the menu bar with a temperature that answers no question you could possibly be asking. The hottest sensor on your Mac should be something that can actually get hot.
I think about that sensor more than I expected to. Every monitoring app faces a hundred small versions of this choice: display the number because it exists, or find out what it means first. The second path is slower and occasionally embarrassing. It’s also the only one that makes the numbers worth glancing at.