# Fronius Ohmpilot

Source: https://docs.evcc.io/en/meters/fronius-ohmpilot

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| host | IP address or hostname | 192.0.2.2 |  |
| key | ID of the Ohmpilot in SolarAPI | 0 | advanced |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_aux
      type: template
      template: fronius-ohmpilot
      usage: aux
      host: 192.0.2.2 # IP address or hostname
      key: 0 # ID of the Ohmpilot in SolarAPI, optional
```
