Entsoe errors
#13393
Replies: 1 comment
-
Bitte trace log |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Yesterday and today I have Entsoe errors.
Is this due to the Entsoe api?
After restart EVCC this morning it was good again, but now it is malfunctioning again
[entsoe] ERROR 2024/04/11 13:36:11 EOF [main ] ERROR 2024/04/11 13:36:11 failed configuring feedin tariff: cannot create tariff type 'entsoe': EOF [entsoe] ERROR 2024/04/11 13:36:11 EOF [main ] ERROR 2024/04/11 13:36:11 failed configuring grid tariff: cannot create tariff type 'entsoe': EOF
This is my Grid code:
`tariffs:
currency: EUR # three letter ISO-4217 currency code (default EUR)
grid:
type: entsoe
domain: BZN|BE
securitytoken: xx # api token
charges: 0.12 # optional, additional charges per kWh
tax: 0.06 # optional, additional tax (0.1 for 10%)
#(price + t.Charges) * (1 + t.Tax)
feedin:
# rate for feeding excess (pv) energy to the grid
type: entsoe
domain: BZN|BE
securitytoken: xx # api token
tax: 0`
Beta Was this translation helpful? Give feedback.
All reactions