%  Bei Banküberweisung erhalten Sie 1% Rabatt auf Ihren Warenkorb  -  Umsatzsteuerfreie Lieferung nach § 12 Abs. 3 UstG möglich  %

Victron 3m VE.Direct cable Verbindungskabel

Umsatzsteuerfreie Lieferung nach § 12 Abs. 3 UstG möglich
  • Legen Sie Ihre gewünschten Artikel in den Warenkorb
  • An der Kasse setzen Sie den Haken in der Box "Umsatzsteuerfreie Lieferung"
  • Ihr Warenkorb lädt neu.
  • Bei allen berechtigten Artikeln wird die Steuer auf 0% reduziert

Hier finden Sie die Voraussetzungen zur steuerfreien Bestellung.
16,90 € *

* Inkl. 19% MwSt. zzgl. Versandkosten

14,20 € *

* Inkl. 0% MwSt. zzgl. Versandkosten bei Bestellung nach §12 Abs. 3 UStG

 

Lieferzeit 2-5 Werktage

  • CS18490
  • Victron-Energy
  • ASS030530230
  • 8719076019626
  • 0.2 Kg
Das 3m VE.Direct Cable von Victron ASS030530230) wird zur Verbindung von Geräten benötigt, die... mehr

Das 3m VE.Direct Cable von Victron ASS030530230) wird zur Verbindung von Geräten benötigt, die über den VE-Direct Port miteinander kommunizieren sollen. Zum Beispiel die BlueSolar Regler und das MPPT Control Fernbedienungspanel.

So können folgende Verbindungen damit hergestellt werden:

Victron BlueSolar MPPT Regler zu Victron Color Control GX Panel
Victron BlueSolar MPPT Regler zu MPPT Control FernsteuerungseinheitBMV70xxx Serie zu Color Control GX Panel
BMV60xxx Serie zu Color Control GX Panel
Phoenix Inverter 12V 24V 48V 250W-500W to Color Control GX Panel

Die VE.Direct Kabel sind nicht im Lieferumfang dieser Geräte-Serien enthalten und sind in Längen von 0,3 bis 10m verfügbar.

Lieferumfang:
1x Victron ASS030530230 3m VE.Direct Cable

Weitere Informationen:
  • Noch Fragen zum Artikel?
/** * @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("detail"); if(pid) { url += '&partner=' + pid; } if(ref) { url += '&referer=' + encodeURIComponent(ref); } url += '&articleId=' + encodeURI("341"); 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);