%  Bei Banküberweisung erhalten Sie 2% Rabatt auf Ihren Warenkorb  -  Umsatzsteuerfreie Lieferung nach § 12 Abs. 3 UstG möglich  %
Filter schließen
Für die Filterung wurden keine Ergebnisse gefunden!
umsatzsteuerfreie Lieferung möglich*
Victron EasySolar 12/1600/70-16 MPPT 12V 230V All-In-One Solar Lösung Victron EasySolar 12/1600/70-16 MPPT 12V 230V All-In-One Solar Lösung
Der Victron Energy EasySolar (MPN CEP121621000) 12/1600/70-16 MPPT 100/50 ist eine High-End All-Inn-One Solarlösung welche gleich vier wichtige Komponenten eines guten Solar-Systems in sich...

Versandkostenfreie Lieferung in Deutschland

Lieferzeit 3-5 Werktage

1.019,00 €
umsatzsteuerfreie Lieferung möglich*
Victron EasySolar 24/1600/40-16 24V 230V MPPT All-In-One Komplettlösung Victron EasySolar 24/1600/40-16 24V 230V MPPT All-In-One Komplettlösung
Der Victron Energy EasySolar (MPN CEP241621010) 24/1600/40-16 MPPT 100/50 ist eine High-End Stand-Alone Solarlösung welche gleich vier wichtige Komponenten eines guten Solar-Systems in sich...

Versandkostenfreie Lieferung in Deutschland

Lieferzeit 5-9 Werktage

1.021,00 €
umsatzsteuerfreie Lieferung möglich*
Victron EasySolar-II 24/3000/70-32 MPPT 250/70 GX All-In-One Solarlösung Victron EasySolar-II 24/3000/70-32 MPPT 250/70 GX All-In-One Solarlösung
Die Gerätekombination EasySolar-II GX (MPN: PMP242307010) von Victron Energy kombiniert einen leistungsstraken MultiPlus-II-Wechselrichter/Ladegerät, einen SmartSolar MPPT 250/70-Tr Solar-...

Versandkostenfreie Lieferung in Deutschland

Lieferzeit 5-9 Werktage

1.300,00 €
umsatzsteuerfreie Lieferung möglich*
Victron EasySolar-II 48/3000/35-32 MPPT 250/70 GX Victron EasySolar-II 48/3000/35-32 MPPT 250/70 GX
Die Victron EasySolar-II-Gerätekombination von Victron (MPN PMP482307010) kombiniert einen Wechselrichter/Ladegerät, einen Solar- Laderegler und ein GX-Gerät. Die Elemente sind vorverkabelt und in...

Versandkostenfreie Lieferung in Deutschland

Lieferzeit 5-9 Werktage

1.290,00 €
umsatzsteuerfreie Lieferung möglich*
Victron EasySolar II 48/5000/70-50 - 230V-MPPT 250/100 Victron EasySolar II 48/5000/70-50 - 230V-MPPT 250/100
Der EasySolar II GX 48/5000/70-50 MPPT 250/100 von Victron Energy (MPN: PMP482507010) ist eine High-End Stand-Alone Solarlösung, welche die wichtigsten Komponenten eines guten Solar-Systems in sich...

Versandkostenfreie Lieferung in Deutschland

Lieferzeit 5-9 Werktage

1.815,00 €
/** * @returns { boolean } */ function hasCookiesAllowed () { if (window.cookieRemoval === 0) { return true; } if (window.cookieRemoval === 1) { if (document.cookie.indexOf('cookiePreferences') !== -1) { return true; } return document.cookie.indexOf('cookieDeclined') === -1; } /** * Must be cookieRemoval = 2, so only depends on existence of `allowCookie` */ return document.cookie.indexOf('allowCookie') !== -1; } /** * @returns { boolean } */ function isDeviceCookieAllowed () { var cookiesAllowed = hasCookiesAllowed(); if (window.cookieRemoval !== 1) { return cookiesAllowed; } return cookiesAllowed && document.cookie.indexOf('"name":"x-ua-device","active":true') !== -1; } function isSecure() { return window.secureShop !== undefined && window.secureShop === true; } (function(window, document) { var par = document.location.search.match(/sPartner=([^&])+/g), pid = (par && par[0]) ? par[0].substring(9) : null, cur = document.location.protocol + '//' + document.location.host, ref = document.referrer.indexOf(cur) === -1 ? document.referrer : null, url = "/widgets/index/refreshStatistic", pth = document.location.pathname.replace("https://www.comkor.de/", "/"); url += url.indexOf('?') === -1 ? '?' : '&'; url += 'requestPage=' + encodeURIComponent(pth); url += '&requestController=' + encodeURI("listing"); if(pid) { url += '&partner=' + pid; } if(ref) { url += '&referer=' + encodeURIComponent(ref); } if (isDeviceCookieAllowed()) { var i = 0, device = 'desktop', width = window.innerWidth, breakpoints = window.statisticDevices; if (typeof width !== 'number') { width = (document.documentElement.clientWidth !== 0) ? document.documentElement.clientWidth : document.body.clientWidth; } for (; i < breakpoints.length; i++) { if (width >= ~~(breakpoints[i].enter) && width <= ~~(breakpoints[i].exit)) { device = breakpoints[i].device; } } document.cookie = 'x-ua-device=' + device + '; path=/' + (isSecure() ? '; secure;' : ''); } document .getElementById('refresh-statistics') .src = url; })(window, document);