
November 2, 2021 | 12:00am
MANILA, Philippines — Manila Electric Co. (Meralco) is looking to scale up its battery energy storage system (BESS) portfolio by expanding its existing capacity in Bulacan and putting up a new facility in Manila.
The power distributor is planning to expand the capacity of its two-megawatt (MW) BESS in Bulacan, Meralco senior vice president and head of networks Ronnie Aperocho said.
As part of its smart grid journey, Meralco piloted the BESS in San Rafael, Bulacan in September 2019 to help the company understand and integrate the technology within its distribution system.
For this project, Japan’s Hitachi Ltd. provided Meralco with 2,300 battery cells that can deliver two MW of power intermittently.
Meanwhile, Meralco is also looking to set up a BESS in Paco, Manila as part of the redevelopment of the property auctioned off by the Power Sector Assets and Liabilities Management Corp. (PSALM).
Last month, the power utility was declared as the winning bidder for the Isla Provisor property in Paco, Manila, the underlying land of the decommissioned Manila Thermal Power Plant.
Meralco will develop it into a sustainable property with electric and non-electric facilities within a 10-year horizon.
Part of the 10-year redevelopment is a BESS that can generate seven to 10 MW of power.
The plan also involves the replacement of the 66-year-old outdoor and conventional Tegen substation with an indoor switchgear that will use pure air or other alternatives to sulfur hexafluoride (SF6) gases; and construction of an energy-efficient building powered by solar PVs for the company’s first Smart Meter Operation Center.
The Isla Provisor property is situated near the Meralco Tegen substation, which houses various electrification equipment.
In 2015, Meralco chairman Manuel V. Pangilinan acknowledged the dawn of battery storage would disrupt the company’s distribution business, thus the need to eventually enter the energy storage space, especially when prices of the technology go down.
With the pilot ESS project, Meralco will also be able to address the variability of renewable energy supply within its system.
Meralco is shifting its energy mix with a target to bid out 1,000 to 1,500 MW of RE generation in the next five years while its subsidiary, Meralco Powergen Corp. is eyeing to build over 1,500 MW of RE capacity in the next five to seven years.
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }