ADVERTISEMENT

Electric Vehicle Summit: How far it has come

Published Oct 26, 2023 04:05 pm

EDITORS DESK

Fix the obstacles at No-Contact Apprehension sites

Last week saw the 11th staging of the Philippine Electric Vehicle Summit (PEVS), organized by the Electric Vehicle Association of the Philippines (EVAP). For more than a decade, the organizers have been strong proponents of sustainable mobility, steering both literally and figuratively what were once concept vehicles, and CSR projects into what is now a booming new automotive segment.


Just a few years ago, I struggled to find any peers from the beat covering the event when it was staged at Meralco’s auditorium. Back then, there already was some support from brands like Mitsubishi that already saw electric vehicles as the future and was displaying its i-MIEV as a proof of what electric mobility could be like. Motolite had even created its own vehicle, similar in size and shape to an i-MIEV.


There were also other locally made electric vehicles; though most were golf kart-like vehicles intended to transport small groups around a private compound. There were already a few electric scooters too, though because of the size and weight of the electrical components at the time, seemed a bit too heavy and unwieldy to be practical. There were also a few enterprising companies that offered solutions to convert your ICE vehicle into an EV. As expected, with battery technology very different at the time, most were powered by lead acid batteries, making them heavy and a bit too unwieldy for most riders.


At that time, the most pressing concern was how to charge these electric vehicles, as it was already pretty clear that depending on our current crop of power plants wouldn’t be enough. There wasn’t any discussion on charging cable standards as, at that time, the Japanese auto brands were leading in the field, and it was assumed theirs would be the world standard. Tesla and its supercharger system was still in its infancy at the time.


Fast forward to today and the electric vehicle industry in the country has evolved quite a bit. Many thanks are owed to EVAP for continued push over the years.


These days, the event proper is now three days long, staged at the SMX Convention Center, and draws quite the crowd. There’s no shortage of options, information, or resources when it comes to EVs as there’s now a bumper harvest of auto brands, mobility vehicles, affiliated industries, and suppliers.


In fact, many new and upcoming models for sale were already unveiled at the show, whetting the appetites of those still pondering what electrified vehicle to purchase. We’re no longer limited to quaint little city hatchbacks. EVs these days range from small but adorable vehicles, modern fastbacks, sports cars, luxury sedans, large SUVs, pickup trucks, to even commercial vehicles. One of the fastest luxury SUVs you can buy in the country, the Lotus Eletre, was unveiled at the event. And while the price is a bit eye-watering, it’s a relative steal compared to a similarly speedy ICE SUV from Ferrari or Aston Martin.


Besides the cars, there’s also a wealth of power solutions. Regardless of where your electric vehicle is made and what charging standard is used, there’s likely a local supplier that offers a wall charger, with a variety of charging capacities and charger ends to fit your vehicle.


Want to use your car to power your home or appliances? Hyundai and Nissan EVs let you do that, turning the vehicle into a massive power bank in the event of a calamity.
For those that want to charge their vehicle sustainably, there were also many suppliers of solar and wind power solutions for home use. Not only are they familiar with what you might need to charge a car, they also have suggestions on how to use it to lower your electric bill when not charging.


Quite appropriately, EVAP’s latest achievement is the establishment of a battery consortium which will take on the task of collecting and reappropriating old batteries from these EVs in the future. While this may still be an issue that’s five to 10 years away, especially for the cars being sold now, it’s certainly reassuring to know they are concerning themselves with it already.


For those that say the EV industry is still in its infancy in the Philippines, where we are now has been more than a decade in the making. And it’s come so far thanks to EVAP’s tireless efforts.

(Iñigo S. Roces is the Motoring Editor of Manila Bulletin)

Related Tags

inigo roces EDITORS DESK
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.