# Volkszähler HTTP API

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

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| uuid | 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-http
      usage: grid
      uuid: # UUID
      url: http://zaehler.network.local:8080/api/data # Middleware URL, optional
```
