ADVERTISEMENT

Senators warn Meralco of possible charges for customers' 'bill shock'

Published Jul 6, 2020 02:56 pm

Senators warned the Manila Electric Company (Meralco) on Monday on the possible charges that it may face arising from rampant complaints on excessively charging its customers during the community quarantine.

(MANILA BULLETIN)

In a hearing of the Senate Committee on Energy, senators chided Meralco for its "confusing" computation and explanation on the bill shock experienced by consumers that even the lawmakers said they also could not understand.

Senator Francis Tolentino reminded that the utility company is responsible for this confusion, citing Article 102 of the Consumer Act of the Philippines.

"Baka may magclass suit sa inyo rito, 'yong mga naguluhan (Those confused might file class suit against you)," he told Meralco officials in the hearing.

Tolentino said that despite the high electricity charges, several areas in the country still experience brown outs.

The law holds service providers liable "for any quality imperfections that render the services improper for consumption or decrease their value, and for those resulting from inconsistency with the information contained in the offer or advertisement."

The said provision states that consumers are entitled to demand either the extended performance of the services without any additional cost to them; or the immediate reimbursement of the amount paid; or a price reduction for the improper services provided to them.

Senator Risa Hontiveros also urged the Energy Regulatory Commission (ERC) to investigate and study the possible charges against Meralco for its "anti-consumer" billing practices.

"Kung may nalabag silang (If they have violated any) ERC order, Meralco should be immediately charged and penalized for its anti-consumer practices. Consumers deserve justice for being made to pay exorbitant power charges at a time when so many have lost their jobs and livelihood," Hontiveros said.

"Ngayong panahon ng pandemya, huwag naman sana dumagdag pa ang overpriced at hindi malinaw na singil sa kuryente sa problema ng taumbayan (In this time of pandemic, the overpriced and vague charging of electricity should not anymore add to the problems of our countrymen). Government should use the full force of the law to put an end to abusive or questionable practices by power firms and other public utilities," she added.

Senator Sherwin Gatchalian, energy commitee chairman, said his office received a total of 179 complaints on Meralco's "violations", which include the failure to clearly indicate that estimates were included in the electricity bills.

Hontiveros and Tolentino also quizzed Meralco about the confusion on whether or not it conducted actual meter readings before charging its customers for their March, April, May and June consumptions.

Meralco Vice President and Head of Customer Retail Services and Corporate Communications Victor Genuino said they were not able to deploy meter readers for the months of March, April, and May due to the restrictions brought about by the pandemic, saying meter reading "depends on the availability of our people to enter the areas which weren't on lockdown."

Meter readers were only deployed starting in April for commercial establishments, and in May for residential customers.

In the hearing, Meralco admitted it failed to clearly explain to its customers the basis of their computation and an overestimation may have been committed.

"It is our obligation and responsibility to educate and inform our customers on how their bill was properly computed…Mr. Chairman, no, we weren't able to do that for the May bill," Genuino told Gatchalian, who pointed that the matter was an "issue of trust".

"We cannot just blindly trust Meralco, it has to be specified. I cannot blame consumers for crying and complaining kasi di rin nila maintindihan," Gatchalian said.

The ERC earlier ordered Meralco to explain the high electric bills and why should it be not penalized for violation of its previous guidelines.

ERC chair Agnes Devanadera said Meralco, from the very beginning, should have specified their computations in the electricity bills that they have issued.

Senators advised Meralco to simplify its explanation to the public.

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.