Fingrid CO₂
CO₂ data for Finnish national grid from Fingrid OpenData. Get your API key by registering an account at https://data.fingrid.fi/instructions.
CO₂ data for Finnish national grid from Fingrid OpenData. Get your API key by registering an account at https://data.fingrid.fi/instructions.
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
apiKey | API Key Get your API key by registering an account at https://data.fingrid.fi/instructions, creating a new API key and enter it here. | optional | |
charges | Charge Additional fixed charge per kWh | advanced | |
tax | Tax Additional percentage charge (e.g. 0.2 for 20%) | advanced | |
formula | Formula Individual formula for calculating the price | advanced |
| Name | Description | Value | Level |
|---|---|---|---|
apiKey | API Key Get your API key by registering an account at https://data.fingrid.fi/instructions, creating a new API key and enter it here. | optional | |
charges | Charge Additional fixed charge per kWh | advanced | |
chargesZones | Charges zones Time-based grid fees that override the default charge. | advanced | |
tax | Tax Additional percentage charge (e.g. 0.2 for 20%) | advanced | |
formula | Formula Individual formula for calculating the price | advanced |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
tariffs: co2: type: template template: fingrid-co2 apiKey: # API Key, Get your API key by registering an account at [https://data.fingrid.fi/instructions](https://data.fingrid.fi/instructions), creating a new API key and enter it here. charges: # Charge, Additional fixed charge per kWh (optional) tax: # Tax, Additional percentage charge (e.g. 0.2 for 20%) (optional) formula: math.Max((price + charges) * (1 + tax), 0.0) # Formula, Individual formula for calculating the price (optional)tariffs: co2: type: template template: fingrid-co2 apiKey: # API Key, Get your API key by registering an account at [https://data.fingrid.fi/instructions](https://data.fingrid.fi/instructions), creating a new API key and enter it here. charges: # Charge, Additional fixed charge per kWh (optional) chargesZones: # Charges zones, Time-based grid fees that override the default charge. (optional) tax: # Tax, Additional percentage charge (e.g. 0.2 for 20%) (optional) formula: math.Max((price + charges) * (1 + tax), 0.0) # Formula, Individual formula for calculating the price (optional)