Skip to content
EN | DE

REE

Spain PVPC tariff extracted from api.esios.ree.es. It is possible to create grid and feed-in tariffs. You need a token in order to be able to use the API

Spain

Spain PVPC tariff extracted from api.esios.ree.es. It is possible to create grid and feed-in tariffs. You need a token in order to be able to use the API

Spain

Parameters

NameDescriptionValueLevel
securitytokenEsios personal Security token

Request your token at consultasios@ree.es

optional
indicatorIndicator to retrieve from the API.

1001 = Grid Tariff, 1739 = Feed-in Tariff

Example: 1001
optional
regionRegion
Example: Península
optional
chargesCharge

Additional fixed charge per kWh

advanced
taxTax

Additional percentage charge (e.g. 0.2 for 20%)

advanced
formulaFormula

Individual formula for calculating the price

Example: math.Max((price + charges) * (1 + tax), 0.0)
advanced
NameDescriptionValueLevel
securitytokenEsios personal Security token

Request your token at consultasios@ree.es

optional
indicatorIndicator to retrieve from the API.

1001 = Grid Tariff, 1739 = Feed-in Tariff

Example: 1001
optional
regionRegion
Example: Península
optional
chargesCharge

Additional fixed charge per kWh

advanced
chargesZonesCharges zones

Time-based grid fees that override the default charge.

advanced
taxTax

Additional percentage charge (e.g. 0.2 for 20%)

advanced
formulaFormula

Individual formula for calculating the price

Example: math.Max((price + charges) * (1 + tax), 0.0)
advanced
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: esios
securitytoken: # Esios personal Security token, Request your token at <a href="mailto:consultasios@ree.es?subject=Personal token request">consultasios@ree.es</a>
indicator: 1001 # Indicator to retrieve from the API., 1001 = Grid Tariff, 1739 = Feed-in Tariff [1001, 1739]
region: Península # Region, [Península, Canarias, Baleares, Ceuta, Melilla]
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:
grid:
type: template
template: esios
securitytoken: # Esios personal Security token, Request your token at <a href="mailto:consultasios@ree.es?subject=Personal token request">consultasios@ree.es</a>
indicator: 1001 # Indicator to retrieve from the API., 1001 = Grid Tariff, 1739 = Feed-in Tariff [1001, 1739]
region: Península # Region, [Península, Canarias, Baleares, Ceuta, Melilla]
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)