Victron EV Charging Station (via GX)
Enter the host of the GX device (not the charger). The charger has to be in manual mode and Modbus has to be configured for ID 100.
Supported features
- Built-in meter: Support for an integrated meter. Availability may vary between models.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
id | Modbus ID | int | required |
host | IP address or hostname | required | |
port | Port | int | required |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
chargers: - name: my_charger type: template template: victron
# Modbus TCP modbus: tcpip id: 100 host: # Hostname port: 502 # Port