# Volkszähler HTTP API, Import & Export

Quelle: https://docs.evcc.io/de/meters/volkszahler-http-api-import-and-export

## Parameter

| Name | Beschreibung | Standard / Beispiel | |
| --- | --- | --- | --- |
| importuuid | Import UUID |  |  |
| exportuuid | Export UUID |  |  |
| url | Middleware URL | http://zaehler.network.local:8080/api/data |  |

## Konfigurationsbeispiel für 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
```
