TAHMALUUK ÜMAR 12,5 mustPISLA

The photographs are for illustrative purposes only.
Get AI analytics on product PISLA Round Soot Hatch 12.5 Black:
8.69€/pc.
Ex Tax: 7.01€/pc.
Pisla
0 reviews
In stock
Product Code: 000-349605ASP
Qty
Tags:
Package dimensions12,50 x 12,50 x 5,00 cm
Net weight0,180 kg

Round Access Hatch 12.5, Black — PISLA

This round access hatch is designed to provide convenient, discreet access to concealed spaces for maintenance and inspection. Ideal for finishing works and technical installations, it combines simple functionality with a clean black appearance. If you want to buy a reliable hatch with clear characteristics and a competitive price, SityPro offers this PISLA model for straightforward application.

Key advantages


    Round design for unobtrusive, aesthetic installation
  • Compact size indicated by the 12.5 designation for tight spaces
  • Black finish for a modern, low-profile look
  • Easy to open for fast access during inspections or repairs
  • Durable construction suitable for repeated use
  • Simple maintenance and cleaning

Application and use cases

This access hatch is suitable wherever controlled access to hidden cavities is needed. Typical applications include residential and light commercial projects where neat finishes and practical access are required.


    Access to plumbing and piping junctions behind walls or ceilings
  • Service access for electrical junctions and control boxes
  • Inspection openings in ventilation or HVAC installations
  • Concealed storage or utility compartments
  • Finishing details in renovation projects where discreet access is required

What to consider when choosing


    Ensure the hatch shape and size match the opening and the intended access needs
  1. Check compatibility with surrounding finish materials for a clean visual result
  2. Consider the mounting method and ease of installation for your situation
  3. Evaluate durability and maintenance needs based on the environment of use
  4. Confirm color and appearance fit the aesthetic of the room

Characteristics


    Product type: access hatch (TAHMALUUK)
  • Shape: round (ÜMAR)
  • Size designation: 12,5
  • Color: black (must)
  • Brand: PISLA

Why buy at SityPro


    Wide selection of access solutions and clear product characteristics to compare
  • Competitive price offers and transparent buying process
  • Fast delivery options to Estonia and Finland
  • Reliable customer service and local support for installation questions
  • Secure ordering and convenient payment methods via SityPro

Description provided by sitypro.com

TAHMALUUK ÜMAR 12,5 mustPISLA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the PISLA Round Soot Hatch 12.5 Black

What is the PISLA Round Soot Hatch 12.5 Black and what is it used for?

PISLA Round Soot Hatch 12.5 Black is a compact 12.5 cm round access hatch designed for maintenance and soot removal in chimneys, stoves and fireplaces. It provides discreet black finish and easy access for inspections, cleaning and minor repairs.

What are the dimensions and what does the 12.5 designation mean?

The 12.5 designation refers to the hatch’s compact diameter of approximately 12.5 cm, suited for tight or concealed installations. This size gives sufficient access for cleaning and inspection without a large opening.

Is this hatch suitable for installation in a fireplace or stove?

Yes, the PISLA Round Soot Hatch 12.5 Black is designed for access and soot cleaning in stove and fireplace flue spaces. Its compact, discreet design suits standard inspection and maintenance needs.

What material is the hatch made of and is it durable?

The PISLA hatch is made from a durable material designed for repeated opening and maintenance. The black finish provides a neat, low-profile appearance under normal use.

How is the hatch installed — do I need to cut an opening or special fixings?

The hatch is fitted into a prepared opening sized for the 12.5 cm diameter; typically you cut a neat aperture in the lining or flue. Special fixings depend on the substrate, but the hatch is usually secured tightly into the opening.

Is this hatch suitable for outdoor installation or boiler rooms with high temperatures?

The hatch is suitable for chimneys and technical rooms, including boiler rooms, under normal operating temperatures. For outdoor use or very high-temperature environments, verify the material compatibility with those conditions.

How does the PISLA 12.5 round hatch differ from other inspection hatches?

The main difference is its compact 12.5 cm diameter and round shape, which suits tight or concealed installations. The black finish and simple design make it an unobtrusive, easy-to-use option for frequent access.

What typical use cases for this hatch exist in a home?

In homes the hatch is used for chimney and fireplace soot cleaning, accessing stove inspection chambers, and during restoration or maintenance of cladding. It’s also suitable in boiler rooms for regular servicing.

Is the hatch compatible with different facing materials (brick, tile, plasterboard)?

Yes, the PISLA Round Soot Hatch 12.5 Black can be installed in brick, tile or plasterboard when a correct 12.5 cm opening is prepared. Ensure a snug fit and proper sealing to prevent dust and smoke ingress.

How do I maintain and clean the hatch after installation?

Maintenance involves wiping the surface and brushing or wiping the internal rim to remove soot as needed. Regularly check the seal and reapply sealant or touch up joints if required.

Where to buy PISLA Round Soot Hatch 12.5 Black?

You can buy PISLA Round Soot Hatch 12.5 Black in our online store for 7.01€. Category: Castings.

What is the price of PISLA Round Soot Hatch 12.5 Black?

The current price of PISLA Round Soot Hatch 12.5 Black is 7.01€. Brand: Pisla.

PISLA Round Soot Hatch 12.5 Black — specifications and description

Model: 000-349605ASP. Category: Castings. Brand: Pisla. Price: 7.01€.

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