(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
Thomas Echteler Bauphase.jpg

REFERENCES AND PROJECTS

From the first milestone to planning new storage solutions and projects

As an end-to-end partner for battery storage systems, green flexibility plans, builds and operates battery storage systems at strategically important points in the electricity grid throughout Europe. In doing so, green flexibility takes over all project steps: from identifying suitable locations to marketing the storage systems.

Green_Flexibility_Immenstadt_270325_053.jpg

READY-TO-BUILD

> 200 MW

PROJECT PIPELINE

> 10 GW

REFERENCE PROJECTS

LANDKREIS OBERALLGÄU

15 MW

Power

Bavaria

33 MWh

Capacity

LANDKREIS TIRSCHENREUTH

10 MW

Power

Bavaria

25 MWh

Capacity

UNDER 
CONSTRUCTION 

KREIS WARENDORF

10 MW

Power

Nordrhein-Westfalen

25 MWh

Capacity

LANDKREIS OSTALLGÄU

40 MW

Power

Bavaria

82 MWh

Capacity

  READY TO BUILD  

LANDKREIS GÜNZBURG

40 MW

Power

Bavaria

82 MWh

Capacity

LANDKREIS OSTALLGÄU II

10 MW

Power

Bavaria

25 MWh

Capacity

LANDKREIS UNTERALLGÄU I

10 MW

Power

Bavaria

25 MWh

Capacity

LANDKREIS UCKERMARK

60 MW

Power

Brandenburg

130 MWh

Capacity

LANDKREIS UNTERALLGÄU II

10 MW

Power

Bavaria

25 MWh

Capacity

LANDKREIS OSTALLGÄU III

10 MW

Power

Bavaria

25 MWh

Capacity

LANDKREIS ROTENBURG

10 MW

Power

Niedersachsen

25 MWh

Capacity

LANDKREIS UNTERALLGÄU III

10 MW

Power

Bavaria

25 MWh

Capacity

LANDKREIS OSTERHOLZ

15 MW

Power

Niedersachsen

33 MWh

Capacity

Green_Flexibility_Group_05422.jpg

YOUR CONTACT TO US

bottom of page