How to maintain temperature on an Offset Smoker (2024)

Skip to content

EOFY SALE - UP TO 50% OFF

1300 002 771

0/$0.00

How to Maintain Temperatures In an Offset Smoker

In this video experienced pit master Blake, from the Sticky Pits BBQ team, takes you through how to manage your temperatures on a Flaming Coals Texas Offset Smoker using only Ironbark as the fuel.
Airflow is important when starting the fire in the firebox so Blake leaves the ashtray slightly open, the top 2 firebox vents closed and the bottom firebox vent completely open. He also has the flue damper completely open. Doing all of this allows the fire to draw in oxygen from the firebox and vent it out through the flue. Start off with smaller pieces of wood to light your fire and don’t put any big pieces on until later in the cook or you will smother the fire and it will go out. The best size of timber to use in an offset smoker are spits that are about 4 - 7cm thick and around 30cm long however the length is not that important as long as they fit in your firebox.
Using thicker timber in a smoker initially creates white smoke which is acrid and not what you want. The best smoke is blueish in colour or almost clear to give lots of flavours. Once the fire is going and coals are starting to form, shut the door on the firebox, leave the bottom firebox vent open but now close the chimney a quarter of the way. You want to have your temperature around 225-250°F/107-120°C for slow-cooking brisket, pork, lamb and even chicken. At this stage, you can also add some smoking timer chunks on your coals.

During the cook, just use the flue damper to increase or decrease the airflow through the smoker. If you find the smoker is getting too hot, just close the damper further. If you find the smoker is cooling down too much open the damper up and consider putting more wood in the firebox. Just remember it takes around 15 minutes for the effect of your damper adjustment to show, be patient. If you find the heat is increasing too much, open the firebox door which will release some of the heat out of the pit.

The most important tool thatyou should purchase when cooking in a timber charcoal smoker is a Wireless remote thermometer. This gives you the freedom to leave your pit yet still monitor its cooking temperature and your food temperature at a glance on its remote receiver.

The next tool that you may want to consider purchasing if you wish to automate the temperature control and damper control of your smoker is an automatic smoker temperature control unit. This will regulate the air entering the smoker hence being able to automaticallycontrol the temperature in your cooking chamber.No more damper adjustments, just set your temperature and walk away.

For more information and another pitmaster view on smoker temperature control, have a read through our blog on Maintaining steady temperatures in an offset smoker

Want to get hands-on experience on how to prepare awesome BBQs from experiencedpitmasters? Check out our BBQ Masterclasses.

How to maintain temperature on an Offset Smoker (6)

How to maintain temperature on an Offset Smoker (7)

by: Rhiannon Peterson

Blogs Menu

  • Recipes
    • Poultry Recipes

    • Beef Recipes

    • Pork Recipes

    • Lamb Recipes

    • Gyros Recipes

    • Seafood Recipes

    • Veggie Recipes

    • Other Recipes

  • Product Guides
    • Product Reviews

    • Buying Guides

    • Product Assembly Guides

    • Compare Product Guides

    • Large Spit Comparison Guide

  • How To Guides
    • How To Spit Roast

    • How To Smoke Meat

    • How To Grill

    • How To Use A Pizza Oven

  • MasterClasses

  • Community Blogs

  • General Blogs

  • Recipes
    • Poultry Recipes

    • Beef Recipes

    • Pork Recipes

    • Lamb Recipes

    • Gyros Recipes

    • Seafood Recipes

    • Veggie Recipes

    • Other Recipes

  • Product Guides
    • Product Reviews

    • Buying Guides

    • Product Assembly Guides

    • Compare Product Guides

    • Large Spit Comparison Guide

  • How To Guides
    • How To Spit Roast

    • How To Smoke Meat

    • How To Grill

    • How To Use A Pizza Oven

  • MasterClasses

  • Community Blogs

  • General Blogs

0 Cart

Search

