VOODER TERMOHAAB 15X90X1800

The photographs are for illustrative purposes only.
Get AI analytics on product Cladding Thermo‑Aspen 15×90×1800:
12.15€ / pc.
Ex Tax: 9.80€ / pc.
6.75€ / m²
1 pc. = 1.8m²
Thermory
0 reviews
In stock
Product Code: 000-353136ASP
Qty
Tags:
Package dimensions180,00 x 9,00 x 1,50 cm
Net weight1,100 kg

VOODER TERMOHAAB 15x90x1800 Panel

A thermo-treated panel designed for finishing and decorative applications, offering enhanced durability and visual appeal.

Key advantages


    Thermo-treated structure for improved stability
  • Enhanced resistance to moisture and deformation
  • Suitable for both interior and specific protected exterior uses
  • Smooth surface ideal for various finishing styles
  • Convenient size for versatile installation
  • Long service life thanks to thermal modification

Application and use cases

This panel can be used in residential and commercial environments for decorative and functional purposes.


    Wall cladding in living spaces
  • Ceiling finishing in halls or corridors
  • Decoration of balconies or loggias under protection
  • Interior design projects requiring natural-style materials
  • Finishing for small architectural elements

What to consider when choosing


    Determine the environment where the panel will be installed
  1. Ensure the material meets your moisture resistance needs
  2. Check compatibility with your preferred finishing method
  3. Plan the required quantity based on surface area
  4. Evaluate visual style to match your interior or exterior design

Characteristics


    Thermo-treated panel
  • Dimensions: 15 x 90 x 1800
  • Suitable for finishing applications

Why buy at SityPro


    Competitive price and convenient purchase options
  • Reliable delivery service across regions
  • Wide selection of finishing materials
  • Professional support in choosing the right product
  • Quality-controlled assortment for long-term use

Description provided by sitypro.com

VOODER TERMOHAAB 15X90X1800
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Cladding Thermo‑Aspen 15×90×1800

What is Cladding Thermo‑Aspen 15×90×1800?

Cladding Thermo‑Aspen 15×90×1800 is the VOODER TERMOHAAB thermo‑treated aspen panel measuring 15×90×1800 mm for interior and protected exterior finishing. Thermal modification improves moisture resistance, dimensional stability and provides a smooth natural wood surface suitable for decorative cladding.

Is Cladding Thermo‑Aspen 15×90×1800 suitable for saunas?

Yes, the thermo‑aspen panel is suitable for sauna interiors and other humid rooms due to enhanced moisture resistance and dimensional stability from thermal treatment. The product description lists sauna and humid‑space applications.

Can Cladding Thermo‑Aspen 15×90×1800 be used on a protected facade?

Yes, the thermo‑aspen panel is suitable for protected exterior facades under eaves or balconies where it is shielded from direct rainfall. The product notes applications for both interior and protected exterior finishes.

What are the dimensions and profile of VOODER TERMOHAAB 15×90×1800?

The panel dimensions are 15×90×1800 mm (thickness × width × length). The profile is a smooth cladding/lining board designed for straightforward installation and finishing.

How to install Cladding Thermo‑Aspen 15×90×1800 correctly?

Install onto a batten framework using tongue‑and‑groove or concealed fixings; battens are typically spaced 300–600 mm depending on use. Acclimatise boards indoors beforehand and use corrosion‑resistant fasteners.

Can Cladding Thermo‑Aspen 15×90×1800 be painted or finished?

Yes, the thermo‑aspen can be finished with oil‑based or acrylic coatings, but test on an offcut first. Thermal modification affects absorption, so use finishes formulated for thermo‑treated wood.

How does Thermo‑Aspen differ from regular aspen or alder?

Thermo‑Aspen has undergone thermal modification, enhancing moisture resistance and reducing deformation versus untreated aspen or alder. The product highlights improved dimensional stability and durability due to thermal treatment.

What tools and fasteners are recommended for working with and installing 15×90×1800?

Use standard woodworking tools—table saws, routers, sanders—with fine‑tooth blades for cutting; use stainless or galvanized screws or concealed clips for fixing. Sharp tools and corrosion‑resistant fasteners are recommended for longevity.

How to acclimatise and store Cladding Thermo‑Aspen 15×90×1800 before installation?

Store panels indoors in their packaging for 48–72 hours at room temperature and normal humidity to acclimatise. Keep boards flat on a level surface to prevent warping.

How does VOODER TERMOHAAB 15×90×1800 differ from other 'Wood products for sauna' panels?

VOODER TERMOHAAB is thermally modified, offering superior moisture resistance and dimensional stability compared to untreated panels. The product emphasises a natural attractive texture and suitability for saunas and protected exterior uses.

Where to buy Cladding Thermo‑Aspen 15×90×1800?

You can buy Cladding Thermo‑Aspen 15×90×1800 in our online store for 9.80€. Category: Sauna wood products .

What is the price of Cladding Thermo‑Aspen 15×90×1800?

The current price of Cladding Thermo‑Aspen 15×90×1800 is 9.80€. Brand: Thermory.

Cladding Thermo‑Aspen 15×90×1800 — specifications and description

Model: 000-353136ASP. Category: Sauna wood products . Brand: Thermory. Price: 9.80€.

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