Pro-Termo Nova Trio Stove

The photographs are for illustrative purposes only.
-15% Economy 79.24€
Get AI analytics on product Pro-Termo Nova Trio Stove:
528.24€/pc. 449.00€/pc.
Ex Tax: 362.10€/pc.
Pro-Termo
0 reviews
In stock
Product Code: 000-394597PT
EAN Code: 8607000061264

Specification

Qty
One click order

Nova Trio Pro-Termo Stove

The Nova Trio Pro-Termo stove is a high-performance heating system designed for heating large spaces of 30-50 m². It combines modern design with excellent power, providing stable heat and comfort in your home or cottage. The stove is equipped with advanced technology, offering high energy efficiency, which helps save resources while ensuring reliability and durability.

Advantages:

  • High energy efficiency class
  • Perfect for heating large rooms
  • Compact and easy installation
  • Modern and stylish design
  • Strength and durability

Application

The Nova Trio Pro-Termo stove is ideal for heating residential homes, cottages, and country houses with an area of 30-50 m². The unit is easy to install and connect to the flue pipe, providing comfortable heat throughout the year. For best results, it is recommended to use dry fuel.

Specifications:

  • Energy efficiency class: A
  • Power: 7.5 kW
  • Heating area: 30-50 m²
  • Energy efficiency: 78%
  • Flue pipe diameter: 120 mm
  • Color: Gray
  • Manufacturer: Pro-Termo
  • Warranty: 24 months

Why choose the Nova Trio Pro-Termo stove

The Nova Trio Pro-Termo stove combines high power and energy efficiency, making it ideal for heating large spaces. Its stylish design will complement any interior, and its high quality and durability ensure long-term use. By choosing the Nova Trio Pro-Termo, you get a reliable and cost-effective heating system that will provide warmth and comfort in your home.

Detailed Information

  • Stove dimensions: 46х41х76 cm
  • Firebox dimensions: 30х31х32 cm
  • Weight: 50 kg
  • Manufactured in: Serbia

Shipping Information

  • Shipping cost within Estonia: 30 euros
  • Shipping cost within Finland: 70 euros
  • The product is insured during delivery
  • Delivery of goods within 3–7 business days
Pro-Termo stoves
Heating surface
30-50 m²
Power
7.5 kw
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Certificates nova (495.95KB)
Instructions Nova Trio (343.32KB)
Pro-Termo Nova Trio Stove
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Pro-Termo Nova Trio Stove

What is the Pro-Termo Nova Trio Stove?

The Pro-Termo Nova Trio Stove is a high-performance heating system designed for 30–50 m² spaces; it combines modern design, high energy efficiency, easy installation and durable construction to provide consistent and economical heating for homes or cottages.

What types of rooms is the Pro-Termo Nova Trio Stove suitable for?

The Pro-Termo Nova Trio Stove is suitable for residential homes, cottages and country houses sized 30–50 m²; ideal for large rooms and open-plan areas provided the space has appropriate insulation.

What is the energy efficiency of the Pro-Termo Nova Trio Stove?

The Pro-Termo Nova Trio Stove is described as having a high energy efficiency class, which reduces fuel consumption and delivers economical heating for 30–50 m² spaces.

What are the dimensions and compactness of the Pro-Termo Nova Trio Stove?

The product states the stove is compact and easy to install; exact dimensions for model PT061264 are not provided in the database — request measurements from the seller to confirm fit before installation.

How is the flue connected to the Pro-Termo Nova Trio Stove?

The description states the unit is easy to connect to a flue pipe; specific outlet diameter and flue requirements are not listed — confirm connection sizes with the seller or installer before fitting.

What materials is the Pro-Termo Nova Trio Stove made from and how durable is it?

The description highlights strength and durability, but specific materials for the body and firebox are not listed in the database; request the manufacturer's material specs to assess corrosion resistance and lifespan.

Is additional insulation required when using the Pro-Termo Nova Trio Stove in a 30–50 m² house?

Adequate insulation is recommended to achieve the stated efficiency; with poor insulation the stove will run at higher output more often, so insulating walls and ceilings improves comfort and operating economy.

How does the Pro-Termo Nova Trio Stove differ from other Pro-Termo models?

The Nova Trio is targeted for 30–50 m² spaces with emphasis on modern styling and compact installation; to identify specific differences (power, dimensions, materials) compare model PT061264 technical specifications with other Pro-Termo models.

Is model PT061264 suitable for a cottage with poor ventilation?

The Nova Trio suits 30–50 m² cottages, but with poor ventilation you must ensure fresh air supply and compliance with safety regulations; consult an installer about ventilation before use.

Is a special base or foundation required to install the Pro-Termo Nova Trio Stove?

The product states the stove is compact and easy to install; specific foundation or base requirements are not listed — confirm fireproof base and clearance requirements with the seller or installer.

What additional options or accessories are recommended for the Pro-Termo Nova Trio Stove?

Accessories are not listed in the description, but typical recommendations include flue components of the correct diameter, a fireproof base, heat-protection screens and stove tools; check compatible accessories with the seller.

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