ADVERTISEMENT

Salceda reaches deal with Malacañang, DOE to prevent power hikes in Albay

Published Jun 26, 2021 07:00 pm

Albay Congressman Joey Sarte Salceda said on Saturday, June 26, that he has reached an understanding with Malacañang and Department of Energy (DOE) Secretary Alfonso Cusi to prevent the looming power hikes in Albay due to the province’s overexposure to the spot market, whose power prices spiked this quarter due to thin supply and sharp demand.

This came after Cusi and Senator Christopher ‘’Bong’’ Go, chairman of the Senate health and demography committee, intervened to have the earlier DOE rejection of the power supply agreement reversed.

“Thanks to Senator Bong Go and Secretary Cusi, the Department of Energy (DOE) will issue on Tuesday a certificate of exemption from CSP to APEC for six months. This would enable them to engage in Emergency Power Supply Agreement (EPSA) and buy 100 percent from other suppliers at P6.70 instead of P13.47 at the wholesale electricity spot market (WESM),” Salceda said in a statement.

“This would mean that electricity prices will not just go back to P9.40 from the current P13.20- to as low as P8.40 for July billings,” he added.

Salceda said he has also talked to the Palace through Executive Secretary Salvador Medialdea to ensure that the President is apprised of the situation and clears the agreement.

“This intervention will keep the lights on in Albay, and possibly lower prices. It buys us six months to solve more structural issues with APEC,” Salceda added.

“Thank you to Secretary Cusi for being very open and accommodating of our request,” Salceda said.

In a June 25 letter to Cusi, Salceda requested that the DOE reconsider its May 27 rejection of the request for the EPSA.

“While I recognize the Department’s prerogative, I request your urgent reconsideration of the matter, in light of the extraordinary circumstances that Albay is under. As a result of the decision to deny the request for the COE, APEC/ALECO is now required to source all its power requirements, reaching 40 MW at full demand, from rom the Wholesale Electricity Spot Market (WESM) or now referred to as the Independent Market Operator of the Philippines (“IEMOP”),” Salceda said.

“I am certain the Department understands the implications of having an entire province’s energy requirement sourced from a market with highly volatile prices. The price of purchasing the base load, intermediate and peaking energy requirements from WESM is costly at this time, given the sharp increase in Luzon demand and the simultaneous generation plant outages that tightened Luzon power supply,” he explained.

“Without an EPSA to provide stable supply at predictable prices, Albayano power consumers are forced to pay higher monthly electric power bills due to the full exposure to WESM. Your reconsideration of the matter could protect them from a steep rise in prices, especially given this hour of great socioeconomic need,” Salceda wrote to Cusi.

Salceda also told Cusi that “as one of the architects of the Electric Power Industry Reform Act (EPIRA), I fully understand that the intent of competition rules under the law is to protect the consumer and to maximize their welfare.”

“I also understand that Section 1.1 of the Policy for the Competitive Section Process in the Procurement by Distribution Utilities of Power Supply Agreement for the Captive Market states that PSAs shall be governed by the principle of “least cost manner in ensuring that each distribution utility (DU) is able to meet the demand for its captive market at any given time.””

“Finally, I understand that the same Policy allows the Department to grant a Certificate of Exemption from the conduct of a CSP if the application is for a negotiated procurement of emergency power supply, if the PSA does not exceed one year,” Salceda wrote.

In a statement following his calls with top Energy and Palace officials, Salceda said that he would continue to work towards a more “permanent” solution to the power supply issue.

“APEC is simply overexposed to the spot market, whose intent is really to fill up supply deficits, not be the main source. We need to fix the power supply contracts of APEC. On my end, I will try to make sure that there are no policy impediments to the more long-term solution we come up with. For now, we thank the Palace, Senator Go, and Secretary Cusi for helping us out in this crucial time,” Salceda pointed out.

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.