-
-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tariff: add dynamic/zones charges #12871
Conversation
Hello @andig , I like this feature and would like to do the testing. Is this part of the nightly? Sorry, I'm not GitHub pro ... |
No, it needs be checked out/ compiled locally. |
ahh, ok. Not sure I have the required knowledge to do so. Will do some reading |
@andig I have checked out and compiled locally. As a test, I have copied over the configuration I'm using for my "production" evcc (https://github.com/evcc-io/evcc/releases/tag/0.126.2). The ENTSOE tariff works at my production server, however does not work with the test [main ] INFO 2024/05/09 11:50:39 evcc 0.124.9 (d90ef16) I might have crewed up something somewhere but are there any logs I can provide you to understand whether this error is related to #12871?
|
also to add more details (well, still few) - I have chenged the log level to TRACE
|
Sorry, very busy right now… |
. |
no worries, I'm sorry I can't help more. I have checked the trace in more details and adding the whole part I believe is relevant. Not sure where the "no matching rate" comes from - the api provides position and price.amount. Also, the same config works in later EVCC version so assuming there is some error there. Whenever you have time, I'm happy to test any changes and provide more logs
|
Hi, can this branch be re-open? I can test and help improve. |
There's nothing to test yet :( |
Fix #12371
Use
zones
similar to fixed tariff to add zoned charges.TODO