(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
Bild Batteriespeicher C.png

ACHIEVING MORE TOGETHER. PROJECTS FOR THE ENERGY TRANSITION

Partnerships among project developers - for a stronger, more flexible and more sustainable energy future.

PARTNER AT EYE LEVEL

We know how complex the implementation of energy projects can be. Whether financing, technical challenges or regulatory requirements - some projects need strong partners in order to be realized.

This is exactly where we at green flexibility come in: with our experience and expertise in the development, financing and operation of battery storage systems, we are the ideal partner for BESS projects. Together, we can accelerate the energy transition - without competition, but with a clear goal: to actively shape the future of energy.

Christoph Lienert Portrait talk.jpg
Christoph Lienert
Co-Founder & COO
The energy transition requires cooperation at all levels. Together with other project developers, we can create solutions that would otherwise fall by the wayside. Our strength lies in partnership: we combine expertise, financial strength and reliability - for a successful energy transition.

CORE COMPETENCIES - WHY WORKING WITH US

FINANCIAL
STRENGTH

With strategic partners and projects worth over 1 billion euros, we offer the financial security that major projects need.

48.png

FAIR CONDITIONS

We guarantee transparent and fair partnerships. Your success is our success

8.png

TECHNOLOGICAL
EXPERTIS

Decades of experience in battery technology and the energy sector - from planning to operation.

20.png

REGULATORY EXPERTIS

Our teams are very familiar with regulatory requirements and integrate them into every project at an early stage.

41.png

END-TO-END IMPLEMENTATION

We take on the development and long-term operation of projects - professionally, reliably and sustainably.

21.png

QUICK DECISION

Our decision-making processes are short. This means we can implement projects quickly or take them to the next stage.

Home: Testimonials

WHAT IS THE PROCEDURE

You can use the contact form below to send us a non-binding inquiry. Our cooperation department and specialists in the team will immediately take care of the initial contact. In the first step, it is important to determine the status quo using a checklist and to plan the next steps together. 

REQUIREMENTS

For us, projects are only relevant once a grid reservation confirmation has been received. However, we understand that not all projects within a pipeline already have such a confirmation. For this reason, we are still open to an exchange for several projects.

Green_Flexibility_Group_05422.jpg

Thank you very much! We have received your contact request and will get back to you as soon as possible.

bottom of page