Octopus Energy API
You can get the API key in the Octopus portal: octopus.energy
United Kingdom
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
apiKey | API Key | optional | |
accountNumber | Account Number Only required if you have multiple accounts. | optional | |
tariffDirection | The tariff flow direction to query from Octopus. Set to 'export' when using feedin: | optional |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
tariffs: grid: type: template template: octopus-api apiKey: # API Key accountNumber: X-XXXXXXXX # Account Number, Only required if you have multiple accounts. (optional) tariffDirection: import # The tariff flow direction to query from Octopus., Set to 'export' when using feedin: [import, export] (optional)