ADVERTISEMENT

Power restored in Bacolod after 5 days

Published Aug 26, 2024 02:49 pm

BACOLOD CITY – The Negros Electric Power Corp. (NEPC/Negros Power) restored power to more than 40,000 consumers here on Monday, August 26, five days after a series of power outages triggered by the shutdown of the Alijis substation on Wednesday, August 21.

ROEL CASTRO.jpeg

ROEL Castro (left), president and chief executive officer of Negros Electric Power Corp. (NEPC/Negros Power), inspects the Alijis substation in Bacolod City following a series of power outages caused by a damaged old power transformer. (Photo courtesy of Negros Power)

As of Monday morning, the 10 MegaVolt Ampere (MVA) mobile substation energized Alijis Feeders 1 and 3 that were greatly affected by the failed power transformer based on the NEPC advisory.

With this development, the NEPC said that there will be no rotational brownouts due to enough power supply.

On Saturday, August 24, MORE Power, NEPC’s sister company, which recently took over the operations of the Central Negros Electric Cooperative (Ceneco), deployed a 10 MVA mobile substation from Iloilo City to augment the power load necessity of the failed Alijis substation, which caters to seven feeders.

In a press briefing over the weekend, NEPC President and Chief Executive Officer Roel Castro said they took a risk of pulling out a mobile substation in Iloilo even if they could be penalized by the Energy Regulatory Commission (ERC) to support the load needs of the substation.

“We will face the penalty when the time comes,” he added.

Castro said that while the capacity of the failed Alijis substation transformer was 37MVA, the demand is at 32MVA.

The NEPC is tying up with nearby substations to distribute power to the remaining feeders of the Alijis substation pending the installation of the new 18 MVA power transformer to replace a 13-year-old transformer damaged due to gas leaks and age.

The new transformer is expected to be installed in two weeks.

Castro said the combined capacity of the 10MVA mobile substation and the newly purchased 18MVA transformer are sufficient to supply the seven feeders while the balance can be distributed to nearby substations.

“We don’t really want this to happen. We don’t have revenues from this and this has brought inconveniences to the consumers and we’re very sensitive to that,” Castro said.

Despite the negative comments against the NEPC due to the recent power situation, Castro said that it won’t affect their mandate to serve their consumers.

“I know this is not enough explanation and the consumers will not be satisfied with this. But bear with us because we still have so much to do,” he added.

Meanwhile, the city government called for an emergency meeting on Saturday to address the power crisis in this city as well as the water problem brought about by the power outages in some areas here in the past days.

“The pecularity in Bacolod is that no power means no water,” Castro said.

Castro said that they provided new generators in two pumping stations, particularly the south area for continuous water supply. PrimeWater also conducted water deliveries in affected areas.

He assured that there is no surge in the electric bills because meters have certain bands that could not affect the reading. “It is always based on consumed energy of the consumers,” he said.

Mayor Albee Benitez, through his spokesperson lawyer Caesar Distrito, said that he advised NEPC to submit a transition plan and timeline to the city council for transparency and progress monitoring.

The mayor reassured the residents that the city government is closely monitoring the situation and working with NEPC to implement immediate solutions and ensure long-term infrastructure improvements for the benefit of residents.

Related Tags

Bacolod City Power interruption Negros Power
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.