feat: shareable Cook Report (self-contained HTML) - #15
Merged
Conversation
This was referenced Jul 4, 2026
Adds report.py: one HTML file with an embedded SVG chart (grill + every probe, reusing plot.py's existing renderer) and per-probe stats -- start/ peak/final temp, genuine stall time, and stage-crossing timestamps. No server, no external assets -- safe to email or post. Deliberately omits the grill's raw thingName (a device identifier) that history.py's local-only summary carries, since this report is meant to leave the machine. Wired into the unified `pellet report` command. Fixed a real bug caught by its own test: the first stall-time draft only checked temperature *range* (150-175F), which would call a normal climb passing through that band "stalled" -- corrected to also require a near-flat rate (matching forecast.py's actual stall definition).
ctopherwilliams
force-pushed
the
feat/cook-report
branch
from
July 5, 2026 01:43
8093f3e to
87d3609
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
report.pybuilds a shareable, self-contained Cook Report: embedded SVG chart + per-probe stats (start/peak/final temp, genuine stall time, stage-crossing timestamps).thingName(device id) -- this report is meant to leave the machine.pellet report.pelletCLI + YAML cook presets #14 (unified CLI + presets) -- merge in order: fix: ETAs must always show a clock time, not just minutes #10 → feat: --chart makes the forecast chart "set it and forget it" #11 → fix: --speak never omits ETA, "Update N" not "Tick", natural phrasing #12 → feat: name your probes (pork butt, not "probe 1") #13 → feat: unifiedpelletCLI + YAML cook presets #14 → this one.Test plan