`; }; window.lantern_popup = lantern_popup; const displayPopup = (quizURL, alreadySet = false) => { if (!quizURL || quizURL === "" || (ppfPopupShown && autoTriggerOnExitIntent) || (ppfPopupShown && autoTriggerOnScroll) || (ppfPopupShown && autoTriggerAfterXSeconds)) { return; } ppfPopupShown = true; document.body.style.position = 'fixed'; document.body.style.top = `-${ window.scrollY }px`; document.body.style.left = '0'; document.body.style.right = '0'; document.querySelector(".ppf-popup").style.display = "block"; if (!alreadySet) { document.querySelector(".ppf-popup").innerHTML += ``; } }; const hidePopup = () => { document.querySelector(".ppf-popup").style.display = "none"; document.querySelector(".ppf-popup").innerHTML = ``; const scrollY = document.body.style.top; document.body.style.position = ''; document.body.style.top = ''; document.body.style.left = ''; document.body.style.right = ''; window.scrollTo(0, parseInt(scrollY || '0') * -1); }; const onExitIntent = (e) => { if (e.clientY <= 0) { document.removeEventListener("mouseleave", onExitIntent); updateLocalStorage(); const quizURL = "".replace("#open-quiz-", ""); displayPopup(quizURL, true); } }; const onScroll = () => { if (window.scrollY >= autoTriggerScrollValue) { document.removeEventListener("scroll", onScroll); updateLocalStorage(); const quizURL = "".replace("#open-quiz-", ""); displayPopup(quizURL, true); } }; const onTimeout = () => { updateLocalStorage(); const quizURL = "".replace("#open-quiz-", ""); displayPopup(quizURL, true); }; const popupFrequency = "once"; const autoTriggerOnExitIntent = false; const autoTriggerOnScroll = false; const autoTriggerScrollValue = 250; const autoTriggerAfterXSeconds = false; const autoTriggerTimeValue = 10; const popupShown = localStorage.getItem("ppf-popup-shown"); const popupShownCount = localStorage.getItem("ppf-popup-shown-count"); const popupShownTimestamp = localStorage.getItem("ppf-popup-shown-timestamp"); const popupShownDate = new Date(parseInt(popupShownTimestamp)); const shouldShowPopup = (popupFrequency === "once" && !popupShown) || (popupFrequency === "twice" && (!popupShown || popupShownCount < 2)) || (popupFrequency === "thrice" && (!popupShown || popupShownCount < 3)) || (popupFrequency === "always") || (popupFrequency === "hourly" && (!popupShown || popupShownDate.getHours() !== new Date().getHours())) || (popupFrequency === "daily" && (!popupShown || popupShownDate.getDate() !== new Date().getDate())) || (popupFrequency === "weekly" && (!popupShown || popupShownDate.getDay() !== new Date().getDay())) || (popupFrequency === "monthly" && (!popupShown || popupShownDate.getMonth() !== new Date().getMonth())) || (popupFrequency === "yearly" && (!popupShown || popupShownDate.getFullYear() !== new Date().getFullYear())); if (shouldShowPopup && autoTriggerOnExitIntent) { const quizURL = "".replace("#open-quiz-", ""); if ( document?.querySelector(".ppf-popup")?.innerHTML) { document.querySelector(".ppf-popup").innerHTML += ``; } document.addEventListener("mouseleave", onExitIntent); } if (shouldShowPopup && autoTriggerOnScroll && autoTriggerScrollValue >= 0) { const quizURL = "".replace("#open-quiz-", ""); if ( document?.querySelector(".ppf-popup")?.innerHTML) { document.querySelector(".ppf-popup").innerHTML += ``; } document.addEventListener("scroll", onScroll); } if (shouldShowPopup && autoTriggerAfterXSeconds && autoTriggerTimeValue >= 0) { const quizURL = "".replace("#open-quiz-", ""); if ( document?.querySelector(".ppf-popup")?.innerHTML) { document.querySelector(".ppf-popup").innerHTML += ``; } setTimeout(onTimeout, autoTriggerTimeValue * 1000); } document.addEventListener("click", (e) => { let targetElement = e.target; while (targetElement && targetElement !== document) { if (targetElement.tagName === 'A' && targetElement.getAttribute("href")?.startsWith("#open-quiz-")) { e.preventDefault(); const quizURL = targetElement.getAttribute("href").replace("#open-quiz-", ""); displayPopup(quizURL); return; } if (targetElement.classList?.contains("ppf-popup-close")) { hidePopup(); return; } targetElement = targetElement.parentNode; } }); });
How to maintain temperature on an Offset Smoker (2024)
Top Articles
Latest Posts
Article information

Author: Rubie Ullrich

Last Updated:

Views: 6285

Rating: 4.1 / 5 (72 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Rubie Ullrich

Birthday: 1998-02-02

Address: 743 Stoltenberg Center, Genovevaville, NJ 59925-3119

Phone: +2202978377583

Job: Administration Engineer

Hobby: Surfing, Sailing, Listening to music, Web surfing, Kitesurfing, Geocaching, Backpacking

Introduction: My name is Rubie Ullrich, I am a enthusiastic, perfect, tender, vivacious, talented, famous, delightful person who loves writing and wants to share my knowledge and understanding with you.