VE.Direct Protocol

Introduction

Victron products featuring the VE.Direct serial communications interface provide simple access to detailed product information. This document describes how to receive and interpret this information.

For more information on other protocols and products, see the Data communication whitepaper: Whitepaper-Data-communication-with-Victron-Energy-products_EN.pdf.

The VE.Direct interface supports two modes: Text-mode and HEX-mode. Text-mode simplifies information retrieval by periodically transmitting all run-time fields. HEX-mode allows both reading and writing data, such as changing settings.

Implementations of Text-mode and HEX-mode:

Consult your product's specific VE.Direct protocol document to determine its implementation. This document focuses exclusively on Text-mode.

Further resources include the VE.Direct protocol FAQ and the Open source page on Victron Live, which showcases community projects utilizing the VE.Direct protocol.

Physical Interface

The VE.Direct interface uses a 4-pin connector. The diagram below illustrates its location on a BMV-700.

Connector Pinout:

A diagram shows a 4-pin connector labeled 1, 2, 3, 4. A table lists the pins with 'Producer' and 'Consumer' roles:

Pin Producer Consumer
1 GND GND
2 VE.Direct-RX VE.Direct-RX
3 VE.Direct-TX VE.Direct-TX
4 Power + Power +

Producers, such as BMV battery monitors and MPPT solar chargers, send data. Consumers, like the Color Control GX, receive this data. For connection, the Producer's VE.Direct-TX connects to the Consumer's VE.Direct-RX, and the Producer's VE.Direct-RX connects to the Consumer's VE.Direct-TX. Note that MPPT pins may have alternative functions, such as controlling the charger (VE.Direct-RX) or sending a PWM signal for dimming lights (VE.Direct-TX). Refer to the 'Connector types' section for details.

A VE.Direct to USB interface cable (part number ASS030530000) is available from Victron Energy, providing a virtual comport via USB and galvanic isolation.

A VE.Direct to RS232 interface cable (part number ASS030520500) is also available from Victron Energy.

Serial Port Configuration

The serial port configuration for VE.Direct communication is as follows:

Baud rate: 19200
Data bits: 8
Parity: None
Stop bits: 1
Flow control: None

Pins to use when using the VE.Direct to RS232 interface

For communication, use the GND, RX, and TX pins: pin 5, 2, and 3 on the DB9 connector, respectively. The DTR signal (pin 4 on the DB9 connector) and/or the RTS signal (pin 7 on the DB9 connector) must be driven high to power the isolated side of the interface. The method for programming DTR and RTS varies by operating system and hardware.

For more details, see: VE.Direct to RS232 Interface Pin Information.

Message Format

The device transmits data blocks at 1-second intervals. Each field follows this format:

<Newline><Field-Label><Tab><Field-Value>

The identifiers are defined as follows:

Identifier Meaning
<Newline> A carriage return followed by a line feed (0x0D, 0x0A).
<Field-Label> An arbitrary length label identifying the field. It typically matches the label used on the LCD.
<Tab> A horizontal tab (0x09).
<Field-Value> The ASCII formatted value of the field. The number of characters depends on the magnitude and sign of the value.

Data Integrity

Statistics are grouped into blocks with an appended checksum. The last field in a block is always "Checksum", a single byte that may not be a printable ASCII character. A modulo 256 sum of all bytes in a block should equal 0 if there were no transmission errors. Multiple blocks containing different fields are sent.

For more details, see: How to calculate the text checksum.

Fields

The units used for values sent over the serial interface may differ from those displayed on the LCD.

Note: The BMV-600S has limited VE.Direct Text-mode support. Refer to the BMV-600S Text Protocol document for details: BMV-600S Text Protocol.

Supported Fields and Units:

