Aerothermisch Warmtepompen

HEAT PUMPS

Heat pumps

The world’s most efficient air-conditioning system

Aerothermal heat pumps models

ecoAIR+ 1-7 PRO

Monobloc aerothermal heat pump with natural refrigerant, inverter technology and SCROLL compressor.

ecoAIR+ 1-9 PRO

Monobloc aerothermal heat pump with natural refrigerant, inverter technology and SCROLL compressor.

ecoAIR+ 3-12 PRO

Monobloc aerothermal heat pump with natural refrigerant, inverter technology and SCROLL compressor.

ecoAIR+ 3-18 PRO

Monobloc aerothermal heat pump with natural refrigerant, inverter technology and SCROLL compressor.

ecoAIR+ EVI 4-20

Monobloc aerothermal heat pump with EVI, inverter technology and SCROLL compressor.

What is an aerothermal or air-to-water heat pump?

The most efficient aerothermal heat pumps are the so-called air-to-water heat pumps, so called because they extract heat from the air and transfer it to the water, unlike an air conditioner (air-to-air heat pump) that extracts heat from the air and transfers it to the interior through the air, being unable to heat domestic hot water (DHW).

Thanks to the high performance of aerothermal heat pumps, we can multiply electricity consumption by 3, 4 and 5 (depending on the external conditions and the installation), i.e., with 1 kW of electricity consumed we can generate 3 kW to 5 kW of thermal energy.

At Ecoforest we have focused our aerothermal range on air-water and monobloc style heat pumps.

ecoAIR advantages

Invertertechnologie + compressor met variable toerental
HTR warmteterugwinningssysteem
Koel productie in dezelfde apparatuur, capaciteit om tegelijkertijd koeling/warmte te produceren
Eerste fabrikant die Copeland-invertertechnologie gebruikt
Cascadevermogen tot 600 kW

Aerothermal heat pumps advantages

