Keep one batch together
Record a single kiln run with a batch label and kiln name so the history stays easy to scan.
Safety notes
Charcoal batch records
Capture charge amount, start and end times, observation notes, temperature notes, and yield for each batch.
The page is built for global use: it supports multiple languages, local time, RTL layouts, and device-only storage.
What it does
Record a single kiln run with a batch label and kiln name so the history stays easy to scan.
Capture local start and finish times and see the duration at a glance.
Store smoke, draft, sealing, kiln temperature, and other field notes in one record.
Hand the same record to spreadsheets, reports, or other systems without retyping.
Save drafts and history on the device, then reload, duplicate, or delete them later.
The UI is translated from English and prepared for future languages and RTL layouts.
How to use
Examples
A complete record with times, notes, and yield.
Input
Batch 2026-03-26 A / Kiln 1 / charge 28.4 kg / start 2026-03-26T08:10 / end 2026-03-26T19:25 / yield 18.5%
Output
Saved as a complete record with 11 h 15 min duration and ready-to-export CSV/JSON history.
Use this when the record still needs confirmation.
Input
Batch 2026-03-27 B / Kiln 2 / charge 1.2 t / start 2026-03-27T20:15 / end 2026-03-28T08:30 / yield 120%
Output
Marked for review because the yield is outside the normal range and needs confirmation.
Glossary
batch
One kiln run or charge cycle recorded as one unit.
charge amount
The amount loaded into the kiln for the batch.
yield
The percentage relationship between the output and the charge amount.
observation note
Notes about smoke, draft, sealing, flame, or other visible conditions.
temperature note
Notes about kiln temperature, probe position, or ambient conditions.
JSON
A structured export format that is easy to hand to other systems.
Formula notes
duration_minutes = end_at - start_at
yield_percent = output_mass / charge_amount * 100
average_yield = sum(yield_percent) / n
total_charge = sum(charge_amount)
state = draft / inProgress / complete / review
Frequently asked questions
Yes. Data stays in the browser on the device, so you can keep recording even without a connection.
Leave the end time blank. The record will stay in progress until you fill it in.
Yes. Yield is optional, and the page will remind you if it is still blank.
Yes. You can use kg, t, m3, stere, cord, or a custom label, and the settings let you choose a default.
Use CSV when you want a spreadsheet-friendly table. Use JSON when another system needs structured data.
Yes. The UI is translated from English and prepared for additional languages and RTL layout support.
Notes