Label Units Description BMV 60x BMV 70x BMV71x SmartShunt MPPT1 Phoenix Inverter Phoenix Charger Smart BuckBoost
VmVMain or channel 1 (battery) voltage
V2mVChannel 2 (battery) voltage2
V3mVChannel 3 (battery) voltage332
VSmVAuxiliary (starter) voltage444
VMmVMid-point voltage of the battery bank
DM%Mid-point deviation of the battery bank
VPVmVPanel voltage
PPVWPanel power
ImAMain or channel 1 battery current5
I2mAChannel 2 battery current2
I3mAChannel 3 battery current2
ILmALoad current6
LOADLoad output state (ON/OFF)7
T°C8Battery temperature99
PWInstantaneous power
CEmAh10,11Consumed Amp Hours

Notes on Fields:

  1. The VE.Direct protocol is available in the MPPT 70/15 since firmware version v1.09 and up, and only in newer type MPPT 70/15s (product ID other than 0x300). Early batches with PID 0x300 support only fields PID, SER, and FW.
  2. Available on Phoenix Smart Chargers with triple outputs only.
  3. Available when the AUX input is configured as Starter Battery.
  4. Available when the AUX input is configured as Mid Point.
  5. MPPT 75/15 and 100/15: Since firmware v1.15, "I" reports battery current. Before v1.14, it reported converter output current without specifying if it went to the battery or loads.
  6. Available since version v1.15, and only for models with a load output.
  7. Available since version v1.12, and only for models with a load output.
  8. If no temperature sensor is connected, "---" is sent.
  9. Available when the AUX input is configured as Temperature.
  10. When the BMV is not synchronized, these statistics are meaningless and "---" is sent.
  11. When configured as a DC monitor, "---" is sent.

Additional Fields:

Label Units Description BMV 60x BMV 70x BMV71x SmartShunt MPPT1 Phoenix Inverter Phoenix Charger Smart BuckBoost
SOC%10,11State-of-charge
TTGMinutes10,11,12Time-to-go
AlarmAlarm condition active
RelayRelay state1314
ARAlarm reason1516
OROff reason
H1mAh11Depth of the deepest discharge
H2mAh11Depth of the last discharge
H3mAh11Depth of the average discharge
H411Number of charge cycles
H511Number of full discharges
H6mAh11Cumulative Amp Hours drawn
H7mVMinimum main (battery) voltage
H8mVMaximum main (battery) voltage
H9Seconds11Number of seconds since last full charge
H1011Number of automatic synchronizations
H11Number of low main voltage alarms
H12Number of high main voltage alarms
H13Number of low auxiliary voltage alarms
H14Number of high auxiliary voltage alarms
H15mV3Minimum auxiliary (battery) voltage
H16mV3Maximum auxiliary (battery) voltage
H170.01 kWhAmount of discharged energy (BMV) / Amount of produced energy (DC monitor)

Notes on Additional Fields:

  1. When the battery is not discharging, the time-to-go is infinite, represented as -1.
  2. Available on SmartSolar mppt chargers since firmware version v1.17.
  3. Available on Smart Phoenix Inverter.
  4. Available on SmartSolar mppt chargers since firmware version v1.44 (VE.Direct models) and v1.03 (SmartSolar VE.Can models).
  5. Available on Phoenix Inverter v1.16.

Further Fields:

Label Units Description BMV 60x BMV 70x BMV71x SmartShunt MPPT1 Phoenix Inverter Phoenix Charger Smart BuckBoost
H180.01 kWhAmount of charged energy (BMV) / Amount of consumed energy (DC monitor)
H190.01 kWhYield total (user resettable counter)
H200.01 kWhYield today
H21WMaximum power today
H220.01 kWhYield yesterday
H23WMaximum power yesterday
ERRError code
CSState of operation
BMVModel description (deprecated)
FWFirmware version (16 bit)
FWEFirmware version (24 bit)
PIDProduct ID
SER#Serial number
HSDSDay sequence number (0..364)17
MODEDevice mode
AC_OUT_V0.01 VAC output voltage
AC_OUT_I0.1 AAC output current18
AC_OUT_SVAAC output apparent power
WARNWarning reason
MPPTTracker operation mode19
MONDC monitor mode20
DC_IN_V0.01 VDC input voltage
DC_IN_I0.1 ADC input current
DC_IN_P1 WDC input power

