{"id":12842,"date":"2025-09-01T07:37:30","date_gmt":"2025-09-01T07:37:30","guid":{"rendered":"https:\/\/flex-power.energy\/?page_id=12842"},"modified":"2026-07-07T09:08:52","modified_gmt":"2026-07-07T09:08:52","slug":"ppa-konfigurator","status":"publish","type":"page","link":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/","title":{"rendered":"PPA Konfigurator"},"content":{"rendered":"<h6 style=\"text-align: left;\"><span style=\"font-weight: normal;\">PowerMatch<\/span><\/h6>\n<h1 id=\"t-1680083291299\" style=\"text-align: left;\"><span>PPA-Konfigurator<\/span><\/h1>\n<p style=\"text-align: left;\"><span data-contrast=\"auto\" lang=\"EN-US\" style=\"\"><\/span><\/p>\n<p id=\"t-1680083291300\" style=\"text-align: left;\"><span><span><span data-contrast=\"auto\" lang=\"EN-US\"><span data-contrast=\"auto\" lang=\"EN-US\" style=\"--tcb-applied-color: var$(--tcb-color-1) !important; color: var(--tcb-color-1) !important;\">Gestalten Sie Ihr eigenes PPA f\u00fcr erneuerbare Energien \u2013 schnell, einfach und transparent. Alles, was wir von Ihnen brauchen, sind Ihr j\u00e4hrlicher Stromverbrauch und Ihre Branche. Auf dieser Basis gleichen wir Ihr Profil mit einem vordefinierten Lastprofil ab und ermitteln sofort die optimale Kombination aus Wind- und Solarenergie, um Ihre Kosten zu senken. M\u00f6chten Sie lieber selbst die Kontrolle behalten? Passen Sie die Mengen manuell \u00fcber interaktive Regler an und verfolgen Sie die Preis\u00e4nderungen in Echtzeit. Und nicht vergessen: Fordern Sie am Ende ein Angebot auf Grundlage Ihrer Eingaben an!<\/span><\/span><\/span><\/span><\/p>\n<h2>PPA jetzt selbst zusammenstellen<\/h2>\n<p>[tcb-script src=&#8220;https:\/\/flex-power.energy\/wp-content\/themes\/thrive-theme-child\/_js\/iframeResizer.min.js&#8220;][\/tcb-script]    [tcb-script]document.addEventListener(&#8218;DOMContentLoaded&#8216;, function() {    console.log(&#8218;WordPress iframe auto-height initializing&#8230;&#8216;);        \/\/ Wait a moment for iframe to load    setTimeout(function() {        if (typeof iFrameResize !== &#8218;undefined&#8216;) {            try {                iFrameResize({                    log: false,                         \/\/ Set to true for debugging                    checkOrigin: false,                 \/\/ Allow cross-origin                    resizeFrom: &#8218;child&#8216;,                \/\/ Resize from child content                    autoResize: true,                   \/\/ Auto-resize on content change                    heightCalculationMethod: &#8218;bodyScroll&#8216;, \/\/ Height calculation method                    scrolling: false,                   \/\/ No internal scrollbars                    sizeHeight: true,                   \/\/ Resize height                    sizeWidth: false,                   \/\/ Keep width as-is                    tolerance: 15,                      \/\/ Tolerance for height changes                    minHeight: 600,                     \/\/ Minimum height                    maxHeight: 5000,                    \/\/ Maximum height                    warningTimeout: 10000,              \/\/ Warning timeout                                        onInit: function(iframe) {                        console.log(&#8218;\u2705 Iframe auto-height initialized:&#8216;, iframe.id);                        \/\/ Ensure smooth transitions                        iframe.style.transition = &#8218;height 0.3s ease-out&#8216;;                    },                                        onResized: function(messageData) {                        console.log(&#8218;\ud83d\udccf Iframe resized to:&#8216;, messageData.height + &#8218;px&#8216;);                        \/\/ Optional: dispatch custom event for other scripts                        window.dispatchEvent(new CustomEvent(&#8218;iframeResized&#8216;, {                            detail: { height: messageData.height }                        }));                    },                                        onMessage: function(messageData) {                        console.log(&#8218;\ud83d\udc8c Message from iframe:&#8216;, messageData.message);                    },                                        onClose: function(iframe) {                        console.log(&#8218;\u274c Iframe closed:&#8216;, iframe.id);                    }                                    }, &#8218;#renderPPVFrame&#8216;);                                console.log(&#8218;\ud83c\udfaf iFrameResize successfully attached to #renderPPVFrame&#8216;);                            } catch (error) {                console.error(&#8218;\u274c Error initializing iframe resizer:&#8216;, error);            }        } else {            console.error(&#8218;\u274c iFrameResize library not loaded. Check script src.&#8216;);        }    }, 500); \/\/ Wait 500ms for iframe to start loading});\/\/ Backup initialization for WordPress themes that use jQueryjQuery(document).ready(function($) {    console.log(&#8218;\ud83d\udd04 jQuery backup initialization&#8230;&#8216;);        \/\/ Double-check after a longer delay    setTimeout(function() {        const iframe = document.getElementById(&#8218;renderPPVFrame&#8216;);        if (iframe &amp;&amp; !iframe.hasAttribute(&#8218;data-iframe-resizer&#8216;)) {            console.log(&#8218;\ud83d\udd27 Running backup initialization&#8230;&#8216;);                        if (typeof iFrameResize !== &#8218;undefined&#8216;) {                try {                    iFrameResize({                        log: false,                        checkOrigin: false,                        resizeFrom: &#8218;child&#8216;,                        autoResize: true,                        heightCalculationMethod: &#8218;bodyScroll&#8216;,                        scrolling: false,                        sizeHeight: true,                        sizeWidth: false,                        tolerance: 15,                        minHeight: 600,                        maxHeight: 5000,                        onInit: function(iframe) {                            console.log(&#8218;\u2705 Backup initialization successful:&#8216;, iframe.id);                        }                    }, iframe);                } catch (error) {                    console.error(&#8218;\u274c Backup initialization failed:&#8216;, error);                }            }        }    }, 2000);});\/\/ Handle window resize eventswindow.addEventListener(&#8218;resize&#8216;, function() {    \/\/ Trigger iframe resize check    const iframe = document.getElementById(&#8218;renderPPVFrame&#8216;);    if (iframe &amp;&amp; iframe.iFrameResizer) {        iframe.iFrameResizer.resize();    }});\/\/ Debug function &#8211; call this in console if you have issueswindow.debugIframeHeight = function() {    const iframe = document.getElementById(&#8218;renderPPVFrame&#8216;);    if (iframe) {        console.log(&#8218;\ud83d\udd0d Iframe Debug Info:&#8216;);        console.log(&#8218;- Element:&#8216;, iframe);        console.log(&#8218;- Current height:&#8216;, iframe.style.height);        console.log(&#8218;- Has resizer:&#8216;, !!iframe.iFrameResizer);        console.log(&#8218;- Data attribute:&#8216;, iframe.getAttribute(&#8218;data-iframe-resizer&#8216;));                if (iframe.iFrameResizer) {            console.log(&#8218;- Resizer object:&#8216;, iframe.iFrameResizer);        }    } else {        console.log(&#8218;\u274c Iframe not found&#8216;);    }};[\/tcb-script]<\/p>\n<h2>So nutzen Sie den PPA-Konfigurator<\/h2>\n","protected":false},"excerpt":{"rendered":"<p>PowerMatch PPA-Konfigurator Gestalten Sie Ihr eigenes PPA f\u00fcr erneuerbare Energien \u2013 schnell, einfach und transparent. Alles, was wir von Ihnen brauchen, sind Ihr j\u00e4hrlicher Stromverbrauch und Ihre Branche. Auf dieser Basis gleichen wir Ihr Profil mit einem vordefinierten Lastprofil ab und ermitteln sofort die optimale Kombination aus Wind- und Solarenergie, um Ihre Kosten zu senken. [&hellip;]<\/p>\n","protected":false},"author":21,"featured_media":0,"parent":5275,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","tve_updated_post":"","tve_custom_css":"","tve_user_custom_css":"","tve_globals":{},"tcb2_ready":1,"tcb_editor_enabled":1,"tve_landing_page":"tcb2-homepage-service-business-focused","_tve_header":"13621","_tve_footer":"0"},"class_list":["post-12842","page","type-page","status-publish","hentry","post-wrapper","thrv_wrapper"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Stellen Sie sich jetzt Ihr PPA zusammen und erhalten Sie direkt einen Preis f\u00fcr Ihre Strombeschaffung - schnell, einfach und transparent. Mehr erfahren...\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"FlexPower | We Mind the Gap\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"PPA-Konfigurator | Stromkosten berechnen &amp; optimieren\" \/>\n\t\t<meta property=\"og:description\" content=\"Stellen Sie sich jetzt Ihr PPA zusammen und erhalten Sie direkt einen Preis f\u00fcr Ihre Strombeschaffung - schnell, einfach und transparent. Mehr erfahren...\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/flex-power.energy\/wp-content\/uploads\/2026\/07\/flexpwr-og-image-gradient-50black.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/flex-power.energy\/wp-content\/uploads\/2026\/07\/flexpwr-og-image-gradient-50black.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-09-01T07:37:30+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-07T09:08:52+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"PPA-Konfigurator | Stromkosten berechnen &amp; optimieren\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Stellen Sie sich jetzt Ihr PPA zusammen und erhalten Sie direkt einen Preis f\u00fcr Ihre Strombeschaffung - schnell, einfach und transparent. Mehr erfahren...\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/flex-power.energy\/wp-content\/uploads\/2026\/07\/flexpwr-og-image-gradient-50black.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/ppa-konfigurator\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/#listItem\",\"name\":\"PowerMatch\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/#listItem\",\"position\":2,\"name\":\"PowerMatch\",\"item\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/ppa-konfigurator\\\/#listItem\",\"name\":\"PPA Konfigurator\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/ppa-konfigurator\\\/#listItem\",\"position\":3,\"name\":\"PPA Konfigurator\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/#listItem\",\"name\":\"PowerMatch\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/#organization\",\"name\":\"FlexPower\",\"description\":\"We Mind the Gap\",\"url\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/\",\"email\":\"shout@flex-power.energy\",\"telephone\":\"+4940607786155\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/flex-power.energy\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/FLEXPWR_logo_black.png\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/ppa-konfigurator\\\/#organizationLogo\",\"width\":200,\"height\":174,\"caption\":\"FLEXPWR logo black\"},\"image\":{\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/ppa-konfigurator\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/cf-flex-power\\\/\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/ppa-konfigurator\\\/#webpage\",\"url\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/ppa-konfigurator\\\/\",\"name\":\"PPA-Konfigurator | Stromkosten berechnen & optimieren\",\"description\":\"Stellen Sie sich jetzt Ihr PPA zusammen und erhalten Sie direkt einen Preis f\\u00fcr Ihre Strombeschaffung - schnell, einfach und transparent. Mehr erfahren...\",\"inLanguage\":\"de-DE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/ppa-plattform-powermatch\\\/ppa-konfigurator\\\/#breadcrumblist\"},\"datePublished\":\"2025-09-01T07:37:30+00:00\",\"dateModified\":\"2026-07-07T09:08:52+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/\",\"name\":\"FlexPower\",\"description\":\"We Mind the Gap\",\"inLanguage\":\"de-DE\",\"publisher\":{\"@id\":\"https:\\\/\\\/flex-power.energy\\\/de\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>PPA-Konfigurator | Stromkosten berechnen &amp; optimieren<\/title>\n\n","aioseo_head_json":{"title":"PPA-Konfigurator | Stromkosten berechnen & optimieren","description":"Stellen Sie sich jetzt Ihr PPA zusammen und erhalten Sie direkt einen Preis f\u00fcr Ihre Strombeschaffung - schnell, einfach und transparent. Mehr erfahren...","canonical_url":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/flex-power.energy\/de\/#listItem","position":1,"name":"Home","item":"https:\/\/flex-power.energy\/de\/","nextItem":{"@type":"ListItem","@id":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/#listItem","name":"PowerMatch"}},{"@type":"ListItem","@id":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/#listItem","position":2,"name":"PowerMatch","item":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/","nextItem":{"@type":"ListItem","@id":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/#listItem","name":"PPA Konfigurator"},"previousItem":{"@type":"ListItem","@id":"https:\/\/flex-power.energy\/de\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/#listItem","position":3,"name":"PPA Konfigurator","previousItem":{"@type":"ListItem","@id":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/#listItem","name":"PowerMatch"}}]},{"@type":"Organization","@id":"https:\/\/flex-power.energy\/de\/#organization","name":"FlexPower","description":"We Mind the Gap","url":"https:\/\/flex-power.energy\/de\/","email":"shout@flex-power.energy","telephone":"+4940607786155","logo":{"@type":"ImageObject","url":"https:\/\/flex-power.energy\/wp-content\/uploads\/2026\/01\/FLEXPWR_logo_black.png","@id":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/#organizationLogo","width":200,"height":174,"caption":"FLEXPWR logo black"},"image":{"@id":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/#organizationLogo"},"sameAs":["https:\/\/www.linkedin.com\/company\/cf-flex-power\/"]},{"@type":"WebPage","@id":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/#webpage","url":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/","name":"PPA-Konfigurator | Stromkosten berechnen & optimieren","description":"Stellen Sie sich jetzt Ihr PPA zusammen und erhalten Sie direkt einen Preis f\u00fcr Ihre Strombeschaffung - schnell, einfach und transparent. Mehr erfahren...","inLanguage":"de-DE","isPartOf":{"@id":"https:\/\/flex-power.energy\/de\/#website"},"breadcrumb":{"@id":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/#breadcrumblist"},"datePublished":"2025-09-01T07:37:30+00:00","dateModified":"2026-07-07T09:08:52+00:00"},{"@type":"WebSite","@id":"https:\/\/flex-power.energy\/de\/#website","url":"https:\/\/flex-power.energy\/de\/","name":"FlexPower","description":"We Mind the Gap","inLanguage":"de-DE","publisher":{"@id":"https:\/\/flex-power.energy\/de\/#organization"}}]},"og:locale":"de_DE","og:site_name":"FlexPower | We Mind the Gap","og:type":"article","og:title":"PPA-Konfigurator | Stromkosten berechnen &amp; optimieren","og:description":"Stellen Sie sich jetzt Ihr PPA zusammen und erhalten Sie direkt einen Preis f\u00fcr Ihre Strombeschaffung - schnell, einfach und transparent. Mehr erfahren...","og:url":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/","og:image":"https:\/\/flex-power.energy\/wp-content\/uploads\/2026\/07\/flexpwr-og-image-gradient-50black.png","og:image:secure_url":"https:\/\/flex-power.energy\/wp-content\/uploads\/2026\/07\/flexpwr-og-image-gradient-50black.png","og:image:width":1200,"og:image:height":675,"article:published_time":"2025-09-01T07:37:30+00:00","article:modified_time":"2026-07-07T09:08:52+00:00","twitter:card":"summary_large_image","twitter:title":"PPA-Konfigurator | Stromkosten berechnen &amp; optimieren","twitter:description":"Stellen Sie sich jetzt Ihr PPA zusammen und erhalten Sie direkt einen Preis f\u00fcr Ihre Strombeschaffung - schnell, einfach und transparent. Mehr erfahren...","twitter:image":"https:\/\/flex-power.energy\/wp-content\/uploads\/2026\/07\/flexpwr-og-image-gradient-50black.png"},"aioseo_meta_data":{"post_id":"12842","title":"PPA-Konfigurator | Stromkosten berechnen &amp; optimieren","description":"Stellen Sie sich jetzt Ihr PPA zusammen und erhalten Sie direkt einen Preis f\u00fcr Ihre Strombeschaffung - schnell, einfach und transparent. Mehr erfahren...","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-07-07 09:10:11","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-09-03 12:11:43","updated":"2026-07-07 10:36:18"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/flex-power.energy\/de\/\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/\" title=\"PowerMatch\">PowerMatch<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tPPA Konfigurator\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/flex-power.energy\/de\/"},{"label":"PowerMatch","link":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/"},{"label":"PPA Konfigurator","link":"https:\/\/flex-power.energy\/de\/ppa-plattform-powermatch\/ppa-konfigurator\/"}],"_links":{"self":[{"href":"https:\/\/flex-power.energy\/de\/wp-json\/wp\/v2\/pages\/12842","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flex-power.energy\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/flex-power.energy\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/flex-power.energy\/de\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/flex-power.energy\/de\/wp-json\/wp\/v2\/comments?post=12842"}],"version-history":[{"count":8,"href":"https:\/\/flex-power.energy\/de\/wp-json\/wp\/v2\/pages\/12842\/revisions"}],"predecessor-version":[{"id":15374,"href":"https:\/\/flex-power.energy\/de\/wp-json\/wp\/v2\/pages\/12842\/revisions\/15374"}],"up":[{"embeddable":true,"href":"https:\/\/flex-power.energy\/de\/wp-json\/wp\/v2\/pages\/5275"}],"wp:attachment":[{"href":"https:\/\/flex-power.energy\/de\/wp-json\/wp\/v2\/media?parent=12842"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}