Live readings answer “what is happening now?” Historical data answers “what usually happens here?” ThermalTrace saves snapshots when signed-in users load the home page, building a personal timeline of average and per-probe values you can browse or export.
Why keep history at all
Spot checks are easy to forget. A timestamped record reveals overnight minimums during a cold week, slow humidity creep after a roof leak, or the first day spring warmth stays above freezing inside. That context supports insurance documentation, HVAC tuning, and deciding whether insulation upgrades paid off.
What gets stored
Each saved row includes Fahrenheit and Celsius temperatures, humidity percentage, timestamp, feed name, probe label, and probe key. Multiple probes from one load create multiple rows, while the configured average still captures a quick summary. Data is associated with your account so guests do not write to the shared history table.
Browsing paginated history
The dashboard history view lists recent snapshots with feed and probe columns so you can filter mentally by zone. Pagination keeps large datasets responsive. When you need the full record outside the website, CSV export downloads every stored reading for your account—available to admins and active subscribers.
CSV export workflows
- Import into spreadsheets for pivot tables and custom charts.
- Join with utility bills or weather archives for correlation studies.
- Share anonymized excerpts with contractors when diagnosing insulation issues.
- Archive yearly files for long-term property records.
Analysis ideas
Plot daily minimum temperature through December to find how often you approach pipe-freeze risk.
Compare average humidity before and after installing a dehumidifier. Overlay probe 0
versus 1 to quantify wall-to-wall differences. Because keys are stable in JSON feeds,
scripts you write today still work after you rename display labels in the dashboard.
Limits and good practices
History reflects how often you visit the home page while signed in—it is not a high-frequency data logger unless you automate visits. For minute-by-minute forensic work, add a dedicated logger or increase fetch frequency in your own tooling. Treat this store as an convenient, account-backed journal rather than a laboratory instrument.
Subscription details for CSV export are covered in accounts and dashboard tools.