Skip to content
EN | DE

Octopus Energy API

You can get the API key in the Octopus portal: octopus.energy

United Kingdom

Parameters

NameDescriptionValueLevel
apiKeyAPI Keyoptional
accountNumberAccount Number

Only required if you have multiple accounts.

Example: X-XXXXXXXX
optional
tariffDirectionThe tariff flow direction to query from Octopus.

Set to 'export' when using feedin:

Default: import
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)