Notes on Further Fields:

  1. Available on BlueSolar mppt chargers since firmware version v1.16.
  2. Available on Phoenix Inverter (some models) since firmware version v1.16.
  3. Available on BlueSolar mppt chargers since firmware version v1.37.
  4. Available since version v4.08.

Detailed Field Description

/: For MPPTs and BMVs: > 0 indicates charging, < 0 indicates discharging.

Alarm: Indicates the BMV's buzzer alarm state. Normally "OFF", changes to "ON" when an alarm occurs. This refers to the alarm condition itself, not the buzzer's sound. The value remains "ON" until all alarm conditions are cleared, regardless of button presses.

Relay: Shows the relay alarm state. Product-specific descriptions detail factory default behavior. For BMV, it's normally "OFF", changing to "ON" on alarm. For MPPT chargers, it's normally "OFF", changing to "ON" for low battery voltage. Phoenix Smart Inverters show "ON" during normal inverting, and Phoenix Smart Chargers show "ON" during normal charging.

Note for Alarm and Relay: BMV-600s with firmware v2.09 or lower used "On" and "Off" instead of "ON" and "OFF". Case-insensitive string comparison (e.g., stricmp()) is recommended.

FW: Firmware version. Reported as a whole number (e.g., 208 for v2.08). "C208" indicates release candidate C for v2.08. Available in BMV since v2.08.

FWE: Firmware version. Can be up to 6 digits, with optional leading zeros. Examples: "0208FF" or "208FF" for v2.08 (FF indicates official release), "020801" for v2.08-beta-01.

AR (Alarm Reason): Describes the cause of an alarm. Multiple conditions are added together; the total value is sent in decimal notation.

Alarm Condition BMV Inverter
Low Voltage1
High Voltage2
Low SOC4
Low Starter Voltage8
High Starter Voltage16
Low Temperature32
High Temperature64
Mid Voltage128
Overload256
DC-ripple512
Low V AC out1024
High V AC out2048
Short Circuit4096
BMS Lockout8192

Example: A value of 5 indicates a low SOC alarm and a low Voltage alarm. Available in BMV since v2.08.

WARN (Warning Reason): Implemented for inverters only. Provides the cause of a warning, using the same bit definition as AR. Warnings reflect the current status of measured parameters (temperature/battery voltage/VAC-out). Unlike AR, which remembers the cause of an inverter shutdown until it is switched on again, WARN reflects the immediate status.

OR (Off Reason): Describes why a unit is switched off.

No input power0x00000001
Switched off (power switch)0x00000002
Switched off (device mode register)0x00000004
Remote input0x00000008
Protection active0x00000010
Paygo0x00000020
BMS0x00000040
Engine shutdown detection0x00000080
Analysing input voltage0x00000100

CAP_BLE: Describes why a unit is switched off via BLE.

BLE supports switching off0x00000001
BLE switching off is permanent0x00000002

CS (State of Operation): The state of operation.

State MPPT Inverter Charger
Off0
Low power1• (1)
Fault2
Bulk3
Absorption4
Float5
Storage6
Equalize (manual)7
Inverting9
Power supply11
Starting-up245
Repeated absorption246
Auto equalize / Recondition247
BatterySafe248
External Control252

ERR (Error Code): The error code of the device during a fault state.

No error0
Battery voltage too high2
Charger temperature too high17
Charger over current18
Charger current reversed19
Bulk time limit exceeded20
Current sensor issue (sensor bias/sensor broken)21
Terminals overheated26
Converter issue (dual converter models only)28
Input voltage too high (solar panel)33
Input current too high (solar panel)34
Input shutdown (due to excessive battery voltage)38
Input shutdown (due to current flow during off mode)39
Lost communication with one of devices65
Synchronised charging device configuration issue66
BMS connection lost67
Network misconfigured68
Factory calibration data lost116
Invalid/incompatible firmware117
User settings invalid119

