System Setup
victron_setupTests Modbus TCP and MQTT connectivity, discovers all devices on a Victron GX, and outputs ready-to-use MCP server config.
Instructions
Complete system setup and discovery for a Victron GX device. Tests both Modbus TCP and MQTT connectivity, discovers all connected devices and services, recommends the best transport, and generates ready-to-use MCP server configuration. Use this as the first step after finding a device with victron_network_scan, or directly if you already know the host IP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | GX device IP address or hostname | |
| mqttPort | No | MQTT broker port (default: 1883) | |
| modbusPort | No | Modbus TCP port (default: 502) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| devices | No | ||
| success | No | ||
| portalId | No | ||
| services | No | ||
| foundHosts | No |