Octopus Energy API
Den API-Key bekommst du im Octopus Portal: octopus.energy
Vereinigtes Königreich
Parameter
| Name | Beschreibung | Wert | Stufe |
|---|---|---|---|
apiKey | API Key | optional | |
accountNumber | Kundennummer Nur erforderlich, wenn mehrere Konten vorhanden sind. | optional | |
tariffDirection | The tariff flow direction to query from Octopus. Set to 'export' when using feedin: | optional |
Konfigurationsbeispiel für evcc.yaml
Falls du die Konfiguration nicht über die Oberfläche vornehmen möchtest, kannst du alternativ diesen YAML-Block verwenden.
tariffs: grid: type: template template: octopus-api apiKey: # API Key accountNumber: X-XXXXXXXX # Kundennummer, Nur erforderlich, wenn mehrere Konten vorhanden sind. (optional) tariffDirection: import # The tariff flow direction to query from Octopus., Set to 'export' when using feedin: [import, export] (optional)