Skip to content
EN | DE

Tibber

Get your API token from the Tibber developer portal: developer.tibber.com

NorwaySwedenGermanyNetherlands

Get your API token from the Tibber developer portal: developer.tibber.com

NorwaySwedenGermanyNetherlands

Parameters

NameDescriptionValueLevel
tokenAPI Token
Example: 476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4
optional
homeidHome ID

Only required if you have multiple homes in your Tibber account.

Example: cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c
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
tokenAPI Token
Example: 476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4
optional
homeidHome ID

Only required if you have multiple homes in your Tibber account.

Example: cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c
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: tibber
token: 476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4 # API Token
homeid: cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c # Home ID, Only required if you have multiple homes in your Tibber account. (optional)
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: tibber
token: 476c477d8a039529478ebd690d35ddd80e3308ffc49b59c65b142321aee963a4 # API Token
homeid: cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c # Home ID, Only required if you have multiple homes in your Tibber account. (optional)
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)