SUITSUTORU 130MM ROSETT MUST

The photographs are for illustrative purposes only.
Get AI analytics on product Flue pipe 130 mm rosette black:
7.59€/pc.
Ex Tax: 6.12€/pc.
No brand
0 reviews
In stock
Product Code: 000-370079ASP
Qty
Tags:
Package dimensions13,00 x 13,00 x 0,30 cm
Gross weight0,130 kg
Net weight0,230 kg

130 mm Smoke Pipe Rosette – Black

This black rosette is designed to finish the opening where a 130 mm smoke or flue pipe passes through a wall or ceiling. It gives a tidy visual finish, conceals gaps around the pipe and supports safe, neat installation. Check price and buy this accessory at SityPro — see product characteristics and features before purchase.

Key advantages


    Provides a clean, professional finish around a 130 mm smoke or flue pipe
  • Black color blends with many stove and pipe finishes
  • Conceals gaps and installation cutouts for a neater appearance
  • Simple, quick installation for retrofit or new installations
  • Low-maintenance surface for easier cleaning
  • Compatible with a range of flue and vent applications

Application and use cases

Designed for finishing and covering pipe penetrations in residential and light-commercial heating and ventilation installations.


    Trim around wood-burning stove or fireplace pipes
  • Ceiling or wall pass-throughs for flue and exhaust pipes
  • Finishing visible sections of ventilation ducts and flues
  • Replacement or upgrade of existing rosettes for a refreshed look
  • Use in renovation projects to hide uneven openings

What to consider when choosing


    Confirm the rosette matches the pipe diameter listed in the product name (130 mm)
  1. Check compatibility with the wall or ceiling thickness and installation method
  2. Ensure the finish and color suit your interior and pipe finish
  3. Verify compliance with local building codes and required clearances for flues
  4. Consider ease of cleaning and long-term appearance

Characteristics


    Product type: smoke/flue pipe rosette
  • Nominal diameter: 130 mm
  • Color: black
  • Intended for use with 130 mm smoke or flue pipes

Why buy at SityPro


    Competitive price and clear product characteristics to help you decide
  • Wide selection of pipe accessories and related items
  • Fast delivery options to Estonia and Finland
  • Reliable customer support to answer application and installation questions
  • Secure purchase process and convenient ordering for trade and DIY customers

Description provided by sitypro.com

SUITSUTORU 130MM ROSETT MUST
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Flue pipe 130 mm rosette black

What is Flue pipe 130 mm rosette black and what is it used for?

Flue pipe 130 mm rosette black is a decorative and sealing rosette for a 130 mm flue or smoke pipe; it finishes wall or ceiling penetrations, conceals gaps around the pipe and provides a neat professional finish for stove or vent installations.

Will this rosette fit exactly a 130 mm pipe?

Yes, the rosette is designed for a 130 mm flue/pipe diameter. Check that your pipe's external diameter is 130 mm to ensure a correct fit.

What material is the rosette made of and what is its colour/finish?

The product description specifies a black rosette with a low‑maintenance surface. The exact material (metal or rigid plastic) is not listed in the database — check the SityPro product details for material confirmation.

Is the rosette suitable for wall and ceiling installations?

Yes, the description states the rosette is designed to finish pipe penetrations through both walls and ceilings, suitable for new builds and retrofit installations.

How is the rosette installed — do I need special tools?

Installation is simple: slide the rosette around the pipe and seat it into the opening. No special tools are normally required; use standard sealant or fixings as needed for final sealing.

Can the rosette be used with different types of flue and ventilation pipes?

The rosette is described as compatible with a range of flue and vent applications for 130 mm pipes. Confirm your pipe's profile and external diameter is 130 mm for proper fit.

Should a gap be left between the pipe and rosette for thermal expansion?

The product description does not specify a gap; commonly a small gap for thermal expansion is recommended and is then concealed with the rosette and sealant. Check the pipe and rosette installation guidance for exact clearance.

How do I care for the black rosette surface and what should I clean it with?

The description notes a low‑maintenance surface; wipe with a soft cloth, warm water and mild detergent. Avoid abrasive cleaners that may damage the finish.

How does this rosette differ from other 130 mm models?

The description highlights its black colour, low‑maintenance finish and easy installation. The database does not list specific material or design differences versus other 130 mm rosettes.

Is this rosette suitable for indoor use and which rooms is it for?

Yes, the rosette is intended for indoor use, commonly used in living spaces, boiler rooms and installations with stoves or fireplaces to tidy pipe penetrations.

Is the rosette compatible with model A047746SP or SKU 000-370079ASP?

Yes — the product record lists model A047746SP and SKU 000-370079ASP for this black 130 mm rosette.

Where to buy Flue pipe 130 mm rosette black?

You can buy Flue pipe 130 mm rosette black in our online store for 6.12€. Category: Smoke pipes.

What is the price of Flue pipe 130 mm rosette black?

The current price of Flue pipe 130 mm rosette black is 6.12€. Brand: Tootja puudub.

Flue pipe 130 mm rosette black — specifications and description

Model: 000-370079ASP. Category: Smoke pipes. Brand: Tootja puudub. Price: 6.12€.

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ххххххх');