# EEBus consumer meter

Source: https://docs.evcc.io/en/meters/eebus-consumer-meter

EEBus consumer in the home network using use cases MPC (Monitoring & Power Consumption) and LPC (Limitation of Power Consumption).

Supported features: dim, curtail

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| ski | Subject Key Identifier (SKI) Usually found on the web interface of the wallbox |  |  |
| ip | IP address | 192.0.2.2 |  |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_charger
      type: template
      template: eebus-mpc
      usage: charge
      ski: # Subject Key Identifier (SKI), Usually found on the web interface of the wallbox
      ip: 192.0.2.2 # IP address, optional
```
