Skip to content
EN | DE

Pstryk.pl

Get your API token from the Pstryk App.

Poland

Get your API token from the Pstryk App.

Poland

Parameters

NameDescriptionValueLevel
tokenAPI token (e.g. sk-...).optional
planTariff source
Default: pricing
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
intervalInterval
Default: 1h
advanced
NameDescriptionValueLevel
tokenAPI token (e.g. sk-...).optional
planTariff source
Default: pricing
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
intervalInterval
Default: 1h
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: pstryk
token: # API token (e.g. sk-...).
plan: pricing # Tariff source, [pricing, prosumer-pricing]
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)
interval: 1h # Interval, optional
tariffs:
grid:
type: template
template: pstryk
token: # API token (e.g. sk-...).
plan: pricing # Tariff source, [pricing, prosumer-pricing]
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)
interval: 1h # Interval, optional