White Paper: Solving Power Procurement Challenges for EV Charging

When it comes to fleets’ electrification at scale, charging infrastructure is the hardest part, and power procurement is a particular challenge. Voltera faces the same challenges a fleet would, but we’re uniquely equipped to solve them.

The challenges that affect power procurement for a multi-megawatt EV charging facility are not new; they’ve always affected large-scale developments that require significant amounts of power. But for fleets and others new to the process of procuring multi-megawatts of power, understanding these challenges – and planning for them – is critical to success.

Access the Playbook today and learn:

  • How proactive investment in strategically located charging sites helps to lock down power in constrained markets
  • How Voltera works to bridge the mismatch between utilities’ distribution system upgrade timelines and fleets’ EV deployment schedules
  • How to work with utilities to streamline interconnection processes and speed timelines
  • How to efficiently and effectively deal with utility differences across markets

#myIframe {
height: 1020px !important;
}
@media (min-width: 768px) {
#myIframe {
height: 980px !important;
}
}
@media (min-width: 1024px) {
#myIframe {
height: 1000px !important;
}
}

// Function to create the iframe URL
function createIframeURL() {
// Get the parent URL and create a URLSearchParams object
var parentURL = new URL(window.location.href);
var params = new URLSearchParams(parentURL.search);

// Construct the iframe URL with all parameters
var iframeURL = "https://freightwaves.dragonforms.com/loading.do?omedasite=0170_Media_WhitePaper_Voltera_20231030";

// Loop through all parameters and append them to the iframe URL
for (const param of params.entries()) {
var key = param[0];
var value = param[1];
iframeURL += `&${encodeURIComponent(key)}=${encodeURIComponent(value)}`;
}

// Set the iframe URL
var iframe = document.getElementById("myIframe");
iframe.src = iframeURL;
}

// Call the function on page load
createIframeURL();

window.addEventListener("message", function(event) {
console.log('Event',event.data);
// Check if the origin of the event matches the expected iframe domain
if (event.origin === "https://freightwaves.dragonforms.com") {
// Handle the message received from the iframe here

if (event.data.message === "redirect") {
console.log("Redirecting...");

// Construct the redirect URL with the email parameter
const redirectUrl = "https://bit.ly/3Ql1TGP";

// Perform the redirection
window.location.href = redirectUrl;
} else {
console.log("Message received, but not a redirect.");
}
} else {
console.log("Received message from unexpected origin:", event.origin);
}
}, false);

The post White Paper: Solving Power Procurement Challenges for EV Charging appeared first on FreightWaves.

Source: freightwaves - White Paper: Solving Power Procurement Challenges for EV Charging
Editor: Sponsor

menu