ADVERTISEMENT

Daikin, the first air conditioning company in the Philippines that implements new energy label scheme

Published Jun 15, 2022 02:33 pm

In compliance with the Energy Efficiency and Conservation Act (Republic Act 11285) which was signed by President Duterte in 2019, the Department of Energy (DOE) has implemented a new energy label scheme. The shift to this new standard directed government agencies to emphasize the importance of energy efficiency, and it was finally launched last January 10. This new standard also paved the way to move to higher energy efficiency products.

Mr. Ikuo Kani, Daikin Vice President

The Philippine Energy Labeling Program (PELP) has ushered in a new way to measure energy efficiency which is Cooling Seasonal Performance Factor (CSPF), and Daikin Airconditioning Philippines, Inc., one of the first HVAC (Heating, Ventilation, and Air Conditioning) companies in the Philippines to implement this new energy label scheme.

“It is a welcome development for Daikin as we have always been a strong advocate for energy efficiency and upgrading the Philippine Air Conditioning industry as a whole. With the shift to more energy efficient products, aircon manufacturers like Daikin will be pushed further to fulfill the responsibility to each consumer, which is to provide the best quality product. We believe that this will ultimately benefit every consumer as they now have the access to the information that will steer them better to the direction that both suits their lifestyles and needs,” explains by Mr. Takayoshi Miki, President of Daikin Philippines.

Ikuo Kani (Daikin Phils.), Liza Liserio (SM), Erik Kristofer Riola (FELCO), Kristian Alban (PCOO), Patrick Aquino (DOE)

Some of the many benefits of this new regulation include choosing real and reliable rating values to choose the right air conditioning unit and easily determine their energy savings. Moving forward, this new standard will provide more energy efficient products for consumers, reducing electricity bills and reducing the environmental impact to the earth.

Not only was Daikin the first company in the Philippines to receive the CSPF 5 Star authorization from DOE, they’ve also started labeling these on their units: FTKM-TVM with the highest efficiency, FTKC-TVM with higher efficiency, and FTKQ-TVM with standard efficiency. As for how to choose the right unit? Daikin has this advice, “The best way is to still choose the most energy efficient cost and balance it out with the lifestyle. As not all inverter technology is created equal, we have launched several lineups to balance one’s buying capacity and make energy efficient products as accessible as possible to everyone.”

Being the first to gain the approval of DOE, they will be working hand in hand with this government agency in the Energy Efficiency and Conservation (ECC) Interactive Mall Tour in promoting CSPF Energy Labels and other practices, measures, and technologies in energy efficiency and conservation.

“The recently held mall tour also given us the opportunity to educate consumers along with other manufacturers and DOE with the new labeling program. One has to understand that not only has the rating system changed but, the level of transparency has gone up as these new labels feature the information that will help consumers to calculate and estimate outright their projected expenses in the convenience of anywhere they might be,” Daikin explains further.

Related Tags

air conditioning daikin
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.