Pro-Termo Alpina G Stove Moka

The photographs are for illustrative purposes only.
-10% Economy 66.46€
Get AI analytics on product Pro-Termo Alpina G Stove Moka:
664.64€/pc. 598.18€/pc.
Ex Tax: 482.40€/pc.
Pro-Termo
0 reviews
In stock
Product Code: 000-073599PT

Specification

Qty
One click order

Alpina G Pro-Termo Stove Moka

The Alpina G Pro-Termo stove is an efficient and stylish solution for heating your home. Combining modern technology with reliable materials, this model ensures excellent heat transfer and long-lasting warmth. It is ideal for creating a comfortable atmosphere in rooms of various sizes, providing energy savings and durability.

Advantages:

  • High energy efficiency class
  • Compact size and stylish design
  • Durable and long-lasting materials
  • Easy installation and operation
  • Effective heat transfer and long service life

Application

The Alpina G Pro-Termo stove is perfect for heating residential houses, cottages, and other premises. It works efficiently in medium and large rooms and can also be used as an additional heat source. For optimal performance, it is recommended to use dry wood or other high-quality fuel.

Specifications:

  • Energy efficiency class: A
  • Power: 8 kW
  • Heating area: 50–70 m²
  • Energy efficiency: 81 %
  • Flue pipe diameter: 120 mm
  • Color: moka, gray, beige, white
  • Manufacturer: Pro-Termo
  • Warranty: 24 months

Why choose the Alpina G Pro-Termo stove

The Alpina G Pro-Termo stove combines style, reliability, and excellent energy efficiency. Its high heat transfer helps maintain a comfortable temperature in your home, and durable materials ensure a long service life. The elegant design fits any interior, and its compact size allows for convenient placement in any room.

Detailed Information

  • Stove dimensions: 50х48х86 cm
  • Firebox dimensions: 30х37.5х47 cm
  • Weight: 84 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
50-70 m²
Power
8 kw
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Certificates alpina (537.56KB)
Instructions Alpina G (520.95KB)
Pro-Termo Alpina G Stove Moka
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Pro-Termo Alpina G Stove Moka

What is the Pro-Termo Alpina G Stove Moka and what rooms is it suitable for?

The Pro-Termo Alpina G Stove Moka is an efficient, stylish stove with high energy efficiency, compact dimensions and durable materials. It is suitable for heating houses, cottages and similar premises, working well in medium to large rooms and as an additional heat source.

What materials and construction features does the Pro-Termo Alpina G Stove Moka have?

The stove uses durable, long-lasting materials that ensure prolonged service life and stable heat output. The model pairs a compact, stylish body with a thoughtfully designed construction for efficient heat transfer and easy operation.

What are the dimensions and weight of the Pro-Termo Alpina G Stove Moka?

The description states the model has compact dimensions, but exact dimensions and weight are not provided in the store database. To verify fit for installation, please check the manufacturer's technical documentation or consult the seller.

What is the heating output and what area is the Pro-Termo Alpina G Stove Moka suitable for?

The listing notes the stove heats medium and large rooms effectively and has a high energy efficiency class, but specific output (kW) and recommended area are not provided. Please request the exact power rating from the manufacturer or seller for accurate area calculations.

How is the Pro-Termo Alpina G Stove Moka installed and is a professional needed?

The description states easy installation and operation; installation typically requires a level non-combustible base and connection to a flue per the manufacturer's instructions. For safety and compliance with regulations, a certified installer or stove fitter is recommended.

Can the Pro-Termo Alpina G Stove Moka be used as an auxiliary heat source?

Yes, the description states the stove can serve as a primary or additional heat source in homes, cottages and similar premises. It complements existing heating systems to help maintain comfortable temperatures.

What energy efficiency class does the Pro-Termo Alpina G Stove Moka have?

The listing states the stove has a high energy efficiency class, contributing to energy savings in use. The exact rating (e.g. A, B) is not provided in the store database — check the manufacturer's technical information for the precise class.

Is the Pro-Termo Alpina G Stove Moka suitable for a cottage used infrequently in winter?

Yes, its high energy efficiency and long-lasting heat retention make the model suitable for cottages or country houses with intermittent use. It heats spaces quickly and retains warmth, convenient for occasional occupancy.

How does the Pro-Termo Alpina G Stove Moka differ from other Pro-Termo models?

The description highlights this model's high energy efficiency, compact stylish design and durable materials. For a precise comparison regarding power, dimensions and extra features, consult the technical specifications of the different Pro-Termo models.

Does the Pro-Termo Alpina G Stove Moka require a separate flue and what are the requirements?

The listing indicates connection to a flue per the manufacturer's instructions is required. Exact flue requirements (diameter, material) are not provided in the product data — verify them in the manufacturer's technical documentation before installation.

Google reviews

See all reviews

Model

//$('#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ххххххх');