# Volkszähler HTTP API, Import & Export

Source: https://docs.evcc.io/en/meters/volkszahler-http-api-import-and-export

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| importuuid | Import UUID |  |  |
| exportuuid | Export UUID |  |  |
| url | Middleware URL | http://zaehler.network.local:8080/api/data |  |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_grid
      type: template
      template: volkszaehler-importexport
      usage: grid
      importuuid: # Import UUID
      exportuuid: # Export UUID
      url: http://zaehler.network.local:8080/api/data # Middleware URL, optional
```
