<!DOCTYPE html> <!--[if IE 6]> <html id="ie6" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 7]> <html id="ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html id="ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <!-- Cookies --> <link rel="stylesheet" href="https://pdcc.gdpr.es/pdcc.min.css"> <script src="https://pdcc.gdpr.es/pdcc.min.js"></script> <script type="text/javascript"> PDCookieConsent.config({ "brand": { "dev" : true, "name": "HemeLOPD", "url" : "https://hemesa.com", "websiteOwner" : "HemeLOPD" }, "cookiePolicyLink": "https://geotermiasolar.net/politica-de-cookies", "hideModalIn": [ "https://geotermiasolar.net/politica-de-cookies" ], "styles": { "primaryButton": { "bgColor" : "#C1D01E", "txtColor": "#000" }, "secondaryButton": { "bgColor" : "#EEEEEE", "txtColor": "#333333" } } }); </script> <!-- --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P2FW533D');</script> <!-- End Google Tag Manager --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-11422322512"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-11422322512'); </script> <!-- Event snippet for Vista de una página conversion page --> <script> document.addEventListener('DOMContentLoaded', function() { if (window.location.pathname === '/') { gtag('event', 'conversion', {'send_to': 'AW-11422322512/KglOCJuC-P8YENCey8Yq'}); } }); </script> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php elegant_description(); ?> <?php elegant_keywords(); ?> <?php elegant_canonical(); ?> <?php do_action( 'et_head_meta' ); ?> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php $template_directory_uri = get_template_directory_uri(); ?> <!--[if lt IE 9]> <script src="<?php echo esc_url( $template_directory_uri . '/js/html5.js"' ); ?>" type="text/javascript"></script> <![endif]--> <script type="text/javascript"> document.documentElement.className = 'js'; </script> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php $product_tour_enabled = et_builder_is_product_tour_enabled(); $page_container_style = $product_tour_enabled ? ' style="padding-top: 0px;"' : ''; ?> <div id="page-container"<?php echo $page_container_style; ?>> <?php if ( $product_tour_enabled || is_page_template( 'page-template-blank.php' ) ) { return; } $et_secondary_nav_items = et_divi_get_top_nav_items(); $et_phone_number = $et_secondary_nav_items->phone_number; $et_email = $et_secondary_nav_items->email; $et_contact_info_defined = $et_secondary_nav_items->contact_info_defined; $show_header_social_icons = $et_secondary_nav_items->show_header_social_icons; $et_secondary_nav = $et_secondary_nav_items->secondary_nav; $et_top_info_defined = $et_secondary_nav_items->top_info_defined; $et_slide_header = 'slide' === et_get_option( 'header_style', 'left' ) || 'fullscreen' === et_get_option( 'header_style', 'left' ) ? true : false; ?> <?php if ( $et_top_info_defined && ! $et_slide_header || is_customize_preview() ) : ?> <div id="top-header"<?php echo $et_top_info_defined ? '' : 'style="display: none;"'; ?>> <div class="container clearfix"> <?php if ( $et_contact_info_defined ) : ?> <div id="et-info"> <?php if ( '' !== ( $et_phone_number = et_get_option( 'phone_number' ) ) ) : ?> <span id="et-info-phone"><?php echo et_sanitize_html_input_text( $et_phone_number ); ?></span> <?php endif; ?> <?php if ( '' !== ( $et_email = et_get_option( 'header_email' ) ) ) : ?> <a href="<?php echo esc_attr( 'mailto:' . $et_email ); ?>"><span id="et-info-email"><?php echo esc_html( $et_email ); ?></span></a> <?php endif; ?> <?php if ( true === $show_header_social_icons ) { get_template_part( 'includes/social_icons', 'header' ); } ?> </div> <!-- #et-info --> <?php endif; // true === $et_contact_info_defined ?> <div id="et-secondary-menu"> <?php if ( ! $et_contact_info_defined && true === $show_header_social_icons ) { get_template_part( 'includes/social_icons', 'header' ); } else if ( $et_contact_info_defined && true === $show_header_social_icons ) { ob_start(); get_template_part( 'includes/social_icons', 'header' ); $duplicate_social_icons = ob_get_contents(); ob_end_clean(); printf( '<div class="et_duplicate_social_icons"> %1$s </div>', $duplicate_social_icons ); } if ( '' !== $et_secondary_nav ) { echo $et_secondary_nav; } et_show_cart_total(); ?> </div> <!-- #et-secondary-menu --> </div> <!-- .container --> </div> <!-- #top-header --> <?php endif; // true ==== $et_top_info_defined ?> <?php if ( $et_slide_header || is_customize_preview() ) : ?> <div class="et_slide_in_menu_container"> <?php if ( 'fullscreen' === et_get_option( 'header_style', 'left' ) || is_customize_preview() ) { ?> <span class="mobile_menu_bar et_toggle_fullscreen_menu"></span> <?php } ?> <?php if ( $et_contact_info_defined || true === $show_header_social_icons || false !== et_get_option( 'show_search_icon', true ) || class_exists( 'woocommerce' ) || is_customize_preview() ) { ?> <div class="et_slide_menu_top"> <?php if ( 'fullscreen' === et_get_option( 'header_style', 'left' ) ) { ?> <div class="et_pb_top_menu_inner"> <?php } ?> <?php } if ( true === $show_header_social_icons ) { get_template_part( 'includes/social_icons', 'header' ); } et_show_cart_total(); ?> <?php if ( false !== et_get_option( 'show_search_icon', true ) || is_customize_preview() ) : ?> <?php if ( 'fullscreen' !== et_get_option( 'header_style', 'left' ) ) { ?> <div class="clear"></div> <?php } ?> <form role="search" method="get" class="et-search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <?php printf( '<input type="search" class="et-search-field" placeholder="%1$s" value="%2$s" name="s" title="%3$s" />', esc_attr__( 'Search &hellip;', 'Divi' ), get_search_query(), esc_attr__( 'Search for:', 'Divi' ) ); ?> <button type="submit" id="searchsubmit_header"></button> </form> <?php endif; // true === et_get_option( 'show_search_icon', false ) ?> <?php if ( $et_contact_info_defined ) : ?> <div id="et-info"> <?php if ( '' !== ( $et_phone_number = et_get_option( 'phone_number' ) ) ) : ?> <span id="et-info-phone"><?php echo et_sanitize_html_input_text( $et_phone_number ); ?></span> <?php endif; ?> <?php if ( '' !== ( $et_email = et_get_option( 'header_email' ) ) ) : ?> <a href="<?php echo esc_attr( 'mailto:' . $et_email ); ?>"><span id="et-info-email"><?php echo esc_html( $et_email ); ?></span></a> <?php endif; ?> </div> <!-- #et-info --> <?php endif; // true === $et_contact_info_defined ?> <?php if ( $et_contact_info_defined || true === $show_header_social_icons || false !== et_get_option( 'show_search_icon', true ) || class_exists( 'woocommerce' ) || is_customize_preview() ) { ?> <?php if ( 'fullscreen' === et_get_option( 'header_style', 'left' ) ) { ?> </div> <!-- .et_pb_top_menu_inner --> <?php } ?> </div> <!-- .et_slide_menu_top --> <?php } ?> <div class="et_pb_fullscreen_nav_container"> <?php $slide_nav = ''; $slide_menu_class = 'et_mobile_menu'; $slide_nav = wp_nav_menu( array( 'theme_location' => 'primary-menu', 'container' => '', 'fallback_cb' => '', 'echo' => false, 'items_wrap' => '%3$s' ) ); $slide_nav .= wp_nav_menu( array( 'theme_location' => 'secondary-menu', 'container' => '', 'fallback_cb' => '', 'echo' => false, 'items_wrap' => '%3$s' ) ); ?> <ul id="mobile_menu_slide" class="<?php echo esc_attr( $slide_menu_class ); ?>"> <?php if ( '' == $slide_nav ) : ?> <?php if ( 'on' == et_get_option( 'divi_home_link' ) ) { ?> <li <?php if ( is_home() ) echo( 'class="current_page_item"' ); ?>><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Home', 'Divi' ); ?></a></li> <?php }; ?> <?php show_page_menu( $slide_menu_class, false, false ); ?> <?php show_categories_menu( $slide_menu_class, false ); ?> <?php else : echo( $slide_nav ); endif; ?> </ul> </div> </div> <?php endif; // true ==== $et_slide_header ?> <header id="main-header" data-height-onload="<?php echo esc_attr( et_get_option( 'menu_height', '66' ) ); ?>"> <div class="container clearfix et_menu_container"> <?php $logo = ( $user_logo = et_get_option( 'divi_logo' ) ) && '' != $user_logo ? $user_logo : $template_directory_uri . '/images/logo.png'; ?> <div class="logo_container"> <span class="logo_helper"></span> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"> <img src="<?php echo esc_attr( $logo ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>" id="logo" data-height-percentage="<?php echo esc_attr( et_get_option( 'logo_height', '54' ) ); ?>" /> </a> </div> <div id="et-top-navigation" data-height="<?php echo esc_attr( et_get_option( 'menu_height', '66' ) ); ?>" data-fixed-height="<?php echo esc_attr( et_get_option( 'minimized_menu_height', '40' ) ); ?>"> <?php if ( ! $et_slide_header || is_customize_preview() ) : ?> <nav id="top-menu-nav"> <?php $menuClass = 'nav'; if ( 'on' == et_get_option( 'divi_disable_toptier' ) ) $menuClass .= ' et_disable_top_tier'; $primaryNav = ''; $primaryNav = wp_nav_menu( array( 'theme_location' => 'primary-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => 'top-menu', 'echo' => false ) ); if ( '' == $primaryNav ) : ?> <ul id="top-menu" class="<?php echo esc_attr( $menuClass ); ?>"> <?php if ( 'on' == et_get_option( 'divi_home_link' ) ) { ?> <li <?php if ( is_home() ) echo( 'class="current_page_item"' ); ?>><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php esc_html_e( 'Home', 'Divi' ); ?></a></li> <?php }; ?> <?php show_page_menu( $menuClass, false, false ); ?> <?php show_categories_menu( $menuClass, false ); ?> </ul> <?php else : echo( $primaryNav ); endif; ?> </nav> <?php endif; ?> <?php if ( ! $et_top_info_defined && ( ! $et_slide_header || is_customize_preview() ) ) { et_show_cart_total( array( 'no_text' => true, ) ); } ?> <?php if ( $et_slide_header || is_customize_preview() ) : ?> <span class="mobile_menu_bar et_pb_header_toggle et_toggle_<?php echo esc_attr( et_get_option( 'header_style', 'left' ) ); ?>_menu"></span> <?php endif; ?> <?php if ( ( false !== et_get_option( 'show_search_icon', true ) && ! $et_slide_header ) || is_customize_preview() ) : ?> <div id="et_top_search"> <span id="et_search_icon"></span> </div> <?php endif; // true === et_get_option( 'show_search_icon', false ) ?> <?php do_action( 'et_header_top' ); ?> </div> <!-- #et-top-navigation --> </div> <!-- .container --> <div class="et_search_outer"> <div class="container et_search_form_container"> <form role="search" method="get" class="et-search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <?php printf( '<input type="search" class="et-search-field" placeholder="%1$s" value="%2$s" name="s" title="%3$s" />', esc_attr__( 'Search &hellip;', 'Divi' ), get_search_query(), esc_attr__( 'Search for:', 'Divi' ) ); ?> </form> <span class="et_close_search_field"></span> </div> </div> </header> <!-- #main-header --> <div id="et-main-area">

En un momento en el que ahorrar energía y cuidar el medioambiente son prioridades, las calderas de condensación se consolidan como una opción muy eficiente, segura y ecológica para calentar tu vivienda.

Desde Instalaciones Enrique Pérez – Geotermia Solar, te explicamos en qué consisten, qué ventajas ofrecen y cómo pueden ayudarte a reducir tu factura energética.

¿Qué son las calderas de condensación?

Desde 2015, el Reglamento de Instalaciones Térmicas en Edificios (RITE) y la normativa europea de eficiencia energética ErP/ELD (Directiva 2009/125/CE) limitan significativamente la fabricación y comercialización de calderas tradicionales de baja eficiencia, favoreciendo la instalación de calderas de condensación.

Las calderas de condensación son un tipo de caldera de gas diseñada para aprovechar al máximo el calor generado durante la combustión ya que reaprovecha el calor del vapor de agua presente en los gases de combustión. Este calor, que se desperdicia en calderas tradicionales, se utiliza para precalentar el agua del sistema, aumentando notablemente la eficiencia.

El resultado es un aprovechamiento energético de hasta el 110 %, según diversos estudios técnicos y pruebas de la OCU.

Ventajas de las calderas de condensación

Ahorro real en consumo

La OCU (Organización de Consumidores y Usuarios) estima que cambiar una caldera antigua por una de condensación puede suponer un ahorro de hasta el 25 % en gas y un 40 % en electricidad si además se incorpora un buen sistema de regulación.

  • Menor impacto ambiental: Al consumir menos combustible, emiten menos CO2 y otros gases contaminantes, contribuyendo a la lucha contra el cambio climático.
  • Mayor vida útil: Al trabajar de manera más eficiente y con temperaturas más bajas, sufren menos desgaste y pueden tener una durabilidad superior a la de las calderas tradicionales.
  • Compatibilidad con sistemas de energía renovable: Pueden integrarse con sistemas como paneles solares térmicos para mejorar aún más su eficiencia y sostenibilidad.

