(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

30 by 2030 – Christoph Ostermann Recognised

Sep 8
2 min read

We are very proud that our CEO and Co-Founder Christoph Ostermann has been recognised by WirtschaftsWoche as one of the individuals named to its “30 by 2030” list.


Christoph stands for entrepreneurial courage in the energy transition like few others. A true believer in the cause, he has been working in renewable energy for more than 20 years — from being an early pioneer in solar and battery storage and building sonnen GmbH to his current mission at green flexibility: establishing utility-scale battery storage as a backbone of a renewable energy system.


Looking back, he often jokes that in 2002, “the industry consisted of a few eco-minded people wearing Birkenstocks” — a small niche that was easy to dismiss. Today, it is clear that he was right. Despite resistance, he continued to pursue his vision of a sustainable energy transition.


He is deeply convinced of the role and impact of utility-scale battery storage: “Battery storage doesn’t need subsidies — it makes economic sense and is essential for a successful energy transition. And it is as versatile as a Swiss Army knife.”


What makes this recognition particularly meaningful to us:

Christoph leads the way — but he doesn’t do it alone. The ambition to make our energy system more resilient, sustainable and future-proof is shared by all our founders and the entire green flexibility team. Every day. In our projects, in dialogue with grid operators, municipalities and partners — and in turning plans into reality on the ground.


Christoph sets the pace. We are happy to follow — with full conviction and a shared ambition.


Let’s keep moving forward together. 💪

𝗠𝗢𝗥𝗘 𝗧𝗛𝗔𝗡 𝗘𝗡𝗘𝗥𝗚𝗬. 𝗪𝗘 𝗗𝗘𝗟𝗜𝗩𝗘𝗥 𝗦𝗧𝗔𝗕𝗜𝗟𝗜𝗧𝗬.


Read the full article here [paywall]:

 
 
bottom of page