# Solax Inverter (Cloud)

Source: https://docs.evcc.io/en/meters/solax-inverter-cloud

The Solax inverter has to be registered in the SolaxCloud.

**Attention**: Values can only be fetched every 150s and then also can be 5 minutes old. Charging by PV will not be optimal because of this! Only use as fallback if no local access is available.

## Parameters

| Name | Description | Default / example | |
| --- | --- | --- | --- |
| tokenid | SolaxCloud TokenID [solaxcloud.com](https://www.solaxcloud.com/) -> Support -> Third-party Ecology (old site) or Service -> API (new site), enter the value of `tokenID` here (Example: 20241028488283838) |  |  |
| serial | Serial number [solaxcloud.com](https://www.solaxcloud.com/) -> Device -> Inverter (new site) or Support (old site), use the registration number |  |  |

## Configuration example for evcc.yaml

```yaml
meters:
    - name: my_pv
      type: template
      template: solax-inverter-cloud
      usage: pv
      tokenid: # SolaxCloud TokenID, [solaxcloud.com](https://www.solaxcloud.com/) -> Support -> Third-party Ecology (old site) or Service -> API (new site), enter the value of `tokenID` here (Example: 20241028488283838)
      serial: # Serial number, [solaxcloud.com](https://www.solaxcloud.com/) -> Device -> Inverter (new site) or Support (old site), use the registration number
```
