# Solaranzeige Solaranzeige

Source: https://docs.evcc.io/en/meters/solaranzeige-solaranzeige

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| host | IP address or hostname IP address or hostname of the MQTT broker | 192.0.2.2 |  |
| port | Port MQTT broker port | 1883 |  |
| topic | Topic Topic (omit leading /) | solaranzeige/box1 |  |
| timeout | Timeout Don't accept values older than this value | 30s |  |
| user | Username e.g. email address, user id, etc. |  | advanced |
| password | Password Service account password |  | advanced |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_grid
      type: template
      template: solaranzeige
      usage: grid
      host: 192.0.2.2 # IP address or hostname, IP address or hostname of the MQTT broker
      port: 1883 # Port, MQTT broker port (optional)
      topic: solaranzeige/box1 # Topic, Topic (omit leading /) (optional)
      timeout: 30s # Timeout, Don't accept values older than this value (optional)
      user: # Username, e.g. email address, user id, etc. (optional)
      password: # Password, Service account password (optional)
```

```yaml
meters:
    - name: my_pv
      type: template
      template: solaranzeige
      usage: pv
      host: 192.0.2.2 # IP address or hostname, IP address or hostname of the MQTT broker
      port: 1883 # Port, MQTT broker port (optional)
      topic: solaranzeige/box1 # Topic, Topic (omit leading /) (optional)
      timeout: 30s # Timeout, Don't accept values older than this value (optional)
      user: # Username, e.g. email address, user id, etc. (optional)
      password: # Password, Service account password (optional)
```
