# Powerfox Poweropti

Source: https://docs.evcc.io/en/meters/powerfox-poweropti

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| user | Username e.g. email address, user id, etc. |  |  |
| password | Password Service account password |  |  |
| id | ID Id in case of multiple PowerOpti | main |  |
| cache | Cache Time interval for data refresh | 1s | advanced |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_grid
      type: template
      template: powerfox-poweropti
      usage: grid
      user: # Username, e.g. email address, user id, etc.
      password: # Password, Service account password
      id: main # ID, Id in case of multiple PowerOpti
      cache: 1s # Cache, Time interval for data refresh (optional)
```

```yaml
meters:
    - name: my_pv
      type: template
      template: powerfox-poweropti
      usage: pv
      user: # Username, e.g. email address, user id, etc.
      password: # Password, Service account password
      id: main # ID, Id in case of multiple PowerOpti
      cache: 1s # Cache, Time interval for data refresh (optional)
```
