Between the sources that make energy, the batteries that store it, and the appliances that use it sit the components that make a system: the parts that convert power from one form to another, control how it flows, protect the wiring, distribute it, and measure what is happening. This middle layer is where most real-world compatibility problems live, because a component can be perfectly good on its own and still be wrong for the system it is dropped into.
This pillar maps the roles, shows how they must agree where power paths meet, and gives you a way to find the limiting component. It links out to the detailed articles rather than repeating them; start here, then follow the threads.
Five roles in the middle layer
Sort every component by the job it does, not the box it comes in:
| Role | What it does | Typical components |
|---|---|---|
| Conversion | Change power between DC and AC | Inverter, charger, inverter/charger |
| Control (charging) | Regulate how a source charges the battery | Solar charge controller (MPPT/PWM), DC-DC charger |
| Protection | Interrupt faults, allow isolation | Fuses, circuit breakers, disconnects |
| Distribution | Carry and split power safely | Busbars, distribution panels, cabling |
| Measurement | Show what the system is doing | Battery monitor and shunt |
A single physical unit can fill several roles — an inverter/charger converts both ways and includes protection and monitoring — but keeping the roles distinct is what lets you reason about the system.
Conversion
Conversion changes the form of power:
- An inverter turns battery DC into mains AC for normal appliances. Choose pure sine unless every load is simple and resistive, and read its continuous and peak ratings separately — the mechanism and rating traps are covered in how inverters work.
- A charger does the reverse, turning AC (grid or shore) into DC to charge the battery.
- An inverter/charger combines both in one unit and adds a transfer switch, so it draws from one AC input at a time (shore or generator) and inverts from the battery when neither is present.
Every conversion costs some efficiency and produces heat, so the fewer unnecessary conversions in a power path, the better.
Control: getting charge into the battery correctly
Charging needs control, because a raw source rarely matches what the battery wants.
Solar charge controllers come in two kinds. A PWM controller effectively connects the panel down near the battery voltage, so any panel voltage above the battery's is not used. An MPPT controller instead uses DC/DC conversion to hold the panel at its maximum power point and convert the extra voltage into extra charge current. Victron puts the gain at "up to 30%" — the maximum-power area is up to 30% larger than the PWM area — and notes MPPT also lets you wire modules "in series as well as parallel." A quick illustration for a ~99 W panel (18 V, 5.5 A) into a 12 V battery:
PWM ≈ 5.5 A × 13.6 V ≈ 75 W
MPPT ≈ (18 V × 5.5 A) × 0.97 ≈ 96 W → about 28% more
The gain is largest when the panel runs cool (its voltage sits well above the battery's) and shrinks in heat, which is why MPPT suits higher-voltage or series arrays and cooler climates, while PWM can be fine for a small, matched-voltage panel.
A DC-DC charger controls charging from a vehicle alternator: it regulates the current (a lithium bank can otherwise overload the alternator), isolates the starter battery, and charges only while the engine runs. Combining several controlled sources onto one bank is its own topic — combining solar, alternator, shore, and generator charging.
Protection
Protection is not an accessory; it is what makes the rest safe. Its core idea is simple: overcurrent protection protects the conductor. A fuse or circuit breaker is there to interrupt a fault current before the wire overheats — not primarily to protect the appliance. Disconnects let you isolate parts of the system to work on them or in an emergency.
The sizing and selection of protection — which device, what rating, where — depends on the conductor, the installation method, the fault current available, and your local code. That is engineering this pillar deliberately does not prescribe generically; see why protection is part of system design and follow the manufacturer and your governing authority.
Distribution
Distribution is how power is carried and split without loss or hazard. Busbars and
distribution panels consolidate many connections into tidy, correctly-rated
junctions. The quiet enemy here is voltage drop: by Ohm's law, the voltage lost in
a cable is the current times the cable's resistance (V = I × R), and the power wasted
as heat is I² × R. So drop rises with current and cable length and falls with a
thicker conductor:
50 A through 0.005 Ω of cable → 0.25 V dropped, 12.5 W lost as heat
Because low-voltage systems carry large currents (a 1 kW load at 12 V draws roughly 90 A — see how inverters work), DC runs must be short and generously sized, and this is another reason bigger systems move to 24 V or 48 V. Actual conductor sizing, again, follows your local code, not a rule of thumb.
Measurement
Measurement shows what the system is actually doing. A battery monitor uses a shunt — a precision resistor in the main battery lead — to measure current, and from it estimates state of charge. The catch is structural: the monitor only counts what flows through the shunt, so every charge source and every load must be on the battery side of it, or the reading drifts from reality. What a monitor can and cannot tell you is covered in what a battery monitor measures.
Compatibility is a system property
Each component can meet its own spec and the system can still fail, because the components must agree where their power paths meet. The clearest case is charging a battery from several sources at once:
- Currents add. The combined charge current must stay within the battery's acceptance and the wiring's rating.
- The BMS must be in charge. A managed lithium battery hands out a charge voltage limit, charge current limit, and discharge current limit, and every charger must respect them. Victron's own documentation warns that when "multiple chargers operate independently, they risk overcharging cells, creating thermal stress, or triggering unnecessary protective shutdowns."
- Ratings must line up. A charger's profile must match the battery chemistry; an inverter's continuous and surge ratings must match the loads; a controller's voltage window must match the array and battery.
Compatibility, in other words, is checked at the interfaces, using each device's documentation — which is exactly what reading a data sheet is for.
Finding the bottleneck
Because power flows through a chain, a system delivers only what its most limiting relevant component allows. When a system underperforms, trace the path and compare each component against the others' limits:
- Peak AC load is capped by the inverter's continuous rating (and the battery's ability to supply the DC current).
- Charging speed is capped by the smallest of: source output, controller/charger rating, wiring, and the battery's (or BMS's) accepted charge current.
- Solar harvest is capped by the controller type and rating, not just the panels.
- Any current is capped by the cable and its overcurrent protection.
The bottleneck is wherever the smallest relevant limit sits — upgrading anything else changes nothing until you address it.
A system compatibility worksheet
Before committing to a set of components, resolve each interface against the documents you can obtain:
- Inverter ↔ loads: continuous and surge power (in W and VA), and waveform suitability for the loads.
- Inverter/charger ↔ battery: charge profile matches chemistry; charge current within battery/BMS limits.
- Solar controller ↔ array ↔ battery: array voltage within the controller's input window; controller current within the battery's accepted charge.
- DC-DC charger ↔ alternator ↔ battery: current within the alternator's capacity and the battery's acceptance.
- All chargers ↔ BMS: the BMS can limit or stop every source.
- Everything ↔ wiring & protection: conductors and overcurrent devices sized (to code) for the real worst-case current.
- Monitor ↔ system: every source and load passes through the shunt.
An unresolved line means the system is not yet proven compatible, however good the individual parts.
Safety essentials
This layer carries mains-voltage AC and large DC fault currents. Overcurrent protection, conductor sizing, grounding, bonding, and enclosures are code-governed engineering, not places for a generic diagram — this pillar explains why they matter and leaves how to your manufacturer's instructions and local authority. Stop and make safe on any overheating, arcing, or repeated protection operation, and get qualified help for AC wiring and high fault-energy DC work. See the safety fundamentals.
Key takeaways
- Sort components by role — conversion, control, protection, distribution, measurement — not by product category.
- MPPT beats PWM by up to ~30% and suits higher-voltage arrays; a DC-DC charger controls alternator charging.
- Protection protects the conductor, and voltage drop (
V = I × R) punishes long, thin, high-current DC runs — both sized to code. - Compatibility is a system property checked at the interfaces; find the bottleneck by tracing each power path against every component's limits.
Where to go next
- Go deep on conversion in how inverters work, and learn to verify any spec in how to read an energy-system data sheet.
- See multi-source control in combining solar, alternator, shore, and generator charging.
- Understand protection in why protection is part of system design.
- Return to the Components & Control hub.