Pro-Termo Nova Eko Stove

The photographs are for illustrative purposes only.
-15% Economy 71.80€
Get AI analytics on product Pro-Termo Nova Eko Stove:
478.64€/pc. 406.84€/pc.
Ex Tax: 328.10€/pc.
Pro-Termo
0 reviews
In stock
Product Code: 000-989704PT
EAN Code: 8606108656471

Specification

Qty
One click order

Nova Eko Pro-Termo Stove

The Nova Eko Pro-Termo stove is a modern and efficient heating device designed for heating residential spaces, cottages, and small houses. This stove combines high energy efficiency, ease of use, and an elegant design. With a power of 7.5 kW and the ability to heat areas up to 50 m², the Nova Eko Pro-Termo is an excellent solution for maintaining an optimal temperature in your home.

Advantages:

  • High energy efficiency
  • Simple installation and operation
  • Suitable for heating large spaces (30-50 m²)
  • Durability and reliability
  • Modern and stylish design

Application:

The Nova Eko Pro-Termo stove is ideal for heating residential homes, cottages, and other spaces with an area of 30-50 m². It is easy to install and connect to a flue pipe. For maximum efficiency, it is recommended to use dry fuel such as wood.

Specifications:

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

Why choose the Nova Eko Pro-Termo stove:

The Nova Eko Pro-Termo stove is the perfect combination of energy efficiency and power. It allows you to save on heating while providing fast and even heating of large spaces. Its modern design will fit seamlessly into any interior, and the reliability and durability of the materials ensure long-term operation. By choosing this stove, you ensure comfort and warmth in your home for many years to come.

Detailed Information

  • Stove dimensions: 41х37.5х72.5 cm
  • Firebox dimensions: 31.5х28.5х23 cm
  • Weight: 45 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 Eko (515.36KB)
Pro-Termo Nova Eko Stove
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Pro-Termo Nova Eko Stove

What is the Pro-Termo Nova Eko Stove and what spaces is it suitable for?

Pro-Termo Nova Eko Stove is a modern 7.5 kW heating stove designed for heating residential homes, cottages and small houses up to 30–50 m². It delivers high energy efficiency, simple installation and a stylish design suitable for living spaces.

What is the heating capacity and power of the Nova Eko Pro-Termo?

The Nova Eko Pro-Termo Stove has a power rating of 7.5 kW and is suitable for heating spaces of approximately 30–50 m² in normally insulated homes.

What type of fuel should be used in the Nova Eko Pro-Termo Stove?

For maximum efficiency, the Nova Eko Pro-Termo Stove is recommended to be used with dry solid fuel such as dry firewood.

Is the Pro-Termo Nova Eko Stove easy to install and connect to a flue?

Yes. The product description states the stove is simple to install and connect to a flue; however, follow the manufacturer’s instructions or hire a qualified installer for safe connection.

Is the Nova Eko Pro-Termo Stove suitable for continuous home heating or only occasional use?

The Nova Eko Pro-Termo is designed for residential heating and can be used for both occasional and regular heating, provided you follow operating and maintenance guidelines and use appropriate fuel.

What are the dimensions of the Pro-Termo Nova Eko Stove (will it fit a small room)?

The product description does not list exact dimensions, but the stove is aimed at 30–50 m² spaces and has a compact modern design. To confirm fit, check model PT656471 (sku 000-989704PT) technical dimensions with the seller.

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

The description states the stove is durable and reliable with a modern design, but specific materials (e.g. steel or cast iron) are not listed. Ask the seller for material details of model PT656471.

Is the Nova Eko Pro-Termo suitable for a poorly insulated cottage?

The stove is sized for 30–50 m² with normal insulation; in poorly insulated cottages heating performance and effective area will be reduced. Consider improving insulation or choosing a higher-power heater in that case.

What advantages does the Nova Eko Pro-Termo have compared to other 7.5 kW stoves?

The Nova Eko Pro-Termo highlights high energy efficiency, simple installation and a modern design, and is sized for 30–50 m² spaces. For detailed comparison check model PT656471 technical specs such as materials and efficiency against alternatives.

What additional accessories or parts are needed to install the Nova Eko Pro-Termo?

The description notes easy installation and flue connection; typically you will need a flue pipe, seals and possibly a heat-resistant base or flange. Confirm exact accessories required for model PT656471 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ххххххх');