SUITSUTORU 150MM 1M MUST

The photographs are for illustrative purposes only.
Get AI analytics on product Flue pipe 150 mm 1 m black:
51.47€ / pc.
Ex Tax: 41.51€ / pc.
51.47€ / m²
1 pc. = 1m²
No brand
0 reviews
In stock
Product Code: 000-357997ASP
Qty
One click order
Tags:
Package dimensions15,00 x 15,00 x 100,00 cm
Gross weight7,700 kg
Net weight7,900 kg

SUITSUTORU 150MM 1M MUST — 150 mm Black Flue Pipe

A 150 mm diameter, 1 m long black flue pipe designed for directing exhaust gases and smoke in heating and ventilation systems. This component is intended to provide a compact, consistent section for flue runs and repairs.

Key advantages


    Standard diameter and length for predictable fit and easy planning of flue runs
  • Black finish for discreet appearance and integration with heating appliances
  • Modular length simplifies installation and allows incremental assembly
  • Compatible with common flue system components when paired correctly
  • Lightweight and easy to handle during installation
  • Clear characteristics make selection and pricing straightforward for buyers

Application and use cases

Suitable for use wherever a short, standard-diameter flue section is required. Typical applications include:


    Connecting heating appliances to chimney systems
  • Extending or repairing existing flue runs
  • Short sections in fireplace and stove installations
  • Temporary or test assemblies during installation work
  • Workshop or utility ventilation where a compact flue segment is needed

What to consider when choosing


    Ensure the 150 mm diameter matches your appliance and existing flue components
  1. Check local building codes and safety regulations for flue installation
  2. Consider required clearances, insulation, and sealing methods for safe operation
  3. Plan total run length and number of sections to avoid unnecessary joints
  4. Verify compatibility with connectors, elbows, and support elements

Characteristics


    Product name: SUITSUTORU 150MM 1M MUST
  • Diameter: 150 mm
  • Length: 1 m
  • Color: Black (MUST)

Why buy at SityPro


    Easy to buy online with clear information on price and characteristics
  • Wide selection of related flue components and accessories for complete systems
  • Fast delivery options to Estonia and Finland to support timely installation
  • Reliable customer support to help with product selection and application advice
  • Competitive pricing and stock visibility for convenient ordering at SityPro

Description provided by sitypro.com

SUITSUTORU 150MM 1M MUST
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Flue pipe 150 mm 1 m black

What is Flue pipe 150 mm 1 m black and what is it used for?

Flue pipe 150 mm 1 m black is a 1-metre straight flue section with a 150 mm diameter and black finish, designed to direct exhaust gases and smoke. It’s used for connecting wood stoves, fireplaces, solid-fuel boilers and for extending or repairing flue runs in residential and commercial systems.

Will this pipe fit my wood stove with a 150 mm outlet?

Yes, this pipe is made for 150 mm diameter systems and will fit wood stoves with a 150 mm outlet. Check your stove’s outlet size is 150 mm to ensure a secure, compatible connection.

What material is the Flue pipe 150 mm 1 m black made of?

The product description specifies a lightweight straight section with a black finish but does not list the exact material (e.g. steel or stainless steel). If material properties like heat resistance or corrosion resistance matter, request that information from the seller.

Is this section compatible with other flue system components?

Yes — the description states a standard 150 mm diameter, making it compatible with common flue components when paired with correct connectors. Use appropriate seals, adapters and clamps for a secure joint.

Can the pipe be used in a sauna?

Yes, the description lists suitability for use in saunas and bathhouses for smoke extraction. Ensure the material choice and installation meet fire-safety and temperature requirements for that environment.

What length of flue can be built using these sections?

Each section is 1 m long, so total flue length equals the number of sections plus any additional components. When planning, account for bends, adapters and installation height to ensure correct draft.

How do I ensure a gas-tight joint between 150 mm sections?

Use appropriate seals or high-temperature sealing tape and clamps on 150 mm joints. Correct fit and recommended sealing materials will reduce the risk of smoke leakage.

Does the black finish affect heat resistance or corrosion protection?

The description lists the black finish as an aesthetic benefit but does not state heat- or corrosion-resistance properties. If you require specific thermal or anti-corrosion performance, request material and coating details from the seller.

How does this 1 m 150 mm section differ from other diameters/lengths and when should I choose a 1 m section?

This is a standard 150 mm diameter, 1 m long modular section that simplifies planning and incremental installation. Choose a 1 m section when you need to extend or repair flue runs in whole-metre increments without extensive cutting; choose other diameters only if your appliance requires them.

How should I store and transport 150 mm 1 m sections to avoid damaging the finish?

Store sections in a dry place, laid flat or on racks, and protect the black finish from scratches with packaging or padding during transport. Dry storage and protective packing will preserve the appearance and coating.

Where to buy Flue pipe 150 mm 1 m black?

You can buy Flue pipe 150 mm 1 m black in our online store for 41.51€. Category: Smoke pipes.

What is the price of Flue pipe 150 mm 1 m black?

The current price of Flue pipe 150 mm 1 m black is 41.51€. Brand: Tootja puudub.

Flue pipe 150 mm 1 m black — specifications and description

Model: 000-357997ASP. Category: Smoke pipes. Brand: Tootja puudub. Price: 41.51€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');