Change in configuration of dynamic tariffs via ENTSOE? #18307
Replies: 3 comments 2 replies
-
for domain: BZN|BE I get this response,
|
Beta Was this translation helpful? Give feedback.
-
but anyway: as per now (13u55) values for tomorrow are available. only today is still missing. |
Beta Was this translation helpful? Give feedback.
-
I just did. And indeed it now shows tariffs for tomorrow. And the error that still appears: This is based on today's missing data, which is correct cause tariffs for today are still missing. Seems it's gonna be solved after midnight. Thx! |
Beta Was this translation helpful? Give feedback.
-
I'm running v0.133.0 on docker.
Yesterday I noticed that EVCC suddenly wasn't showing the dynamic tariffs from ENTSOE. The day-ahead tariffs are published around 4pm every day. But even after midnight no tariffs were available for today. This morning, no tariffs still.
So today I started to look into this issue by first checking for similar discussions but can't find this issue or a solution. Then I looked into the ENTSOE site, but find no mention of problems there. Data should be available When I tried to login to the ENTSOE site I had to change my password, but that's probably because I hadn't visited for more than a year or so. Next I ried to renew my API-key. But after renewing and updating my API-key in the evcc.yaml file evcc still doesn't get the tariffs.
So I went to check in the documentation if something has changed in the configuration of the tariff section of the evcc.yaml for ENTSOE. There I noticed a small change:
BEFORE:
tariffs:
grid:
type: entsoe
securitytoken: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx # my api token
domain: BZN|NL
charges: 0.1271
tax: 0.21
AFTER:
tariffs:
grid:
type: template <--- CHANGE
template: entsoe <--- CHANGE
securitytoken: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx # my api token
domain: BZN|NL
charges: 0.1271
tax: 0.21
After editing the evcc.yaml and making the changes, I restarted evcc, but that still doesn't get the tariffs.
When I check in console with
evcc tariff
I get this error-report:[main ] INFO 2025/01/20 12:10:53 evcc 0.133.0
[main ] INFO 2025/01/20 12:10:53 using config file: /etc/evcc.yaml
[entsoe] ERROR 2025/01/20 12:10:54 No matching data found for Data item ENERGY_PRICES and interval 2025-01-20T12:00:00.000Z/2025-01-21T12:00:00.000Z
[main ] ERROR 2025/01/20 12:10:54 creating tariff grid failed: cannot create tariff type 'entsoe': No matching data found for Data item ENERGY_PRICES and interval 2025-01-20T12:00:00.000Z/2025-01-21T12:00:00.000Z
grid:
[main ] FATAL 2025/01/20 12:10:54 tariff not available: cannot create tariff type 'entsoe': No matching data found for Data item ENERGY_PRICES and interval 2025-01-20T12:00:00.000Z/2025-01-21T12:00:00.000Z
What do I miss? Hope someone van help me fix this issue.
Regards,
Roland
Beta Was this translation helpful? Give feedback.
All reactions