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
| Name | Description | Value | Level |
|---|---|---|---|
token | API Token | optional | |
homeid | Home ID Only required if you have multiple homes in your Tibber account. | 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 |
|---|---|---|---|
token | API Token | optional | |
homeid | Home ID Only required if you have multiple homes in your Tibber account. | 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: 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)