Cross-Checking a Local Fault Log Against the Customer's Timeline
Why this matters
A fault log and a customer's memory are two independent, imperfect records of the same events, and the disagreements between them are where the actual diagnostic gold sits. A tech who reads only the log, or only listens to the customer, gets half the picture. Lining the two up against each other, event by event, surfaces the correlation that either one alone would miss: what the customer was doing, what changed in the home or building, or what else happened at the exact moment each fault fired.
Build both timelines independently first
Before merging anything, get each record on its own, without letting one bias the other:
- Pull the log first, before asking leading questions. Get the fault count, the codes, and any relative or absolute timing the control provides.
- Ask the customer to describe events in their own words, without reading them the log's timing yet. "Walk me through when you first noticed something, and anything else that happened around then," gets a cleaner account than "did this happen on a Tuesday," which plants a specific answer.
Merging too early lets whichever record you saw first anchor your interpretation of the other.
Line up the two records and look for three outcomes
Once you have both, compare event by event. Every comparison lands in one of three buckets, and each tells you something different.
- Matches. A fault the log shows and the customer independently remembers noticing at roughly the same time. These are your most reliable, confirmed data points, use them as anchors.
- Log has it, customer does not remember it. Covered in depth elsewhere (see the fault-counter-mismatch article), usually a silent or self-clearing event the customer had no reason to notice.
- Customer remembers it, the log does not show it. This is the direction worth slowing down on. It can mean the symptom they experienced was not actually captured by this particular control at all (a different subsystem, a comfort or performance complaint rather than a hard fault), or that an event occurred but did not meet whatever threshold triggers a logged entry, or that the log has limited retention and an older matching entry has since been overwritten.
Use the gaps to find what else was happening
The most valuable move in this whole method is asking what else was happening around the dates that do match, or around a cluster of faults, because faults are rarely self-caused. Ask specifically:
- "Was anything happening with the power around that time, a storm, an outage, work being done on the property?"
- "Did anyone change a setting, add equipment, or have other work done around then?"
- "Was this around a time of unusual weather, or unusual use, like having guests or running things harder than normal?"
A cluster of faults that lines up with a known external event (a power event, a new appliance added to the same circuit, an unusually hot or humid stretch, other work performed nearby) very often names the actual trigger far faster than chasing the fault code alone would.
Watch for the timeline that reveals a much longer history than the complaint suggests
Sometimes the cross-check reveals the customer's "this started last week" actually lines up with a log entry from months earlier, once you walk them through it carefully ("actually, now that you mention it, it did do something weird back around when we had that power blip"). Treat the earliest genuinely corroborated match as the real starting point of your diagnosis, not the date the customer first called, because the true onset date changes what you should be looking for as a root cause.
Document the merged timeline, not just the two separate records
Once reconciled, write down a single combined timeline: date or relative timing, what the log shows, what the customer reports, and anything external that lines up. This merged record is more useful to the next tech, or to you on a return visit, than either source alone, because it already did the correlation work that would otherwise need to be redone from scratch.
References
- Trade-standard practice for correlating equipment fault history with customer-reported symptom onset
- See related: The Fault Counter Shows More Events Than the Customer Reported, Decision Tree; Correlating a Fault's Onset With a Recent Power Event