ADVERTISEMENT

ERC swamped with 47,000 complaints on electricity bills

Published Jul 6, 2020 05:16 pm

The Energy Regulatory Commission (ERC) is now swamped with more than 47,000 complaints from consumers who were shocked when they received their electricity bill.

Energy Regulatory Commission
(ERC FACEBOOK / MANILA BULLETIN)

ERC chairperson Agnes Devanadera disclosed this during the Senate energy committee’s hearing into the “bill shock” issue hounding power consumers, saying the agency itself is now experiencing “complainant shock.”

“Kung meron po tayong bill shock, meron naman po kaming complainant shock dahil 47,000 ho (nag-complain) na hindi namin in-anticipate at all (If there’s bill shock, on our end, we experienced complainant shock, because we received around 47,000 complaints which we did not anticipate at all),” Devanadera said responding to Sen. Sherwin Gatchalian, chair of the Senate energy panel.

“We are organizing our people to respond to the 47,000 (complaints),” said Devanadera.

However, she said, the ERC is meticulously going through all the documents and reports submitted to them and so is not yet in the position to say whether Manila Electric Corp. (Meralco) overcharged its consumers or if there is any erroneous in the electricity rate imposed on the consumers.

“The bills are quite high and we need to really go through the different documents because in determining the rates we must be able to compare with what was approved,” she said.

She also said they have already required distribution utilities (DUs) and electric cooperatives (ECs) to submit bills from their suppliers, from the National Grid Corp. of the Philippines (NGCP) and from market operators should they have purchased from the spot market.

“Because our deadline is set on June 30, this process is still ongoing,” she pointed out.

Nevertheless, Devanadera said they have already issued an advisory to Meralco requiring a separate statement for the months covered by the enhanced community quarantine (ECQ) saying it is necessary for consumers to easily know what should be covered by the installment payment option.

“We have been very specific that we required that the installment must be covered by a separate bill. Dapat ho kitang kita ng tao kung ano talaga yung subject ng installment payment.

“We also issued an advisory that the estimate should be clearly stated, kung alin dun. Ngayon nakita natin, narinig natin, na kaya nagkaroon ng kalituhan dahil contrary to the advisory of ERC, yung estimated billing, estimated billing for March and April, hindi naman specifically inilagay sa (electric) bill,” she pointed out.

“So this is why there is so much confusion and anxiety among our power consumers,” Devanadera lamented.

Though Meralco has responded to the ERC’s show cause order, this is still being evaluated.  Nevertheless, Devanadera said they have added additional workers to respond to consumer complaints saying they would be ineffective in answering their requests if they do not cooperate with DUs and ECs or other regulated agencies.

During the hearing, Meralco’s First Vice President and Head of Customer Retail Services and Corporate Communications Victor Genuino admitted that they failed to include customer’s estimated March and April power consumption in their May billing.

According to him, Meralco billed customers based on average consumption from December to February since meter reading could not be done in March and April due to the lockdown.

This did not sit well with Gatchalian, who also complained incurring over P23,000 in his personal electricity bill for the month of May.

Gatchalian complained his electricity bill did not indicate whether or not the March and April consumption included in the May bill were estimated or were already the actual consumption.

The senator said he was forced to pay it to avoid disconnection. “Maraming ganitong cases, and without clear explanation that you embedded the estimates for March and April. People will think that this is the actual reading,” Gatchalian told Meralco.

To which the Meralco official replied: “you are correct sir, in a sense that we weren’t able to reflect where all of these additions to the estimated bills were in your previous consumption.”

Meralco chief executive officer and president Ray Espinosa, however, assured that consumers who were entitled to pay in installments but paid their bills in full, may still refund their payment.

He said those qualified to refund their bill will receive letters itemizing an installment plan.

“Kung nagbayad na kayo in full nung bills niyo na dapat babayaran niyo ng installment, ire-refund po namin iyan and papadalhan namin kayo ng bagong sulat (If you paid in full when you are supposed to pay in installment, we will refund you for that and we will send you a new letter),” Espinosa said.

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.