// Function to get URL parameters function getURLParameter(name) { name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]"); var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"), results = regex.exec(location.search); return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " ")); } // Append UTM parameters to Brevo form document.addEventListener("DOMContentLoaded", function () { // Extract UTM parameters from the URL var utmSource = getURLParameter('utm_source'); var utmMedium = getURLParameter('utm_medium'); var utmCampaign = getURLParameter('utm_campaign'); // Locate the Brevo form iframe var brevoIframe = document.querySelector('iframe[src*="brevo"]'); if (brevoIframe) { // Get the original form URL var formSrc = brevoIframe.src; // Append UTM parameters to the URL var newSrc = formSrc + (formSrc.includes('?') ? '&' : '?') + 'utm_source=' + encodeURIComponent(utmSource) + '&utm_medium=' + encodeURIComponent(utmMedium) + '&utm_campaign=' + encodeURIComponent(utmCampaign); // Update the iframe source brevoIframe.src = newSrc; } });
top of page
O_white_200px.png
10.jpg

One-Stop Charging Solution For Your Home 

Get your charger now and start your electrification journey  
Request a Quote

Voeg een titel toe

SH_front (1).png
Get Your Quote Now

Sungrow Home Charger: AC011E 

WIST JE DAT...

With the iEnergyCharge App you can efficiently manage your charging activities at home. It offers intelligent control and a user-friendly experience, making it easy to monitor and optimize charging across various scenarios.

With the iSolarClout you can easily manage all your Sungrow products including your home charger. It allows you to choose between four different modes to fit your current charging need.

3-Phase solution

Standalone solution

bottom of page