{"id":3168,"date":"2023-01-25T16:07:25","date_gmt":"2023-01-25T14:07:25","guid":{"rendered":"https:\/\/www.degerhellas.gr\/?page_id=3168"},"modified":"2023-01-25T16:10:38","modified_gmt":"2023-01-25T14:10:38","slug":"degerhellas-net-metering-solar-form-residential-eng","status":"publish","type":"page","link":"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/","title":{"rendered":"Degerhellas Net Metering Solar Form residential (eng)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3168\" class=\"elementor elementor-3168\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d3667cc elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"d3667cc\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0f58691\" data-id=\"0f58691\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-83f3ab7 elementor-widget elementor-widget-text-editor\" data-id=\"83f3ab7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\n    <iframe\n      id=\"JotFormIFrame-230243309791353\"\n      title=\"(ENG) Online \u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03bf\u03b9\u03ba\u03b9\u03b1\u03ba\u03cc Net Metering\"\n      onload=\"window.parent.scrollTo(0,0)\"\n      allowtransparency=\"true\"\n      allowfullscreen=\"true\"\n      allow=\"geolocation; microphone; camera\"\n      src=\"https:\/\/form.jotform.com\/230243309791353\"\n      frameborder=\"0\"\n      style=\"\n      min-width: 100%;\n      height:539px;\n      border:none;\"\n      scrolling=\"no\"\n    >\n    <\/iframe>\n    <script type=\"text\/javascript\">\n    var ifr = document.getElementById(\"JotFormIFrame-230243309791353\");\n    if (ifr) {\n      var src = ifr.src;\n      var iframeParams = [];\n      if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\n      }\n      if (src && src.indexOf(\"?\") > -1) {\n        iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\n        src = src.substr(0, src.indexOf(\"?\"))\n      }\n      iframeParams.push(\"isIframeEmbed=1\");\n      ifr.src = src + \"?\" + iframeParams.join('&');\n    }\n    window.handleIFrameMessage = function(e) {\n      if (typeof e.data === 'object') { return; }\n      var args = e.data.split(\":\");\n      if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\n      if (!iframe) { return; }\n      switch (args[0]) {\n        case \"scrollIntoView\":\n          iframe.scrollIntoView();\n          break;\n        case \"setHeight\":\n          iframe.style.height = args[1] + \"px\";\n          if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {\n            iframe.style.minHeight = args[1] + \"px\";\n          }\n          break;\n        case \"collapseErrorPage\":\n          if (iframe.clientHeight > window.innerHeight) {\n            iframe.style.height = window.innerHeight + \"px\";\n          }\n          break;\n        case \"reloadPage\":\n          window.location.reload();\n          break;\n        case \"loadScript\":\n          if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\n          var src = args[1];\n          if (args.length > 3) {\n              src = args[1] + ':' + args[2];\n          }\n          var script = document.createElement('script');\n          script.src = src;\n          script.type = 'text\/javascript';\n          document.body.appendChild(script);\n          break;\n        case \"exitFullscreen\":\n          if      (window.document.exitFullscreen)        window.document.exitFullscreen();\n          else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\n          else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\n          else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\n          else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\n          break;\n      }\n      var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\n      if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\n        var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\n        iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\n      }\n    };\n    window.isPermitted = function(originUrl, whitelisted_domains) {\n      var url = document.createElement('a');\n      url.href = originUrl;\n      var hostname = url.hostname;\n      var result = false;\n      if( typeof hostname !== 'undefined' ) {\n        whitelisted_domains.forEach(function(element) {\n            if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\n                result = true;\n            }\n        });\n        return result;\n      }\n    };\n    if (window.addEventListener) {\n      window.addEventListener(\"message\", handleIFrameMessage, false);\n    } else if (window.attachEvent) {\n      window.attachEvent(\"onmessage\", handleIFrameMessage);\n    }\n    <\/script>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":3157,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-3168","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Degerhellas Net Metering Solar Form residential (eng) - Deger Hellas<\/title>\n<meta name=\"description\" content=\"Fill out the Net Metering contact form and we will contact you as soon as possible, by offering the best solution for your household\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Degerhellas Net Metering Solar Form residential (eng) - Deger Hellas\" \/>\n<meta property=\"og:description\" content=\"Fill out the Net Metering contact form and we will contact you as soon as possible, by offering the best solution for your household\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/\" \/>\n<meta property=\"og:site_name\" content=\"Deger Hellas\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-25T14:10:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.degerhellas.gr\/wp-content\/uploads\/net-metering-home.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1903\" \/>\n\t<meta property=\"og:image:height\" content=\"860\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/\",\"url\":\"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/\",\"name\":\"Degerhellas Net Metering Solar Form residential (eng) - Deger Hellas\",\"isPartOf\":{\"@id\":\"https:\/\/www.degerhellas.gr\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.degerhellas.gr\/wp-content\/uploads\/net-metering-home.jpg\",\"datePublished\":\"2023-01-25T14:07:25+00:00\",\"dateModified\":\"2023-01-25T14:10:38+00:00\",\"description\":\"Fill out the Net Metering contact form and we will contact you as soon as possible, by offering the best solution for your household\",\"breadcrumb\":{\"@id\":\"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/#primaryimage\",\"url\":\"https:\/\/www.degerhellas.gr\/wp-content\/uploads\/net-metering-home.jpg\",\"contentUrl\":\"https:\/\/www.degerhellas.gr\/wp-content\/uploads\/net-metering-home.jpg\",\"width\":1903,\"height\":860,\"caption\":\"net-metering home\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\/\/www.degerhellas.gr\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Degerhellas Net Metering Solar Form residential (eng)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.degerhellas.gr\/en\/#website\",\"url\":\"https:\/\/www.degerhellas.gr\/en\/\",\"name\":\"Deger Hellas\",\"description\":\"\u0397 DegerHellas \u039c\u03bf\u03bd.\u0395\u03a0\u0395 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bf \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc\u03c2 \u03b4\u03b9\u03b1\u03bd\u03bf\u03bc\u03ad\u03b1\u03c2 \u03c5\u03bb\u03b9\u03ba\u03ce\u03bd \u03c4\u03b7\u03c2 Degerenergie \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b7\u03bd \u039a\u03cd\u03c0\u03c1\u03bf.\",\"publisher\":{\"@id\":\"https:\/\/www.degerhellas.gr\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.degerhellas.gr\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.degerhellas.gr\/en\/#organization\",\"name\":\"DegerHellas\",\"url\":\"https:\/\/www.degerhellas.gr\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.degerhellas.gr\/en\/#\/schema\/logo\/image\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"DegerHellas\"},\"image\":{\"@id\":\"https:\/\/www.degerhellas.gr\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Degerhellas Net Metering Solar Form residential (eng) - Deger Hellas","description":"Fill out the Net Metering contact form and we will contact you as soon as possible, by offering the best solution for your household","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:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/","og_locale":"en_US","og_type":"article","og_title":"Degerhellas Net Metering Solar Form residential (eng) - Deger Hellas","og_description":"Fill out the Net Metering contact form and we will contact you as soon as possible, by offering the best solution for your household","og_url":"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/","og_site_name":"Deger Hellas","article_modified_time":"2023-01-25T14:10:38+00:00","og_image":[{"width":1903,"height":860,"url":"https:\/\/www.degerhellas.gr\/wp-content\/uploads\/net-metering-home.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/","url":"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/","name":"Degerhellas Net Metering Solar Form residential (eng) - Deger Hellas","isPartOf":{"@id":"https:\/\/www.degerhellas.gr\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/#primaryimage"},"image":{"@id":"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/#primaryimage"},"thumbnailUrl":"https:\/\/www.degerhellas.gr\/wp-content\/uploads\/net-metering-home.jpg","datePublished":"2023-01-25T14:07:25+00:00","dateModified":"2023-01-25T14:10:38+00:00","description":"Fill out the Net Metering contact form and we will contact you as soon as possible, by offering the best solution for your household","breadcrumb":{"@id":"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/#primaryimage","url":"https:\/\/www.degerhellas.gr\/wp-content\/uploads\/net-metering-home.jpg","contentUrl":"https:\/\/www.degerhellas.gr\/wp-content\/uploads\/net-metering-home.jpg","width":1903,"height":860,"caption":"net-metering home"},{"@type":"BreadcrumbList","@id":"https:\/\/www.degerhellas.gr\/en\/degerhellas-net-metering-solar-form-residential-eng\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/www.degerhellas.gr\/en\/"},{"@type":"ListItem","position":2,"name":"Degerhellas Net Metering Solar Form residential (eng)"}]},{"@type":"WebSite","@id":"https:\/\/www.degerhellas.gr\/en\/#website","url":"https:\/\/www.degerhellas.gr\/en\/","name":"Deger Hellas","description":"\u0397 DegerHellas \u039c\u03bf\u03bd.\u0395\u03a0\u0395 \u03b5\u03af\u03bd\u03b1\u03b9 \u03bf \u03b1\u03c0\u03bf\u03ba\u03bb\u03b5\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc\u03c2 \u03b4\u03b9\u03b1\u03bd\u03bf\u03bc\u03ad\u03b1\u03c2 \u03c5\u03bb\u03b9\u03ba\u03ce\u03bd \u03c4\u03b7\u03c2 Degerenergie \u03c3\u03c4\u03b7\u03bd \u0395\u03bb\u03bb\u03ac\u03b4\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b7\u03bd \u039a\u03cd\u03c0\u03c1\u03bf.","publisher":{"@id":"https:\/\/www.degerhellas.gr\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.degerhellas.gr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.degerhellas.gr\/en\/#organization","name":"DegerHellas","url":"https:\/\/www.degerhellas.gr\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.degerhellas.gr\/en\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"DegerHellas"},"image":{"@id":"https:\/\/www.degerhellas.gr\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.degerhellas.gr\/en\/wp-json\/wp\/v2\/pages\/3168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.degerhellas.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.degerhellas.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.degerhellas.gr\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.degerhellas.gr\/en\/wp-json\/wp\/v2\/comments?post=3168"}],"version-history":[{"count":0,"href":"https:\/\/www.degerhellas.gr\/en\/wp-json\/wp\/v2\/pages\/3168\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.degerhellas.gr\/en\/wp-json\/wp\/v2\/media\/3157"}],"wp:attachment":[{"href":"https:\/\/www.degerhellas.gr\/en\/wp-json\/wp\/v2\/media?parent=3168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}