User Tools

Site Tools


vedirect_protocol:faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
vedirect_protocol:faq [2020-07-20 14:18] – [Q8: How do I calculate the TEXT checksum?] mbosmavedirect_protocol:faq [2023-03-31 08:41] mvader
Line 1: Line 1:
 ====== VE.Direct Protocol FAQ ====== ====== VE.Direct Protocol FAQ ======
  
 +===== 1. Introduction =====
 More information on the VE.Direct protocol is available here: More information on the VE.Direct protocol is available here:
   * [[https://www.victronenergy.com/upload/documents/Whitepaper-Data-communication-with-Victron-Energy-products_EN.pdf|Data communication whitepaper]]   * [[https://www.victronenergy.com/upload/documents/Whitepaper-Data-communication-with-Victron-Energy-products_EN.pdf|Data communication whitepaper]]
Line 6: Line 7:
   * [[open_source:start]]   * [[open_source:start]]
  
-Note that, besides an FAQ, this page also contains a framehandler reference implementation in C code. See at the bottom.+Note that, besides FAQ, this page also contains a framehandler reference implementation in C code. See at the bottom.
  
-===== 1. FAQ =====+From a hardware point of view, our VE.Direct ports have four pins: positive, TX, RX and GND. The TX and RX go (almost) directly into the UART of the microcontroller of the product. 
 + 
 +To connect directly to such port, we advise to use either our VE.Direct to USB interface, or our VE.Direct to RS232 interface. Both include galvanic isolation circuitry. Having such isolation is important, as in the product itself (ie. in the solar charger, bmv battery monitor, inverter and so forth) there is very little protection. 
 + 
 +More information, including pinout, is in our VE.Direct whitepaper, see link above. 
 + 
 + 
 +===== 2. FAQ =====
 ==== Q1: Can I use RS232 instead of USB? ==== ==== Q1: Can I use RS232 instead of USB? ====
 Yes, use the //VE.Direct to RS232 interface//, part number ASS030520500. Yes, use the //VE.Direct to RS232 interface//, part number ASS030520500.
Line 62: Line 70:
   * BMV-700: 3v3   * BMV-700: 3v3
   * MPPT all models: 5v   * MPPT all models: 5v
-  * Newer MPPTs (as now under development) will remain 5V.+  * Newer MPPTs (as now under development) will be 5V. 
 +  * MPPT RS, Multi RS, any other RS: 3v3 
 +  * VE.Direct Inverters 250…500VA - 3V3 
 +  * VE.Direct Inverters 800VA & 1200VA 3V3 
 +  * Smart Inverters 1600VA...5000VA - 3V3
  
 ==== Q5: How much current can I draw from the power pin in the VE.Direct port? ==== ==== Q5: How much current can I draw from the power pin in the VE.Direct port? ====
Line 79: Line 91:
 ==== Q8: How do I calculate the TEXT checksum? ==== ==== Q8: How do I calculate the TEXT checksum? ====
  
-I need to get data from a BMV, but do I check the data integrity? The [[https://www.victronenergy.com/support-and-downloads/whitepapers|VE.Direct protocol]] mentions the modulo 256 sum; what is this?\\+I need to get data from a BMV, but how do I check the data integrity? The [[https://www.victronenergy.com/support-and-downloads/whitepapers|VE.Direct protocol]] mentions the modulo 256 sum; what is this?\\
  
 **Answer:**\\ **Answer:**\\
vedirect_protocol/faq.txt · Last modified: 2023-03-31 12:04 by mvader

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki