TAHMALUUK HTT105 13x13 PISLA

The photographs are for illustrative purposes only.
Get AI analytics on product SOOT HATCH HTT105 13x13 PISLA:
24.80€/pc.
Ex Tax: 20.00€/pc.
Pisla
0 reviews
In stock
Product Code: 000-348360ASP
Qty
One click order
Tags:
Product sizes13,00 x 13,00 x 6,50 cm
Package dimensions18,00 x 20,00 x 6,50 cm
Net weight2,000 kg

TAHMALUUK HTT105 13x13 by PISLA

A compact component named TAHMALUUK HTT105 13x13 from PISLA, intended to provide a reliable cover or access point for small openings. Designed for practical application where a small, defined-sized fitting is required, this item is described by its model and dimensions for easy selection.

Key advantages


    Clear model and size identification for straightforward selection of the right part
  • Compact footprint suitable for tight or confined installation spaces
  • Designed for straightforward installation and maintenance
  • Compatible with a variety of general mounting and sealing applications
  • Backed by a recognizable brand name for product support and authenticity

Application and use cases

Practical application focuses on providing a defined-size cover or access solution. Common use cases include small openings where a reliable closure or access point is needed.


    Covering small access panels or service ports
  • Providing a neat finishing element for maintenance openings
  • Use in installations where a specific 13x13 size is required
  • Replacement or upgrade of an existing compatible component

What to consider when choosing


    Confirm compatibility with the intended opening or mounting location
  1. Verify that the stated model and size meet your installation requirements
  2. Consider ease of installation and access for maintenance
  3. Compare features and build quality against other options
  4. Check availability, warranty, and after-sales support

Characteristics


    Product name: TAHMALUUK
  • Model: HTT105
  • Size: 13x13
  • Brand: PISLA

Why buy at SityPro


    Easy to buy online with clear information about model and size
  • Competitive price options and transparent pricing details
  • Wide selection and quick availability for common replacement parts
  • Reliable delivery to Estonia and Finland with tracking and support
  • Customer service ready to help with questions about characteristics, features, and application

Description provided by sitypro.com

TAHMALUUK HTT105 13x13 PISLA
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the SOOT HATCH HTT105 13x13 PISLA

What is the SOOT HATCH HTT105 13x13 PISLA and what is it used for?

SOOT HATCH HTT105 13x13 PISLA is a 13x13 cm access hatch by PISLA designed for inspecting and cleaning the inside of chimneys or stoves. It provides tidy installation and safe access for soot and ash removal.

What are the dimensions of the SOOT HATCH HTT105 13x13 PISLA and will it fit my opening?

The HTT105 is sized 13x13 cm. Make sure your existing opening matches 13x13 cm or allows a small margin for mounting and sealing.

What household tasks is the SOOT HATCH HTT105 13x13 PISLA used for?

The HTT105 hatch is used for accessing plumbing and shut-off valves, electrical and low-voltage boxes, and for cleaning/inspecting ventilation, drainage sections. It’s particularly useful for stove and chimney maintenance.

What material is the SOOT HATCH HTT105 13x13 PISLA made from and is it durable?

The product description states the PISLA hatch features a robust construction suitable for intensive use during chimney and stove maintenance. The materials are chosen to ensure durability in service areas.

How is the SOOT HATCH HTT105 13x13 PISLA mounted — are special tools required?

The hatch is designed for straightforward installation and is fixed into a prepared opening using standard fastening tools with sealing applied. No special tools are specified, but follow mounting and sealing requirements.

Is the SOOT HATCH HTT105 13x13 PISLA suitable for external chimney installation?

The description focuses on internal access and maintenance; for external installation consider sealing and material requirements for outdoor exposure. Check manufacturer specifications to confirm suitability for exterior use.

How does the TAHMALUUK HTT105 13x13 PISLA differ from other 13x13 hatches?

The HTT105 is focused on chimney and stove cleaning/maintenance, offering a compact design and easy installation from PISLA. Differences may lie in construction, materials and sealing—compare technical specifications and compatibility with your opening.

Does the HTT105 13x13 PISLA require additional sealing when installed in bathrooms or near plumbing?

For installations near plumbing or in bathrooms, ensure adequate sealing per room requirements. Use suitable, moisture-resistant seals and materials compatible with the finish.

Is the HTT105 13x13 PISLA suitable for commercial buildings or only private homes?

The HTT105 is suitable for homes and smaller commercial premises requiring local access to services and chimney cleaning. For heavy industrial use, verify technical suitability for the specific site.

Can the HTT105 13x13 PISLA be used to access electrical and low-voltage boxes?

Yes, the HTT105 is suitable for accessing electrical and low-voltage boxes if safety requirements and electrical regulations are followed. Ensure installation does not compromise insulation and provides safe access.

Where to buy SOOT HATCH HTT105 13x13 PISLA?

You can buy SOOT HATCH HTT105 13x13 PISLA in our online store for 20.00€. Category: Castings.

What is the price of SOOT HATCH HTT105 13x13 PISLA?

The current price of SOOT HATCH HTT105 13x13 PISLA is 20.00€. Brand: Pisla.

SOOT HATCH HTT105 13x13 PISLA — specifications and description

Model: 000-348360ASP. Category: Castings. Brand: Pisla. Price: 20.00€.

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