# SolarMax SolarMax SMT

Source: https://docs.evcc.io/en/meters/solarmax-solarmax-smt

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| modbus | Modbus Type (tcpip) |  |  |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_pv
      type: template
      template: solarmax-smt
      usage: pv
      
      # Modbus TCP
      modbus: tcpip
      id: 1
      host:  # Hostname
      port: 502 # Port
```