Es adecuada para tu vivienda si…

Sí, especialmente si:

  • Tu caldera actual tiene más de 10 años.
  • Estás reformando tu sistema de calefacción y tienes instalación de gas previa.
  • Quieres reducir tu gasto energético y las emisiones de tu hogar sin complicaciones técnicas.
  • Buscas un equipo moderno, seguro y con garantía.
  • Si no quieres realizar obra mayor.
  • Si quieres reducir consumo y emisiones con una inversión moderada.
  • Si te interesa acogerte a ayudas y subvenciones.

Comparativa de sistemas de calefacción

Característica Caldera de condensación Caldera convencional Aerotermia Biomasa (pellets)
Eficiencia energética ⭐⭐⭐⭐ (hasta 110 %) ⭐⭐
(70–80 %)
⭐⭐⭐⭐⭐ (COP 3–5) ⭐⭐⭐
(85–90 %)
Ahorro en consumo
Hasta -25 % gas

Mayor consumo

Muy eficiente

Bajo coste del combustible
Inversión inicial aprox. (depende de cada instalación) 1.200–2.500 €  900–1.500 €  4.000–9.000 €  3.000–6.000 €
Requiere obra/reforma ❌ Mínima ❌ Mínima ✅ Sí, con adaptación ✅ Silo o espacio de pellets
Mantenimiento  Bajo Medio Bajo  Alto (limpieza de cenizas diaria)
Emisiones contaminantes Bajas Altas Casi nulas Bajas, pero con partículas que ensucian
Espacio necesario  Compacta Compacta Necesita unidad exterior Necesita almacén de pellets
Compatibilidad solar térmica ✅ Sí ❌ No ✅ Sí ❌ No habitual
Subvenciones aplicables ✅ Sí (Next Gen / IDAE) ❌ No ✅ Sí ✅ En algunos casos
Ideal para… Reformas, viviendas urbanas Viviendas antiguas Obra nueva o gran reforma Viviendas rurales con espacio

Desde Instalaciones Enrique Pérez – Geotermia Solar te ayudamos a elegir e instalar la caldera ideal para tu hogar.

En nuestra empresa, realizamos:

  • Estudios térmicos personalizados según el tipo de vivienda.
  • Selección de equipos líderes en eficiencia (Vaillant, Ferroli, Junkers…).
  • Instalación y puesta en marcha certificada, cumpliendo la normativa actual.
  • Asesoramiento en ayudas y subvenciones vigentes (programas Next Generation, IDAE, etc.).

En definitiva, las calderas de condensación representan una solución eficiente y sostenible para la calefacción de los hogares modernos. Su capacidad para reducir el consumo de energía y las emisiones contaminantes las convierte en una excelente alternativa para quienes buscan una opción más ecológica y económica.

Desde Instalaciones Enrique Pérez nos comprometemos a ayudarte en tu decisión y ofrecerte el sistema de calefacción que te hará ahorrar en tu factura.