Note 1: Error 19 can often be ignored; it regularly occurs during MPPT charger start-up or shutdown. This error is no longer reported since version 1.15.

Note 2: Error 21 can be ignored for 5 minutes; it also occurs during MPPT charger start-up or shutdown. Since version 1.16, this warning is no longer reported if it is not persistent.

HSDS (Historical Data): Historical data indicating the day sequence number. A change signifies a new day and updated historical data. Range: 0-364. Available in MPPT chargers since v1.16.

SER#: The device's serial number, formatted as LLYYMMSSSSS (LL=location code, YYWW=production date, SSSSS=unique part). Example: HQ1328Y6TF6.

BMV (deprecated): Provides a textual description of the BMV model (e.g., 602S or 702). This field is deprecated; use the PID field instead.

MODE: Possible values for device mode.

Mode Value Inverter Charger
VE_REG_MODE_CHARGER1
VE_REG_MODE_INVERTER2
VE_REG_MODE_OFF4
VE_REG_MODE_ECO5
VE_REG_MODE_HIBERNATE253• (1)

(1) Smart only

MPPT: Possible values for tracker operation.

Off0
Voltage or current limited1
MPP Tracker active2

MON: Possible values for DC monitor mode.

Solar charger-9
Wind turbine-8
Shaft generator-7
Alternator-6
Fuel cell-5
Water generator-4
DC/DC charger-3
AC charger-2
Generic source-1
Battery monitor (BMV)0
Generic load1
Electric drive2
Fridge3
Water pump4
Bilge pump5
DC system6
Inverter7
Water heater8

Implementation Guidelines

When implementing a VE.Text parser, it is recommended to reserve two buffers: one for the field label (9 bytes) and one for the field value (33 bytes). Parse the value as soon as a single field is received and store it in a temporary record. A block can contain a maximum of 22 fields; maintain at least 22 temporary records. Once the complete block is validated by its checksum, the temporary records can be copied to their final records. If the checksum is invalid, clear the temporary records.

Connector Types

The VE.Direct interface uses JST PH connectors with a 2.0mm pitch. There are 3 through-hole and 2 surface-mount types available.

Connector Details:

Brand Serie Description Farnell Code JST Code Link
JST PH connector, 4 pin types Pitch 2.0mm. Available in through-hole and SMT. Top and side entry models exist. A high version of the through-hole top entry model is also available. Most types are available from Farnell. Website information: jst-mfg.com, ePH.pdf
Through hole Pcb part straight 9492437 B4B-PH-K-S(LF)(SN) Farnell Link
Pcb part 90degree 9492488 S4B-PH-K-S (LF)(SN) Farnell Link
Surface mount Pcb part straight 9491929 B4B-PH-SM4-TB(LF)(SN) Farnell Link
Pcb part 90 degree smd 9492631 S4B-PH-SM4-TB(LF)(SN) Farnell Link
Pcb part straight high type - BH4B-PH(LF)(SN) jst-mfg.com, ePH-H.pdf

Images show four connector types: 'TH top entry', 'TH side entry', 'SMT top entry', and 'SMT side entry'.

VE.Direct Cable

The VE.Direct cable features a molded part for enhanced durability. It is available in straight and 90-degree angle models.

Diagrams illustrate the VE.Direct straight cable connector and the VE.Direct 90-degree cable connector, showing pin numbering (1, 3, 4).

Document History

