(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

green flexibility brings 25 MWh storage project to Krumbach – grid-neutral integration for greater stability

In Krumbach, green flexibility is constructing a 25 MWh large-scale storage system, investing around €10 million in the regional energy infrastructure. To take local grid bottlenecks into account, a grid-neutral operating mode was agreed with the grid operator to ensure stable and sustainable integration into the power grid.


Kempten, 27. August 2025


Energy storage systems are indispensable for the success of the energy transition - especially when they are sensibly integrated into regional structures. They create urgently needed flexibility in an increasingly volatile energy system and help to better balance electricity supply and demand. With projects such as the one in Krumbach, green flexibility is actively driving this development forward.


Located in close proximity to an existing substation, a large-scale battery storage facility with a capacity of 10 MW and 25 MWh is being built in Krumbach. The site was deliberately chosen to make efficient use of the existing grid infrastructure. At the same time, the connection—planned in coordination with the grid operator - enables grid-neutral operation, ensuring that the local power grid is not further burdened during times of regional congestion. This approach is based on green flexibility’s REGIOlink concept. As a result, the storage system can be operated flexibly and economically—while remaining fully grid-neutral.


“REGIOlink has become an integral part of many of our projects - and in Lauben, we’re using selected components of it to ensure grid-neutral operation. This creates real added value for the region without putting additional strain on the grid - and at the same time, we’re accelerating the transition to a more decentralized and stable energy system,” explains Christoph Lienert, Co-Founder and COO of green flexibility.

Battery storage strengthens security of supply in Krumbach


The battery storage in Krumbach will help stabilize the power grid, absorb peak loads, and temporarily store excess energy from wind and solar power plants. With its ability to absorb or release electricity within a very short time, the facility makes an important contribution to security of supply in the region—and to the flexibility of an increasingly decentralized energy system.


As with all its projects, green flexibility places great importance on collaboration with local stakeholders in Krumbach - sending a clear signal for regional value creation and cooperative project development.


3D visualization of the project in Krumbach
3D visualization of the project in Krumbach

Press photos

Photo of Christoph Lienert, COO & Co-Founder green flexibility

Photo of the planning in Krumbach

Photo of an existing facility in Immenstadt

Photo credits: green flexibility

 

 
 
 

Comments


Commenting on this post isn't available anymore. Contact the site owner for more info.
bottom of page