{"id":187,"date":"2025-07-10T15:48:52","date_gmt":"2025-07-10T13:48:52","guid":{"rendered":"https:\/\/luminvolt.com\/?p=187"},"modified":"2025-07-10T15:53:43","modified_gmt":"2025-07-10T13:53:43","slug":"jiangsu-guokong-solar-projektprasentation","status":"publish","type":"post","link":"https:\/\/luminvolt.com\/de\/jiangsu-guokong-solar-projektprasentation\/","title":{"rendered":"Projektpr\u00e4sentation: Die Jiangsu Guokong Solarinstallation"},"content":{"rendered":"<div class=\"wp-block-group alignwide\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.2\/css\/all.min.css\">\n<style>\n    \/* Optional but recommended font import - can be added to your theme's CSS or <head> *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;700&display=swap');\n\n    \/* Main container styles *\/\n    .project-showcase-container-en {\n        font-family: 'Roboto', sans-serif;\n        background-color: #f8f9fa;\n        padding: 40px 20px;\n        border-radius: 12px;\n        box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n        max-width: 1100px;\n        margin: 40px auto;\n        overflow: hidden;\n    }\n\n    \/* Layout grid *\/\n    .project-showcase-grid-en {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n        align-items: flex-start;\n    }\n\n    \/* Text content area *\/\n    .project-content-en {\n        line-height: 1.7;\n        color: #333;\n    }\n\n    .project-content-en h2 {\n        font-size: 28px;\n        font-weight: 700;\n        color: #1a3a6e;\n        margin-bottom: 20px;\n        border-left: 4px solid #007bff;\n        padding-left: 15px;\n    }\n\n    .project-content-en p {\n        font-size: 16px;\n        margin-bottom: 25px;\n    }\n    \n    .project-status-en {\n        display: inline-flex;\n        align-items: center;\n        background-color: #d4edda; \/* Green for success *\/\n        color: #155724;\n        padding: 8px 15px;\n        border-radius: 20px;\n        font-weight: 700;\n        margin-bottom: 25px;\n    }\n\n    .project-status-en i {\n        margin-right: 10px;\n    }\n\n    .project-details-en h3,\n    .project-gallery-en h3 {\n        font-size: 22px;\n        color: #1a3a6e;\n        margin-bottom: 20px;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n    }\n\n    .project-details-en ul {\n        list-style: none;\n        padding: 0;\n        margin-bottom: 25px;\n    }\n\n    .project-details-en li {\n        display: flex;\n        align-items: start;\n        margin-bottom: 15px;\n        font-size: 16px;\n    }\n\n    .project-details-en .icon {\n        color: #007bff;\n        margin-right: 15px;\n        width: 20px;\n        text-align: center;\n        margin-top: 3px;\n    }\n    \n    .project-quote-en {\n        background: #fff;\n        border-left: 3px solid #ccc;\n        padding: 15px 20px;\n        margin-top: 20px;\n        font-style: italic;\n        color: #555;\n        border-radius: 0 8px 8px 0;\n    }\n\n    \/* Image gallery *\/\n    .image-grid-en {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 15px;\n    }\n\n    .image-grid-en .img-wrapper {\n        position: relative;\n        overflow: hidden;\n        border-radius: 8px;\n        cursor: pointer;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .image-grid-en .img-wrapper:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 15px rgba(0,0,0,0.15);\n    }\n    \n    .image-grid-en .img-wrapper::after {\n        content: '\\f00e'; \/* Font Awesome magnifying glass icon *\/\n        font-family: 'Font Awesome 6 Free';\n        font-weight: 900;\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        color: white;\n        font-size: 24px;\n        opacity: 0;\n        transition: opacity 0.3s ease;\n        background-color: rgba(0, 0, 0, 0.4);\n        width: 100%;\n        height: 100%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n    }\n\n    .image-grid-en .img-wrapper:hover::after {\n        opacity: 1;\n    }\n\n    .image-grid-en img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.3s ease;\n    }\n    \n    .image-grid-en .img-wrapper:hover img {\n        transform: scale(1.1);\n    }\n\n    \/* Lightbox styles *\/\n    .lightbox-en {\n        display: none;\n        position: fixed;\n        z-index: 9999;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background-color: rgba(0, 0, 0, 0.85);\n        justify-content: center;\n        align-items: center;\n    }\n\n    .lightbox-en img {\n        max-width: 90%;\n        max-height: 85%;\n        border-radius: 5px;\n    }\n\n    .lightbox-en .close {\n        position: absolute;\n        top: 20px;\n        right: 35px;\n        color: #fff;\n        font-size: 40px;\n        font-weight: bold;\n        cursor: pointer;\n        transition: color 0.3s ease;\n    }\n\n    .lightbox-en .close:hover {\n        color: #bbb;\n    }\n    \n    .lightbox-en.active {\n        display: flex;\n    }\n\n    \/* Responsive layout *\/\n    @media (max-width: 992px) {\n        .project-showcase-grid-en {\n            grid-template-columns: 1fr;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .project-showcase-container-en {\n            padding: 20px 15px;\n        }\n        .project-content-en h2 {\n            font-size: 24px;\n        }\n        .image-grid-en {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n<\/style>\n\n<div class=\"project-showcase-container-en\">\n    <div class=\"project-showcase-grid-en\">\n        <div class=\"project-content-en\">\n            <h2>Jiangsu Guokong Kraftprojekt<\/h2>\n            <div class=\"project-status-en\">\n                <i class=\"fa-solid fa-check-circle\"><\/i>\n                <span>Status: Erfolgreich in Betrieb genommen und ans Netz angeschlossen<\/span>\n            <\/div>\n            <p>\n                Wir sind stolz darauf, bekannt zu geben, dass das Jiangsu Guokong Kraftprojekt am letzten Freitag erfolgreich ans Netz angeschlossen wurde. Dies markiert einen bedeutenden Meilenstein in unserem Portfolio an erneuerbaren Energien und zeigt die ingenieurtechnische Exzellenz unseres Teams sowie unser Engagement, hochleistungsstarke Solarenergiel\u00f6sungen zu liefern.\n            <\/p>\n\n            <div class=\"project-details-en\">\n                <h3><i class=\"fa-solid fa-cogs\"><\/i>Technische Daten<\/h3>\n                <ul>\n                    <li>\n                        <span class=\"icon\"><i class=\"fa-solid fa-solar-panel\"><\/i><\/span>\n                        <div><strong>Photovoltaikmodule:<\/strong> Die Installation nutzt hocheffiziente CSI 620W Solarmodule, um die Energieerzeugung zu maximieren.<\/div>\n                    <\/li>\n                    <li>\n                        <span class=\"icon\"><i class=\"fa-solid fa-charging-station\"><\/i><\/span>\n                        <div><strong>Umrichtungssystem:<\/strong> Die Leistungskonvertierung wird durch fortschrittliche Huawei 110kW und 40kW Stringspeicherumrichter verwaltet, was eine optimale Leistung und Zuverl\u00e4ssigkeit gew\u00e4hrleistet.<\/div>\n                    <\/li>\n                <\/ul>\n            <\/div>\n            \n            <blockquote class=\"project-quote-en\">\n                Aus Investorensicht k\u00f6nnen nur Projekte, die die volle Leistung nutzen und die maximale Energieerzeugung liefern, als wirklich wertvolle Anlagen betrachtet werden.\n            <\/blockquote>\n        <\/div>\n\n        <div class=\"project-gallery-en\">\n            <h3><i class=\"fa-solid fa-images\"><\/i>Projektstandort-Galerie<\/h3>\n            <div class=\"image-grid-en\">\n                <div class=\"img-wrapper\" onclick=\"openLightboxEn(this)\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/FIXED-MOUNTING-PROJECTS-01.webp\" alt=\"Fest installierte Solarkraftanlage am Jiangsu-Projekt\">\n                <\/div>\n                <div class=\"img-wrapper\" onclick=\"openLightboxEn(this)\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/FIXED-MOUNTING-PROJECTS-02.webp\" alt=\"Solarzellen-Installationsfl\u00e4che\">\n                <\/div>\n                <div class=\"img-wrapper\" onclick=\"openLightboxEn(this)\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/FIXED-MOUNTING-PROJECTS-03.webp\" alt=\"Aufbau des festen Montagesystems\">\n                <\/div>\n                <div class=\"img-wrapper\" onclick=\"openLightboxEn(this)\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/Electrical-control-cabinet-01.webp\" alt=\"Elektrische Steuereinheit f\u00fcr das Kraftwerksystem\">\n                <\/div>\n                <div class=\"img-wrapper\" onclick=\"openLightboxEn(this)\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/Electrical-control-cabinet-02.webp\" alt=\"Innenauslegung des Wechselrichter-Kabinetts\">\n                <\/div>\n                <div class=\"img-wrapper\" onclick=\"openLightboxEn(this)\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/Electrical-control-cabinet-03.webp\" alt=\"Installation des Huawei-Wechselrichters\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div id=\"projectLightboxEn\" class=\"lightbox-en\">\n    <span class=\"close\" onclick=\"closeLightboxEn()\">\u00d7<\/span>\n    <img decoding=\"async\" id=\"lightboxImageEn\" src=\"\" alt=\"Vergr\u00f6\u00dfertes Projektbild\">\n<\/div>\n\n<script>\n    \/\/ Self-contained script to avoid conflicts\n    \/\/ Lightbox DOM elements\n    const lightboxEn = document.getElementById('projectLightboxEn');\n    const lightboxImgEn = document.getElementById('lightboxImageEn');\n\n    \/\/ Open lightbox function\n    function openLightboxEn(element) {\n        if (lightboxEn && element) {\n            const imgSrc = element.querySelector('img').src;\n            if (lightboxImgEn) {\n                lightboxImgEn.src = imgSrc;\n            }\n            lightboxEn.classList.add('active');\n        }\n    }\n\n    \/\/ Close lightbox function\n    function closeLightboxEn() {\n        if (lightboxEn) {\n            lightboxEn.classList.remove('active');\n            \/\/ Delay clearing src to prevent image from disappearing during closing animation\n            setTimeout(() => { \n                if (lightboxImgEn) {\n                    lightboxImgEn.src = \"\"; \n                }\n            }, 300);\n        }\n    }\n    \n    if (lightboxEn) {\n        \/\/ Allow closing by clicking the background\n        lightboxEn.addEventListener('click', function(event) {\n            if (event.target === lightboxEn) {\n                closeLightboxEn();\n            }\n        });\n    }\n\n    \/\/ Allow closing by pressing the ESC key\n    document.addEventListener('keydown', function(event) {\n        if (event.key === 'Escape' && lightboxEn && lightboxEn.classList.contains('active')) {\n            closeLightboxEn();\n        }\n    });\n<\/script>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Jiangsu Guokong Kraftprojektstatus: Erfolgreich in Betrieb genommen und ans Netz angeschlossen\nWir sind stolz, bekannt zu geben, dass das Jiangsu Guokong Kraftprojekt am letzten Freitag erfolgreich ans Netz angeschlossen wurde. Dies stellt einen bedeutenden Meilenstein in unserem Portfolio an erneuerbaren Energien dar und zeigt die technische Exzellenz unseres Teams sowie unser Engagement, hochleistungsf\u00e4hige Solarenergiel\u00f6sungen zu liefern.\nTechnische Spezifikationen\nPhotovoltaikmodule: Die Installation \u2026 <a title=\"Projektpr\u00e4sentation: Die Jiangsu Guokong Solarinstallation\" class=\"read-more\" href=\"https:\/\/luminvolt.com\/de\/jiangsu-guokong-solar-projektprasentation\/\" aria-label=\"Mehr Informationen \u00fcber Projektpr\u00e4sentation: Die Jiangsu Guokong Solarinstallation\">Die Energiewelt durchl\u00e4uft eine leise Revolution. Jahrzehntelang war Solarenergie nur f\u00fcr Hauseigent\u00fcmer mit gro\u00dfen Dachfl\u00e4chen und einem erheblichen Budget zug\u00e4nglich. Heute hat das Balkon-Solar-System (auch als plug-and-play Solar-System bezeichnet) den Zugang zu erneuerbarer Energie demokratisiert und erm\u00f6glicht es Mietern von Wohnungen und Stadtbewohnern ...<\/a><\/p>","protected":false},"author":1,"featured_media":192,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[42],"tags":[48,47,52,43,49,44,51,50,45,46],"class_list":["post-187","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-solar-fixed-mounting","tag-case-study","tag-csi-solar-panels","tag-engineering-showcase","tag-grid-connection","tag-huawei-inverters","tag-jiangsu-project","tag-photovoltaic","tag-renewable-energy","tag-solar-power","tag-solar-project"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Project Showcase: The Jiangsu Guokong Solar Installation - LuminVolt<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/luminvolt.com\/de\/jiangsu-guokong-solar-projektprasentation\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Project Showcase: The Jiangsu Guokong Solar Installation\" \/>\n<meta property=\"og:description\" content=\"Jiangsu Guokong Power Project Status: Successfully Commissioned &#038; Grid-Connected We are proud to announce the successful grid connection of the Jiangsu Guokong Power Project last Friday. This marks a significant milestone in our renewable energy portfolio, showcasing our team&#8217;s engineering excellence and commitment to delivering high-performance solar energy solutions. Technical Specifications Photovoltaic Modules: The installation ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/luminvolt.com\/de\/jiangsu-guokong-solar-projektprasentation\/\" \/>\n<meta property=\"og:site_name\" content=\"LuminVolt\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-10T13:48:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-10T13:53:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/FIXED-MOUNTING-PROJECTS-02.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"luminvolt\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"luminvolt\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/\"},\"author\":{\"name\":\"luminvolt\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/person\\\/68256886876ec9f4f988893fbac5d0ac\"},\"headline\":\"Project Showcase: The Jiangsu Guokong Solar Installation\",\"datePublished\":\"2025-07-10T13:48:52+00:00\",\"dateModified\":\"2025-07-10T13:53:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/\"},\"wordCount\":118,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/FIXED-MOUNTING-PROJECTS-02.webp\",\"keywords\":[\"Case Study\",\"CSI Solar Panels\",\"Engineering Showcase\",\"Grid-Connection\",\"Huawei Inverters\",\"Jiangsu Project\",\"Photovoltaic\",\"Renewable Energy\",\"Solar Power\",\"Solar Project\"],\"articleSection\":[\"Solar fixed mounting\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/\",\"name\":\"Project Showcase: The Jiangsu Guokong Solar Installation - LuminVolt\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/FIXED-MOUNTING-PROJECTS-02.webp\",\"datePublished\":\"2025-07-10T13:48:52+00:00\",\"dateModified\":\"2025-07-10T13:53:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/#primaryimage\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/FIXED-MOUNTING-PROJECTS-02.webp\",\"contentUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/FIXED-MOUNTING-PROJECTS-02.webp\",\"width\":1920,\"height\":1440},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/jiangsu-guokong-solar-project-showcase\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/luminvolt.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Project Showcase: The Jiangsu Guokong Solar Installation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#website\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/\",\"name\":\"LuminVolt\",\"description\":\"Your Partner in Advanced Solar Mounting System&amp; Energy Storage\",\"publisher\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/luminvolt.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\",\"name\":\"LuminVolt\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LuminVolt-02.webp\",\"contentUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LuminVolt-02.webp\",\"width\":512,\"height\":512,\"caption\":\"LuminVolt\"},\"image\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/person\\\/68256886876ec9f4f988893fbac5d0ac\",\"name\":\"luminvolt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fd286438aedfeadd8a5bdb129284f5778abf461d8dacc601800b8ec47e329708?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fd286438aedfeadd8a5bdb129284f5778abf461d8dacc601800b8ec47e329708?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fd286438aedfeadd8a5bdb129284f5778abf461d8dacc601800b8ec47e329708?s=96&d=mm&r=g\",\"caption\":\"luminvolt\"},\"sameAs\":[\"http:\\\/\\\/luminvolt.com\"],\"url\":\"https:\\\/\\\/luminvolt.com\\\/de\\\/author\\\/luminvolt\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Projektpr\u00e4sentation: Die Jiangsu Guokong Solar Installation - LuminVolt","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/luminvolt.com\/de\/jiangsu-guokong-solar-projektprasentation\/","og_locale":"de_DE","og_type":"article","og_title":"Project Showcase: The Jiangsu Guokong Solar Installation","og_description":"Jiangsu Guokong Power Project Status: Successfully Commissioned &#038; Grid-Connected We are proud to announce the successful grid connection of the Jiangsu Guokong Power Project last Friday. This marks a significant milestone in our renewable energy portfolio, showcasing our team&#8217;s engineering excellence and commitment to delivering high-performance solar energy solutions. Technical Specifications Photovoltaic Modules: The installation ... Read more","og_url":"https:\/\/luminvolt.com\/de\/jiangsu-guokong-solar-projektprasentation\/","og_site_name":"LuminVolt","article_published_time":"2025-07-10T13:48:52+00:00","article_modified_time":"2025-07-10T13:53:43+00:00","og_image":[{"width":1920,"height":1440,"url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/FIXED-MOUNTING-PROJECTS-02.webp","type":"image\/webp"}],"author":"luminvolt","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"luminvolt","Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/#article","isPartOf":{"@id":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/"},"author":{"name":"luminvolt","@id":"https:\/\/luminvolt.com\/#\/schema\/person\/68256886876ec9f4f988893fbac5d0ac"},"headline":"Project Showcase: The Jiangsu Guokong Solar Installation","datePublished":"2025-07-10T13:48:52+00:00","dateModified":"2025-07-10T13:53:43+00:00","mainEntityOfPage":{"@id":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/"},"wordCount":118,"commentCount":0,"publisher":{"@id":"https:\/\/luminvolt.com\/#organization"},"image":{"@id":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/#primaryimage"},"thumbnailUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/FIXED-MOUNTING-PROJECTS-02.webp","keywords":["Case Study","CSI Solar Panels","Engineering Showcase","Grid-Connection","Huawei Inverters","Jiangsu Project","Photovoltaic","Renewable Energy","Solar Power","Solar Project"],"articleSection":["Solar fixed mounting"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/","url":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/","name":"Projektpr\u00e4sentation: Die Jiangsu Guokong Solar Installation - LuminVolt","isPartOf":{"@id":"https:\/\/luminvolt.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/#primaryimage"},"image":{"@id":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/#primaryimage"},"thumbnailUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/FIXED-MOUNTING-PROJECTS-02.webp","datePublished":"2025-07-10T13:48:52+00:00","dateModified":"2025-07-10T13:53:43+00:00","breadcrumb":{"@id":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/#primaryimage","url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/FIXED-MOUNTING-PROJECTS-02.webp","contentUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/07\/FIXED-MOUNTING-PROJECTS-02.webp","width":1920,"height":1440},{"@type":"BreadcrumbList","@id":"https:\/\/luminvolt.com\/jiangsu-guokong-solar-project-showcase\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/luminvolt.com\/"},{"@type":"ListItem","position":2,"name":"Project Showcase: The Jiangsu Guokong Solar Installation"}]},{"@type":"WebSite","@id":"https:\/\/luminvolt.com\/#website","url":"https:\/\/luminvolt.com\/","name":"LuminVolt","description":"Ihr Partner f\u00fcr fortschrittliche Solarhalterungssysteme &amp; Energiespeicherung","publisher":{"@id":"https:\/\/luminvolt.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/luminvolt.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/luminvolt.com\/#organization","name":"LuminVolt","url":"https:\/\/luminvolt.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/luminvolt.com\/#\/schema\/logo\/image\/","url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2024\/12\/LuminVolt-02.webp","contentUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2024\/12\/LuminVolt-02.webp","width":512,"height":512,"caption":"LuminVolt"},"image":{"@id":"https:\/\/luminvolt.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/luminvolt.com\/#\/schema\/person\/68256886876ec9f4f988893fbac5d0ac","name":"luminvolt","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/secure.gravatar.com\/avatar\/fd286438aedfeadd8a5bdb129284f5778abf461d8dacc601800b8ec47e329708?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fd286438aedfeadd8a5bdb129284f5778abf461d8dacc601800b8ec47e329708?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fd286438aedfeadd8a5bdb129284f5778abf461d8dacc601800b8ec47e329708?s=96&d=mm&r=g","caption":"luminvolt"},"sameAs":["http:\/\/luminvolt.com"],"url":"https:\/\/luminvolt.com\/de\/author\/luminvolt\/"}]}},"_links":{"self":[{"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/posts\/187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/comments?post=187"}],"version-history":[{"count":0,"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/posts\/187\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/media\/192"}],"wp:attachment":[{"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/media?parent=187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/categories?post=187"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/tags?post=187"}],"curies":[{"name":"Web-Plattform","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}