(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

Driving the Energy Transition Forward Together – Three Questions for Our CEO Christoph Ostermann


With the Partners Group as our new shareholder, green flexibility has established the financial foundation to invest over one billion euros in battery storage projects! But what does this concretely mean for the future of green flexibility and the energy transition?



  1. How do you assess the scale of the financing and its impact on the large-scale battery storage market?


I have been active in the energy industry for many years – as an entrepreneur, founder, and investor. However, financing on this scale is exceptional even in our industry. This investment is a clear vote of confidence in our team, our expertise, and our business model. Together with the Partners Group, we are creating a market player that not only plans and implements projects but, most importantly, also operates them in the long term. Our goal is to actively drive the energy transition as a leading player – in Germany and beyond. We are always open to collaborations with grid operators, electricity suppliers, or other project developers. One thing is clear: success can only be achieved together!


  1. What core competencies and strengths distinguish green flexibility in the market?


The qualities that set green flexibility apart in the market can be summarized in three points:


Entrepreneurship & Pioneering Spirit:

Our team consists of experienced industry leaders and pioneers who have been actively shaping the energy transition for years – for example, by developing Europe’s first virtual power plant. With this experience, we stand out clearly and have already proven that we are capable of setting industry standards.


Expertise & Technological Understanding:

We possess deep know-how in battery storage technology and understand both the technical and economic requirements like no one else. A true pioneer in this industry is our co-founder and CTO, Hermann Schweizer, who has been involved in battery cell development from the very beginning and has built excellent contacts both within the industry and with suppliers.


Innovation & Partnership:

We not only want to take a leading role in the energy transition but also actively drive innovations. That is why we work closely with grid operators, electricity suppliers, and other stakeholders in the energy sector, gaining an in-depth understanding of the specific requirements of regional grids. National regulations and signals in the energy market do not automatically align with the needs of regional power grids. This is where we come in: we view genuine regional grid support as our mission and innovative approach.


  1. How does the partnership with the Partners Group influence the future of green flexibility?


The partnership with the Partners Group, one of the world’s largest players in the private markets, provides us with the financial strength essential for the successful implementation and operation of our projects. Even during the project preparation phase, significant preliminary investments – often in the millions – are required, and few market participants have such capabilities.


This financial strength enables us to execute projects at the highest level and operate them in the long term. This position is also reflected in the growing number of collaboration requests – a development I wholeheartedly welcome. Because one thing is clear: the energy transition can only succeed when we work together.


Our next steps are now focused on the targeted expansion of our project pipeline and the consistent scaling of our company to effectively meet the increasing demand for grid stability and flexibility.




 


Commentaires


Les commentaires ont été désactivés.
bottom of page