(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

New Project: 10 MW large-scale battery storage facility in Ennigerloh

Updated: Apr 2

green flexibility is setting another milestone for the energy transition with a new battery storage project in Ostmünsterland. A 10 MW battery storage facility with a capacity of 25 MWh is being built right next to the transformer station in Ennigerloh. Commissioning is planned for the end of 2025.


Kempten/Ennigerloh, 06.03.2025


With the increasing amount of photovoltaic and wind power being fed into the grid, there is a growing need for flexible storage solutions that can absorb surplus electricity on a large scale and release it again when required. The battery storage system in Ennigerloh fulfils this task precisely by reducing peak loads and contributing to the stability of the regional grid. It stores surplus electricity from renewable energies and can feed it into the grid in a targeted manner, thereby increasing the flexibility of the power grid.


Energy efficiency and grid stability


Battery storage systems are a key technology for the energy system of the future. The storage system in Ennigerloh is used in a targeted manner so that it is not only operated economically, but also actively supports the electricity grid. Due to its strategic location in the immediate vicinity of the substation, it can react optimally to grid requirements and flexibly store surpluses from renewable energies.


“Energy must be clean, affordable and reliable. Battery storage systems are indispensable for achieving this. Projects such as in Ennigerloh show how industry can create technological solutions for the energy transition without subsidies. This is a really great project, not only for the town of Ennigerloh, but also for our region." – underlines Henning Rehbaum (Member of the German Bundestag / CDU), who initiated an on-site visit to find out more together with representatives of the town of Ennigerloh and the CDU district parliamentary group.

 

“The cooperation with the city and grid operator was excellent and we are pleased that further projects in the region will follow. The flexibility and efficiency of our storage systems are crucial for integrating the increasing share of renewable energy into the grid in a sensible way.“ – Christoph Lienert, Co-founder and Managing Director of green flexibility.


The final reports for the building permit are currently being prepared before construction can begin in the coming months. With commissioning planned by the end of 2025, the project will make an important contribution to a secure and sustainable energy supply in the region.

コメント


この投稿へのコメントは利用できなくなりました。詳細はサイト所有者にお問い合わせください。
bottom of page