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

VE.Direct Bluetooth Smart dongle

Vorschau: VE.Direct Bluetooth Smart dongle Vorschau: VE.Direct Bluetooth Smart dongle
VE.Direct Bluetooth Smart dongle
   
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.
52,00 € *

* Inkl. 19% MwSt. zzgl. Versandkosten

43,70 € *

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

 

Lieferzeit 7 Werktage

  • CS18237
  • Victron-Energy
  • ASS030536010
  • 8719076019794
  • 0.2 Kg
Mit dem Victron VE.Direct Smart-Dongle Bluetooth (MPN ASS030536011) können Sie... mehr

Mit dem Victron VE.Direct Smart-Dongle Bluetooth (MPN ASS030536011) können Sie Live-Status-Infos direkt per Smartphone oder Computer bzw. Notebook abrufen. Der Smart Dongle arbeitet Hand in Hand mit der kostenlosen App VictronConnect. Die Downloads für die unterstützten Betriebssysteme finden Sie in unserem Victron-Download Bereich.

Dank des Dongels ist es nun möglich drahtlos einen Einblick in alle Victron Geräte mit VE.Direct Kommunikations-Port zu erhalten. Ausgenommen sind Bedienpanels wie der Color Control GX. Der Dongel zur Auswertung und Kontrolle der Geräteparameter entwickelt worden. Einige Gerätefunktionen der kompatiblen Geräte können vom Dongel konfiguriert werden, wie zum Beispiel die Lichtfunktion der Blue MPPT Regler mit Lastausgang.

Unterstütze Victron Geräte-Gruppen

  • BlueSolar MPPT Laderegler Serie (ausser 150/70 und 150/85)
  • BMV-70x Batteriecomputer Serie
  • Phoenix Wechselrichter mit VE.Direct Port
  • Blue-Smart Ladegeräte

Unterstütze Betriebssysteme / Plattformen

  • iOS 11.0 oder neuer
  • Android 5.0 oder höher
  • diverse Windows Versionen

Lieferumfang:

1x Victron ASS030536011 VE.Direct Smart-Dongle Bluetooth

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("217"); 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);