(function() { function getParam(param) { let params = new URLSearchParams(window.location.search); return params.get(param); } function storeClickId(param, storageKey) { let value = getParam(param); if (value) { let record = { value: value, expiry: new Date().getTime() + 90 * 24 * 60 * 60 * 1000 }; localStorage.setItem(storageKey, JSON.stringify(record)); console.log(`✅ Stored ${param}:`, record); } else { console.log(`⚠ No ${param} found in URL`); } } function updateHubSpotIframe(attempt = 0) { let iframe = document.querySelector('iframe[src*="hsforms.com"]'); if (!iframe) { console.warn(`⚠ Attempt ${attempt}: HubSpot iFrame not found.`); if (attempt < 20) setTimeout(() => updateHubSpotIframe(attempt + 1), 500); return; } let gclid = JSON.parse(localStorage.getItem("gclid"))?.value || ""; let fbclid = JSON.parse(localStorage.getItem("fbclid"))?.value || ""; let li_fat_id = JSON.parse(localStorage.getItem("li_fat_id"))?.value || ""; let newSrc = iframe.src.split("?")[0] + `?google_clickid=${encodeURIComponent(gclid)}` + `&meta_clickid=${encodeURIComponent(fbclid)}` + `&linkedin_clickid=${encodeURIComponent(li_fat_id)}`; console.log("🔄 Updating HubSpot iFrame to:", newSrc); iframe.src = newSrc; } // Delay execution until page is fully loade
top of page
WES.png

Together, We Enable the Energy Transition - Empowered Women. Energized World.

The energy storage sector is evolving — and so is the community driving it forward. This initiative creates a space for women in the industry to connect, grow, and engage in meaningful professional exchange.

 

It brings together experienced individuals to broaden perspectives, build lasting networks, and uncover opportunities to move the industry forward — together.

WES.png

Our Community Is Growing

The women featured here are part of the growing network that makes this initiative what it is:  driven, collaborative, and forward-thinking.


Each brings her own perspective, experience, and voice — and together, we’re shaping something greater.

WES.png

More to Come – and Always Open to New Voices

WES.png

Meet Us at Upcoming Events

Whether at our own events, industry conferences, or community gatherings, there are many opportunities to connect with other women in the energy sector, gain new perspectives, and build meaningful relationships. Join the conversation, expand your network, and become part of the WES community.


You can find us at upcoming events:

Energy Storage Summit Stuttgart 2026

 09 - 11 June

 

MEET & CONNECT

Networking Break 

📅 09 June

⏰ To be announced​​

📍 More details coming soon

Intersolar Europe
Munich
2026

23 - 25 June

MEET & CONNECT

Evening Meet-Up

📅 23 June

⏰ To be announced​​

📍 More details coming soon 

Morning Coffee & Networking

📅 24 June

⏰ 09:00–10:00 am

📍 SMA Solar Technology | Booth B3.210 | Messe Munich

Energy Storage Summit Berlin
2026

 15 - 16 September 

 

MEET & CONNECT

Networking Break 
 

📍 More details coming soon 

WES.png

WES Event Recap

Our first WES event, as part of the initiative, took place in Munich in April 2026 and brought together industry experts for professional exchange, interactive round tables, and dedicated networking sessions.
A short recap of the event:

Video

WES.png

Regular Exchange, Meaningful Connections

The events create space for personal encounters, new perspectives, and valuable connections. At the same time, the community thrives on continuous exchange between events.

This leads to relationships that go beyond individual gatherings – and to a network that grows together.

Stay connected with the community via our LinkedIn group:

LinkedIn group

WES.png

Get in Touch with the WES Initiators

bottom of page