Version Date Changes
124 April 2008Document created.
1.105 May 2008Added historical information for the starter battery. Added alarm and relay state information.
1.216 May 2008Added the part number for the serial to TTL cable.
2.016 June 2008Added a checksum field to the protocol, and removed the ETX framing character.
2.105 May 2009Added details on which RS232 connections must be implemented by the monitoring application.
2.224 June 2009Updated to reflect the change in product naming.
2.301 December 2009Added BMV-600S and fields BMV, FW, and AR.
2.412 April 2011Renamed the protocol and document to BMV Text Protocol.
2.516 October 2012Added details on On/Off vs ON/OFF for Relay and Alarm state.
3.031 June 2013Document changed to be the VE.Direct specification document.
3.116 August 2013Added BMV-70x alarms. Added detailed field description paragraph. Description of release candidates in FW field.
3.27 February 2014Removed fields H13 and H14 from BMV-70x.
3.324 March 2014Added history fields (HS* and HDn*) for the MPPT chargers.
3.422 May 2014Updated product ID list (PID).
3.53 July 2014Added error 119 in the error code table (ERR).
3.630 July 2014Changed HDnYP> HdnY, HdnYC> HDnC, added HSDS.
3.711 September 2014Text protocol I=Battery current, CS=Charger state. Added remark HS*, HDn* are available since v1.15. Added IL (load current).
3.824 September 2014Updated physical connection section. Removed HDn*, HS* sections, moved to HEX protocol. Updated HSDS description.
3.930 September 2014Reworded sentences for clarity and changed footnote sign to numbers. H19..H23 deprecated since v1.16, HSDS available since v1.16.
3.106 November 2014ERR section, added note 2 regarding error 21.
3.117 November 2014ERR section, updated note 2 regarding error 21.
3.129 December 2014H19..H23 will remain present.
3.1329 January 2015Added chapter 'Implementation guidelines'.
3.1425 March 2015Fields table: removed deprecated fields H19..H23.
3.151 May 2015Updated charger error code table (ERR).
3.169 July 2015Added information about connector types.
3.1720 July 2015Updated whitepaper URL in the introduction section.
3.1820 August 2015Added links to open source page and VE.Direct FAQ.
3.1925 February 2016Updated PID section (MPPT models). Relay field now also available in SmartSolar models.
3.2014 March 2016Updated with Phoenix Inverter textmode fields.
3.211 April 2016Mention Asynchronous HEX-messages. Added VE.Direct to RS232 interface cable.
3.2228 September 2016Swapped RX & TX in the pinout.
3.232 October 2017Added pin information for VE.Direct to RS232 interface.
3.2422 March 2018Added PIDs for 120V + 800VA + 1200VA inverters and new Smart Solar chargers.
3.2510 September 2018Added tracker information (MPPT).
3.2627 November 2018Added for Smart Phoenix Inverters: PIDs for Smart Inverters 1600/2000VA - 230Vac, Support of hibernate mode, Relay description, Label AC_OUT_S, Label OR (off reason), Label CAP_BLE. Added Phoenix Smart Chargers: Labels V2,V3,I2,I3 and FWE, Added FWE description. Added SmartSolar MPPT VE.Can product IDs. Update descriptions of CS, MODE, and ERR fields.
3.2711 September 2019Update Supported Text-mode fields table: OR field added to SmartSolar since firmware v1.44 (VE.Direct chargers) and v1.03 (SmartSolar MPPT VE.Can chargers).
3.2826 February 2020Added new PIDs for SmartSolars and BlueSolars (From 0xA066 to 0xA071, From 0xA10B to 0xA116). Changed maximum number of fields in a block on the text protocol from 18 to 22.
3.2920 July 2020Add FAQ URL to chapter "Data integrity".
3.3001 February 2021Update introduction explaining new behaviour of Text-mode on newer implementations.
3.3104 March 2021Update Physical interface description text.
3.3230 June 2021Added label MON. Added new PIDs for BMV-71x and SmartShunt.
3.3306 June 2023Added new PIDs for MPPT chargers (from 0xA072 to 0xA07F and 0xA117). Added new text fields for DC input information: DC_IN_V, DC_IN_I, DC_IN_P. Added new Smart BuckBoost: Added to PID list (0xA3F0). Added to Fields table. Fields used: PID, FEW, SER#, V, I, P, DC_IN_V, DC_IN_I, DC_IN_P, CS, OR, ERR.
3.3414 April 2025Added new PIDs for MPPT chargers (0xA080 and 0xA081). Changed Smart BuckBoost name to Orion XS (PID 0xA3F0). Added new Orion XS 1400 (PID 0xA3F1).

