%  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*
Offgridtec® MONO 100W V2 Solarpanel 23V Black Frame Offgridtec® MONO 100W V2 Solarpanel 23V Black Frame
Das MONO 100W Solarmodul Black Frame V2 von Offgridtec (MPN 018385) arbeitet mit monokristallinen Solarzellen mit einem hohen Wirkungsgrad von 22,3%. Es eignet sich dank seiner 23V Betriebsspannung...

 

Lieferzeit 3-5 Werktage

79,00 €
umsatzsteuerfreie Lieferung möglich*
Offgridtec® MONO-150 V2 Solarpanel 23V Black Frame Offgridtec® MONO-150 V2 Solarpanel 23V Black Frame
Das Solarmodul MONO 150W V2 Black Frame von Offgridtec (MPN 018395) arbeitet mit monokristallinen Solarzellen mit einem hohen Wirkungsgrad von 22,3%. Es eignet sich dank seiner 23V Betriebsspannung...

 

Lieferzeit 3-5 Werktage

112,00 €
umsatzsteuerfreie Lieferung möglich*
Offgridtec 100W 39V Solarmodul monokristallin Offgridtec 100W 39V Solarmodul monokristallin
Das Offgridtec 100 W 39V liefert eine Leistung von 100 Watt und ist mit monokristallinen A-Grade Solarzellen bestückt welche auch bei schlechteren Lichtverhältnissen solide Ergebnisse liefern....

 

Lieferzeit 3-5 Werktage

82,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);