Pro-Termo Lava Basic Glass Stove

The photographs are for illustrative purposes only.
-15% Economy 68.52€
Get AI analytics on product Pro-Termo Lava Basic Glass Stove:
456.82€/pc. 388.29€/pc.
Ex Tax: 313.14€/pc.
Pro-Termo
0 reviews
In stock
Product Code: 000-989742PT
EAN Code: 8606108656419

Specification

Qty
One click order

Lava Basic Glass Pro-Termo Stove

The Lava Basic Glass Pro-Termo stove is a stylish and efficient heating device known for its high performance and modern design. It allows for quick and economical heating of spaces ranging from 20 to 30 m². The exterior design, featuring a large glass element, adds aesthetic appeal and creates a cozy atmosphere in any room. The stove is made from high-quality materials, ensuring durability and reliability over time.

Advantages:

  • High energy efficiency class
  • Modern and stylish design
  • Easy installation and operation
  • Reliability and durability
  • Suitable for rooms with an area of 20–30 m²

Application:

The Lava Basic Glass Pro-Termo stove is perfect for heating residential spaces, summer houses, and small cottages. The device is easy to install and connect to a chimney. For the best results, it is recommended to use dry fuel, such as firewood, and ensure proper draft in the heating system.

Specifications:

  • Energy efficiency class: A
  • Power: 6 kW
  • Heating area: 20–30 m²
  • Energy efficiency: 76%
  • Flue pipe diameter: 120 mm
  • Color: gray
  • Manufacturer: Pro-Termo
  • Warranty: 24 months

Why choose the Lava Basic Glass Pro-Termo stove:

The Lava Basic Glass Pro-Termo stove combines stylish design with high performance. It is the perfect choice for those seeking a reliable heating device that not only heats a room quickly but also lasts for many years. Its high energy efficiency class helps save on fuel costs, and the modern design with a glass element makes it a true centerpiece for your interior.

Detailed Information

  • Stove dimensions: 33х36х81.5 cm
  • Firebox dimensions: 24х28х28 cm
  • Weight: 38 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
20-30 m²
Power
6 kw
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Certificates lava (499.45KB)
Instructions Lava Basic - Lava Basic Glass (555.62KB)
Pro-Termo Lava Basic Glass Stove
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Pro-Termo Lava Basic Glass Stove

What is the Pro-Termo Lava Basic Glass Stove and which rooms is it designed for?

The Pro-Termo Lava Basic Glass Stove is a stylish, efficient heating stove with a large glass front, high energy efficiency and durable construction. It's designed to heat residential spaces, summer houses and small cottages of approximately 20–30 m² for quick, economical warmth.

What room size does model PT656419 effectively heat and what is this based on?

Model PT656419 effectively heats rooms of 20–30 m². This recommendation is based on its high energy efficiency class and the design with a large glass element that aids heat distribution and visible fire control.

What materials is the Pro-Termo Lava Basic Glass Stove made from and is it durable?

The stove is made from high-quality, heat-resistant materials and features a large heat-proof glass front. These materials and construction provide long-term durability and reliable operation.

Can the Pro-Termo Lava Basic Glass Stove be installed in a wooden house and what chimney requirements apply?

The stove can be installed in a wooden house provided fire-safety clearances and regulations are observed. A properly installed chimney that ensures adequate draft is required; specific chimney dimensions and requirements are provided in the manufacturer's documentation.

How easy is installation of the Pro-Termo Lava Basic Glass Stove and can I install it myself?

The stove is designed for easy operation and installation, but chimney connection and fire-safety clearances may require professional skills. It's recommended to use a qualified installer to ensure safe and compliant installation.

What energy efficiency does the Lava Basic Glass have and how does it affect fuel consumption?

The stove has a high energy efficiency class, meaning it converts fuel to heat more effectively and consumes less fuel. In practice this results in longer maintenance of comfortable temperatures with lower fuel use compared to less efficient models.

What type of glass is used in the door and how to clean it if it gets sooty?

The door features a large heat-resistant glass element that provides a view of the fire. To clean soot, use glass cleaners designed for stove doors and clean when the stove is warm but not hot, following the manufacturer's instructions.

Is the stove suitable for summer houses used infrequently in winter?

Yes, the Lava Basic Glass is suitable for summer houses and small cottages with intermittent use due to its high energy efficiency and simple operation. For infrequent use, ensure proper maintenance and check the chimney before the heating season.

How does the Lava Basic Glass differ from other Pro-Termo models and why choose it?

The Lava Basic Glass stands out with its large glass front and focus on heating 20–30 m² rooms with high energy efficiency. Choose it if you prioritise aesthetics, a visible flame and economical heating for smaller residential spaces.

What operating modes and controls does the stove have — is air intake adjustable?

The stove is designed for easy operation and includes controls to adjust burning and air intake to manage temperature. For specific control types and operating modes consult the technical documentation for model PT656419.

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