Geen CO2 uitstoot
Verbeterlijke energiebron
Betrouwbare apparatuur
Alles in één system, verwarming, koeling en tapwater
Weinig onderhoud en lage kosten
'; }, complete:function(){ var action = jQuery.param({'action': 'calcular_estimaciones'}); jQuery.ajax({ type:"POST", url: "https://ecoforest.servidor.gal/wp-admin/admin-ajax.php", data : action+"&"+formAsistente, success:function(data){ var genericError = '
Hubo un error al calcular
'; if(data != 0){ var respuesta = jQuery.parseJSON(data); jQuery('#formCalculadorHibrido').addClass('info-completa'); jQuery('#mas-informacion').removeClass('calculadora_res'); jQuery('#mas-informacion').addClass('calculadora_res-completa'); jQuery('#ahorroanual').text(respuesta.ahorro + " %"); jQuery('#estconsumosolocaldera').text(respuesta.actual+ " €"); jQuery('#estconsumobc').text(respuesta.bomba+ " €"); jQuery('#condemandacubiertabc').text(respuesta.demanda+ " Kwh"); jQuery('#conconsumobc').text(respuesta.bombakwh+ " Kwh"); jQuery('#conrendimientobc').text(respuesta.rendimiento_bomba+ " %"); jQuery('#ahorrototal').text(respuesta.ahorrototal+ " €"); //jQuery('#precio_electricidad').text(respuesta.impuesto_bomba+ " €"); jQuery('#precio_bomba').text(respuesta.precio_bomba+ " €"); jQuery('#potenciadiseno').text(respuesta.potencia_diseno+ " kW"); jQuery('#nombrebomba').text(respuesta.bomba_seleccionada); // Themes begin am4core.useTheme(am4themes_frozen); am4core.useTheme(am4themes_animated); // Themes end // Create chart instance var chart = am4core.create("chartdiv", am4charts.XYChart); // Add data chart.data = [{ "tipo_caldera": "Bomba de calor", "eur": respuesta.bomba_sin }, { "tipo_caldera": "Gasóleo", "eur": respuesta.gasoil }, { "tipo_caldera": "Pellets", "eur": respuesta.pellets }, { "tipo_caldera": "Gas natural", "eur": respuesta.natural }, { "tipo_caldera": "Gas propano", "eur": respuesta.glp }, { "tipo_caldera": "Calefacción eléctrica", "eur": respuesta.electrica }]; // Create axes var categoryAxis = chart.xAxes.push(new am4charts.CategoryAxis()); categoryAxis.dataFields.category = "tipo_caldera"; categoryAxis.renderer.grid.template.location = 0; categoryAxis.renderer.minGridDistance = 30; categoryAxis.renderer.labels.template.adapter.add("dy", function(dy, target) { if (target.dataItem && target.dataItem.index & 2 == 2) { return dy + 25; } return dy; }); var valueAxis = chart.yAxes.push(new am4charts.ValueAxis()); // Create series var series = chart.series.push(new am4charts.ColumnSeries()); series.dataFields.valueY = "eur"; series.dataFields.categoryX = "tipo_caldera"; series.name = "Euros"; series.columns.template.tooltipText = "{categoryX}: [bold]{valueY}[/]"; series.columns.template.fillOpacity = .8; var columnTemplate = series.columns.template; columnTemplate.strokeWidth = 2; columnTemplate.strokeOpacity = 1; } }, complete:function(){ ready = true; jQuery(".resultado-loader").hide(); } }); } }); }); var qs = { 'calc_localidad': { 'complete': false, 'a': 'Si vives en', 'b': '' }, 'calc_tipovivienda': { 'complete': false, 'a': 'en ', 'b': '' }, 'calc_metroscuadrados': { 'complete': false, 'a': 'de', 'b': 'metros cuadrados' }, 'calc_tipo_aislamiento': { 'complete': false, 'a': 'con un ', 'b': '' }, 'calc_tipoinstalacion': { 'complete': false, 'a': 'que dispone de', 'b': '' }, 'calc_tipocombustible': { 'complete': false, 'a': 'y una', 'b': '' }, 'calc_solucion': { 'complete': false, 'a': 'y una solución de', 'b': '' } }; var qpedir = { 'nombre': { 'complete': false, 'a': 'y una solución de', 'b': '' }, 'mail': { 'complete': false, 'a': 'y una solución de', 'b': '' }, 'terms': { 'complete': false, 'a': '', 'b': '' } }; var nq = Object.keys(qs).length; var nqpedir = Object.keys(qpedir).length; function checkQuestions() { var nq_complete = 0; for (var q in qs) { if (!qs[q].complete) { jQuery('#' + q) .addClass('active') .removeAttr('disabled') .focus(); if(jQuery('#' + q).parent().parent().hasClass('disabled')){ jQuery('#' + q).parent().parent().removeClass('disabled'); } break; } else { jQuery('#' + q) .removeClass('active'); nq_complete++; } } jQuery('.calc-form') .removeClass('step-' + (nq_complete-1)) .addClass('step-' + nq_complete); if (nq_complete == nq) { if(ready){ jQuery('#formCalculadorHibrido').submit(); } } } function checkQuestionsPedir() { var nq_pedircomplete = 0; for (var qp in qpedir) { if (!qpedir[q].complete) { jQuery('#' + qp) .addClass('active') .removeAttr('disabled') .focus(); if(jQuery('#' + qp).parent().parent().hasClass('disabled')){ jQuery('#' + qp).parent().parent().removeClass('disabled'); } break; } else { jQuery('#' + qp) .removeClass('active'); nq_pedircomplete++; } } jQuery('.calc-form') .removeClass('step-' + (nq_pedircomplete-1)) .addClass('step-' + nq_pedircomplete); if (nq_pedircomplete == nqpedir) { if(ready){ jQuery('#formCalculadorHibrido').submit(); } } } function setQuestion(id, value) { if(id != 'nombre' && id != 'mail' && id != 'terms' && id != 'telefono' && id != 'cp'){ var _el = jQuery('#' + id); var q = qs[id]; var f = q.a + ' ' + value + ' ' + q.b; q.complete = true; jQuery('label[for="' + id + '"]').html(f); _el.blur(); checkQuestions(); } else { //checkQuestionsPedir(); } } function getSelect(el) { var _el = jQuery(el); var el_id = _el.attr('id'); var _el_option = jQuery(_el.find('option:selected')); var el_data = _el_option.text(); var el_text = _el_option.data('text'); if (typeof el_text !== typeof undefined && el_text !== false) { el_data = el_text; } setQuestion(el_id, el_data); } function getInput(el) { var _el = jQuery(el); var el_id = _el.attr('id'); var el_data = _el.val(); setQuestion(el_id, el_data); } jQuery('.calc-form__consulta select').change(function() { getSelect(this); }); jQuery('.calc-form__consulta input').on("change keydown", function(e){ if ((e.type == "keydown") && (e.which == 13)) // Enter { getInput(this); } else if (e.type == "change") { getInput(this); } }); jQuery('#info-button').click(function(e){ jQuery('#pedir_datos').show(); jQuery('#nombre').focus(); }); jQuery('#mail').change(function(e){ jQuery('#labelmail').html(jQuery('#mail').val()) }); jQuery('#nombre').change(function(e){ jQuery('#labelnombre').html(jQuery('#nombre').val()) }); jQuery('#telefono').change(function(e){ jQuery('#labeltelefono').html(jQuery('#telefono').val()) }); jQuery('#cp').change(function(e){ jQuery('#labelcp').html(jQuery('#cp').val()) }); jQuery('#ver-informe').click(function(e){ e.preventDefault(); if(jQuery('#nombre').val() != '' && jQuery('#mail').val() != '' && jQuery('#telefono').val() != '' && jQuery('#cp').val() != ''){ if(jQuery('#terms').is(":checked")){ jQuery('#calc_nombre').val(jQuery('#nombre').val()) jQuery('#calc_mail').val(jQuery('#mail').val()) jQuery('#calc_telefono').val(jQuery('#telefono').val()) jQuery('#calc_cp').val(jQuery('#cp').val()) jQuery('#calc_presu').val(1) jQuery('#pedir_completo').val(1) if( jQuery('#enviado').val() != 1){ jQuery('#formCalculadorHibrido').submit(); } jQuery('#enviado').val(1) jQuery('#mas-informacion').show(); } else { alert('Debes leer y aceptar los término y condiciones'); } } else{ alert('Debes cubrir todos los campos'); } }); });

