# Victron AC load meter on GX device

Source: https://docs.evcc.io/en/meters/victron-ac-load-meter-on-gx-device

For additional meters attached to the GX device that appear as AC load (`com.victronenergy.acload`).
Grid, PV and battery measurement is covered by the `Victron Energy` template.

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| host | IP address or hostname | 192.0.2.2 |  |
| id | Meter Modbus unit id Found on the GX device under Settings / Integrations / Modbus TCP server / Available services. |  |  |
| port | Port | 502 |  |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_aux
      type: template
      template: victron-gx
      usage: aux
      host: 192.0.2.2 # IP address or hostname
      id: # Meter Modbus unit id, Found on the GX device under Settings / Integrations / Modbus TCP server / Available services.
      port: 502 # Port, optional
```

```yaml
meters:
    - name: my_charger
      type: template
      template: victron-gx
      usage: charge
      host: 192.0.2.2 # IP address or hostname
      id: # Meter Modbus unit id, Found on the GX device under Settings / Integrations / Modbus TCP server / Available services.
      port: 502 # Port, optional
```
