# TQ Energy Manager EM420

Source: https://docs.evcc.io/en/meters/tq-energy-manager-em420

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| host | IP address or hostname | 192.0.2.2 |  |
| token | Access token Access token for EM420 (Create in Profile -> Access tokens) | ey... |  |
| port | Port | 80 |  |
| device | API Device Path JSON-API -> Data Endpoint | local |  |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_grid
      type: template
      template: tq-em420
      usage: grid
      host: 192.0.2.2 # IP address or hostname
      token: ey... # Access token, Access token for EM420 (Create in Profile -> Access tokens)
      port: 80 # Port, optional
      device: local # API Device Path, JSON-API -> Data Endpoint (optional)
```