Product ID (PID) List

The product ID for various Victron devices:

Product ID PID
BMV-7000x203
BMV-7020x204
BMV-700H0x205
BlueSolar MPPT 70|15*0x0300*
BlueSolar MPPT 75|50*0xA040*
BlueSolar MPPT 150|35*0xA041*
BlueSolar MPPT 75|150xA042
BlueSolar MPPT 100|150xA043
BlueSolar MPPT 100|30*0xA044*
BlueSolar MPPT 100|50*0xA045*
BlueSolar MPPT 150|700xA046
BlueSolar MPPT 150|1000xA047
BlueSolar MPPT 100|50 rev20xA049
BlueSolar MPPT 100|30 rev20xA04A
BlueSolar MPPT 150|35 rev20xA04B
BlueSolar MPPT 75|100xA04C
BlueSolar MPPT 150|450xA04D
BlueSolar MPPT 150|600xA04E
BlueSolar MPPT 150|850xA04F
SmartSolar MPPT 250|1000xA050
SmartSolar MPPT 150|100*0xA051*
SmartSolar MPPT 150|85*0xA052*
SmartSolar MPPT 75|150xA053
SmartSolar MPPT 75|100xA054
SmartSolar MPPT 100|150xA055
SmartSolar MPPT 100|300xA056
SmartSolar MPPT 100|500xA057
SmartSolar MPPT 150|350xA058
SmartSolar MPPT 150|100 rev20xA059
SmartSolar MPPT 150|85 rev20xA05A
SmartSolar MPPT 250|700xA05B
SmartSolar MPPT 250|850xA05C
SmartSolar MPPT 250|600xA05D
SmartSolar MPPT 250|450xA05E
SmartSolar MPPT 100|200xA05F
SmartSolar MPPT 100|20 48V0xA060
SmartSolar MPPT 150|450xA061
SmartSolar MPPT 150|600xA062
SmartSolar MPPT 150|700xA063
SmartSolar MPPT 250|85 rev20xA064
SmartSolar MPPT 250|100 rev20xA065
BlueSolar MPPT 100|200xA066
BlueSolar MPPT 100|20 48V0xA067
SmartSolar MPPT 250|60 rev20xA068
SmartSolar MPPT 250|70 rev20xA069
SmartSolar MPPT 150|45 rev20xA06A
SmartSolar MPPT 150|60 rev20xA06B
SmartSolar MPPT 150|70 rev20xA06C
SmartSolar MPPT 150|85 rev30xA06D
SmartSolar MPPT 150|100 rev30xA06E
BlueSolar MPPT 150|45 rev20xA06F
BlueSolar MPPT 150|60 rev20xA070
BlueSolar MPPT 150|70 rev20xA071
BlueSolar MPPT 150/45 rev30xA072
SmartSolar MPPT 150/45 rev30xA073
SmartSolar MPPT 75/10 rev20xA074
SmartSolar MPPT 75/15 rev20xA075
BlueSolar MPPT 100/30 rev30xA076
BlueSolar MPPT 100/50 rev30xA077
BlueSolar MPPT 150/35 rev30xA078
BlueSolar MPPT 75/10 rev20xA079
BlueSolar MPPT 75/15 rev20xA07A
BlueSolar MPPT 100/15 rev20xA07B
BlueSolar MPPT 75/10 rev30xA07C
BlueSolar MPPT 75/15 rev30xA07D
SmartSolar MPPT 100/30 12V0xA07E
All-In-1 SmartSolar MPPT 75/15 12V0xA07F
SmartSolar MPPT 250|60 rev30xA080
SmartSolar MPPT 250|70 rev30xA081
SmartSolar MPPT VE.Can 150/700xA102
SmartSolar MPPT VE.Can 150/450xA103
SmartSolar MPPT VE.Can 150/600xA104
SmartSolar MPPT VE.Can 150/850xA105
SmartSolar MPPT VE.Can 150/1000xA106
SmartSolar MPPT VE.Can 250/450xA107
SmartSolar MPPT VE.Can 250/600xA108
SmartSolar MPPT VE.Can 250/700xA109
SmartSolar MPPT VE.Can 250/850xA10A
SmartSolar MPPT VE.Can 250/1000xA10B
SmartSolar MPPT VE.Can 150/70 rev20xA10C
SmartSolar MPPT VE.Can 150/85 rev20xA10D
SmartSolar MPPT VE.Can 150/100 rev20xA10E
BlueSolar MPPT VE.Can 150/1000xA10F
BlueSolar MPPT VE.Can 250/700xA112
BlueSolar MPPT VE.Can 250/1000xA113
SmartSolar MPPT VE.Can 250/70 rev20xA114
SmartSolar MPPT VE.Can 250/100 rev20xA115
SmartSolar MPPT VE.Can 250/85 rev20xA116
BlueSolar MPPT VE.Can 150/100 rev20xA117
Phoenix Inverter 12V 250VA 230V*0xA201*
Phoenix Inverter 24V 250VA 230V*0xA202*
Phoenix Inverter 48V 250VA 230V*0xA204*
Phoenix Inverter 12V 375VA 230V*0xA211*
Phoenix Inverter 24V 375VA 230V*0xA212*
Phoenix Inverter 48V 375VA 230V*0xA214*
Phoenix Inverter 12V 500VA 230V*0xA221*
Phoenix Inverter 24V 500VA 230V*0xA222*
Phoenix Inverter 48V 500VA 230V*0xA224*
Phoenix Inverter 12V 250VA 230V0xA231
Phoenix Inverter 24V 250VA 230V0xA232
Phoenix Inverter 48V 250VA 230V0xA234
Phoenix Inverter 12V 250VA 120V0xA239
Phoenix Inverter 24V 250VA 120V0xA23A
Phoenix Inverter 48V 250VA 120V0xA23C
Phoenix Inverter 12V 375VA 230V0xA241
Phoenix Inverter 24V 375VA 230V0xA242
Phoenix Inverter 48V 375VA 230V0xA244
Phoenix Inverter 12V 375VA 120V0xA249
Phoenix Inverter 24V 375VA 120V0xA24A
Phoenix Inverter 48V 375VA 120V0xA24C
Phoenix Inverter 12V 500VA 230V0xA251
Phoenix Inverter 24V 500VA 230V0xA252
Phoenix Inverter 48V 500VA 230V0xA254
Phoenix Inverter 12V 500VA 120V0xA259
Phoenix Inverter 24V 500VA 120V0xA25A
Phoenix Inverter 48V 500VA 120V0xA25C
Phoenix Inverter 12V 800VA 230V0xA261
Phoenix Inverter 24V 800VA 230V0xA262
Phoenix Inverter 48V 800VA 230V0xA264
Phoenix Inverter 12V 800VA 120V0xA269
Phoenix Inverter 24V 800VA 120V0xA26A
Phoenix Inverter 48V 800VA 120V0xA26C
Phoenix Inverter 12V 1200VA 230V0xA271
Phoenix Inverter 24V 1200VA 230V0xA272
Phoenix Inverter 48V 1200VA 230V0xA274
Phoenix Inverter 12V 1200VA 120V0xA279
Phoenix Inverter 24V 1200VA 120V0xA27A
Phoenix Inverter 48V 1200VA 120V0xA27C
Phoenix Inverter 12V 1600VA 230V0xA281
Phoenix Inverter 24V 1600VA 230V0xA282
Phoenix Inverter 48V 1600VA 230V0xA284
Phoenix Inverter 12V 2000VA 230V0xA291
Phoenix Inverter 24V 2000VA 230V0xA292
Phoenix Inverter 48V 2000VA 230V0xA294
Phoenix Inverter 12V 3000VA 230V0xA2A1
Phoenix Inverter 24V 3000VA 230V0xA2A2
Phoenix Inverter 48V 3000VA 230V0xA2A4
Phoenix Smart IP43 Charger 12|50 (1+1)0xA340
Phoenix Smart IP43 Charger 12|50 (3)0xA341
Phoenix Smart IP43 Charger 24|25 (1+1)0xA342
Phoenix Smart IP43 Charger 24|25 (3)0xA343
Phoenix Smart IP43 Charger 12|30 (1+1)0xA344
Phoenix Smart IP43 Charger 12|30 (3)0xA345
Phoenix Smart IP43 Charger 24|16 (1+1)0xA346
Phoenix Smart IP43 Charger 24|16 (3)0xA347
BMV-712 Smart0xA381
BMV-710H Smart0xA382
BMV-712 Smart Rev20xA383
SmartShunt 500A/50mV0xA389
SmartShunt 1000A/50mV0xA38A
SmartShunt 2000A/50mV0xA38B
Orion XS 12V/12V-50A0xA3F0
Orion XS 14000xA3F1

