Generate Wiring Diagram
generate_wiring_diagramGenerate an electrical wiring diagram for campers, boats, or off-grid setups. Returns a complete schematic with batteries, chargers, protection components, and loads. Protection components (shunt, main switch, low-voltage cutoff) are auto-generated when both batteries and loads are provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loads | No | Electrical loads / consumers | |
| format | No | Output format: svg (recommended, renders inline) or png (base64-encoded image, may not display in all clients) | svg |
| chargers | No | Chargers with their power sources | |
| batteries | No | Batteries in the system | |
| systemName | Yes | Name of the electrical system (e.g. "My Camper Van") |