Skip to content
EN | DE

Spotty Energie

Austria
Austria

Parameters

NameDescriptionValueLevel
contractidContract ID

You can get your contract id from the customer portal i.spottyenergie.at

Example: ffffffff-4444-6666-2222-aaaaaabbbbbb
optional
pricetypePrice type

Price type, either spotmarket price, consumption price or generation compensation (if contractually agreed), more info at spottyenergie.at

Default: CONSUMPTION
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
contractidContract ID

You can get your contract id from the customer portal i.spottyenergie.at

Example: ffffffff-4444-6666-2222-aaaaaabbbbbb
optional
pricetypePrice type

Price type, either spotmarket price, consumption price or generation compensation (if contractually agreed), more info at spottyenergie.at

Default: CONSUMPTION
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: spottyenergy
contractid: ffffffff-4444-6666-2222-aaaaaabbbbbb # Contract ID, You can get your contract id from the customer portal [i.spottyenergie.at](https://i.spottyenergie.at/)
pricetype: CONSUMPTION # Price type, Price type, either spotmarket price, consumption price or generation compensation (if contractually agreed), more info at [spottyenergie.at](https://www.spottyenergie.at/blog/energie-smart-produzieren) [MARKET, CONSUMPTION, GENERATION]
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: spottyenergy
contractid: ffffffff-4444-6666-2222-aaaaaabbbbbb # Contract ID, You can get your contract id from the customer portal [i.spottyenergie.at](https://i.spottyenergie.at/)
pricetype: CONSUMPTION # Price type, Price type, either spotmarket price, consumption price or generation compensation (if contractually agreed), more info at [spottyenergie.at](https://www.spottyenergie.at/blog/energie-smart-produzieren) [MARKET, CONSUMPTION, GENERATION]
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)