* These models are phased out.

PDF preview unavailable. Download the PDF instead.

VE.Direct-Protocol-3.34 Victron Energy B.V. Adobe PDF Library 25.1.211

Related Documents

Preview Octo GX (OGX) Manual - Victron Energy
Comprehensive manual for the Victron Energy Octo GX (OGX), a communication center for solar installations. Learn about its features, connectivity, and integration with MPPT chargers, inverters, and monitoring systems.
Preview Victron Energy RV Power System Configurations and Diagrams
Detailed overview of various Victron Energy electrical system configurations for recreational vehicles (RVs), including solar, battery, inverter, and charging components, with important operational and safety information.
Preview Victron Energy VE.Direct Bluetooth Smart Dongle Manual | Connect & Monitor
Comprehensive guide to the Victron Energy VE.Direct Bluetooth Smart Dongle. Learn about its features, installation, operation, troubleshooting, and specifications for easy monitoring and setup of Victron products.
Preview Victron Phoenix VE.Direct Inverter Manual
Comprehensive manual for Victron Phoenix VE.Direct inverters, covering installation, operation, safety, and technical specifications for models ranging from 250VA to 1200VA.
Preview Victron Energy Datenkommunikation: Protokolle, Integration & Systemaufbau
Erfahren Sie mehr über die Datenkommunikationsprotokolle von Victron Energy, einschließlich Modbus-TCP, NMEA 2000, VE.Direct und VE.Bus. Dieses Dokument bietet technische Details und Anleitungen zur Integration von Victron-Produkten in Ihre Systeme.
Preview Victron Energy Phoenix Inverter VE.Direct Manual
Comprehensive manual for the Victron Energy Phoenix Inverter VE.Direct series, covering installation, operation, safety, and technical specifications for models ranging from 250VA to 1200VA.
Preview Victron Energy System Wiring Diagram and Component Guide
A detailed technical guide and wiring diagram for a Victron Energy power system, illustrating the integration of VE.Bus BMS NG, Cerbo GX, MultiPlus inverter/charger, MPPT solar charger, and Lithium batteries.
Preview Victron Energy VE.Direct Inverters: 250VA-1200VA Specifications
Detailed technical specifications and features for Victron Energy's VE.Direct inverters, covering models from 250VA to 1200VA across 12V, 24V, and 48V configurations, including performance data, enclosure details, and compliance standards.