FAQ

One of the great advantages of the heat pump is the ability to heat, cool and domestic hot water (DHW) with the same equipment. The aerothermal heat pump extracts heat from the air in winter to heat the installation and the DHW. In summer, the aerothermal heat pump transports the heat inside the house to the outside, thus reducing the temperature.

Air conditioning is a type of aerothermal heat pump of the air-air type, this means that it extracts energy from the air and transmits it to the interior of the installation through the air, so air conditioning cannot be used with underfloor heating, radiators and cannot heat DHW. In addition, air conditioning is less efficient, more polluting due to the large amount of refrigerant it uses, and more expensive to maintain.

The monobloc aerothermal heat pump is of the air-water type, as it exchanges heat with the outside air and transmits it to the inside via water. Monobloc refers to the fact that all the components of the aerothermal heat pump are located in the outdoor unit.

It is a type of aerothermal heat pump in which all the components of the heat pump are in the outdoor unit, making it a very compact and easy to install system. The indoor unit usually has different models, some more basic ones consisting only of the control screen and others more complex with hydraulic kits and even domestic hot water tanks.

Both systems use the heat pump, the only difference is the medium from which the energy is obtained, in the case of aerothermal energy it is obtained from the air, but in geothermal energy it can be obtained from the ground and from water.

Heat pumps use energy to run the compressor, a component of the heat pump, but this electricity consumption is minimal compared to the energy that is extracted from the air in the case of aerothermal energy and from the ground or water in the case of geothermal energy. The heat pump can generate from 1 kW of electricity consumed up to 5 kW of useful thermal energy for the air conditioning of the house. Thanks to these high efficiencies, large savings can be achieved.

The monobloc aerothermal heat pump is a very compact air-conditioning system, so the technical room is very simple and small in size. The installation consists of an outdoor unit and an indoor unit. The great advantage of the aerothermal system is that it avoids duplicating systems as it produces heating and cooling.

Schrijf u in op onze nieuwsbrief

Wilt u op de hoogte blijven van het Ecoforest nieuws?