ADVERTISEMENT

DOE sets out unbundled charges for EVs as guide to consumers

Published Jan 16, 2024 07:33 am

At A Glance

  • The unbundling of charges for the EVCS had been prescribed under Republic Act 11697 or Electric Vehicle Industry Development Act (EVIDA) and its implementing rules and regulations.
  •  

The Department of Energy (DOE) has started publishing the national average for unbundled rates of the electricity vehicle charging stations (EVCS) so these can duly guide consumers on their patronage of this emerging transport system in the country.

In the segregated EV charging station (EVCS) tariff published by the energy department, the average national charging fees for EVs with direct current (DC) technology has been pegged at P26.60 per kilowatt hour (kWh); while the average fee for alternating current (AC) configuration hovers at P27.85 per kWh.

Additionally, the charging fee for battery swapping stations (BSS) had been set at P53.46 per kWh, according to the January 2024 guide-fees circulated by the energy department.

It was explained, in particular, that a BSS is “a facility which allows EV users to exchange a near-empty discharged battery with a fully charged battery.”

The department expounded that charging fee would refer to “the amount imposed on EV users in exchange for the use of commercial use charging stations.”

The unbundling of charges for the EVCS had been prescribed under Republic Act 11697 or Electric Vehicle Industry Development Act (EVIDA) and its implementing rules and regulations.

The DOE qualified that the national average of the charging fees it gathered had just been reckoned on the available registered locations of EV charging stations in various parts of the country.

According to the department, the bulk of the EVCS-AC charges at 40.8% had been for electricity fee; then 23.7% represents service fee; 12.7% for maintenance fee and 12.1% for administrative fee; and the balance of 10.7% had been for value added tax (VAT).

For EVCS-DC, the unbundled charges accounted for: 44.4% electricity fee; 14% service fee, 19.1% maintenance fee, 11.8% administrative fee and 10.7% VAT; while for BSS, the charges had been 39.6% electricity fee, 49.7% service fee and 10.7% tax.

In a Circular that was issued by the DOE last year, it primarily mandated that the EVCS providers shall draw up ‘unbundled charges’ on their offer of such services to  EV owners and drivers.

As stipulated in the policy, the EV charging fee could be formulated as: fixed fees; variable or consumption fees; time-based fees; service-based fees, cashless payment or a mixed bag of the proposed methodologies.

For the accredited EVCS providers or operators, the Energy Utilization Management Bureau of the DOE emphasized that it will review “the notices for charging fees for the completeness of unbundled processes.”

The department similarly laid down that “the application of unbundled charging fee of EVCS shall show the coverage on a per city/municipality basis,” – and in cases where multiple cities or municipalities have common unbundling structures, a report covering these regions shall also be enforced. 
 

Related Tags

Electric Vehicle Industry Development Act Department of Energy (DOE) electric vehicles EV chargers
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.