-
-
Notifications
You must be signed in to change notification settings - Fork 720
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
Add Nordpool tariff api #17628
Add Nordpool tariff api #17628
Conversation
Have tried to configure this in UI, without success. (0.131.9) |
That's pretty unspecific ;) |
Thank you. |
There is something wrong with unit conversion, as currently it shows value that is 1000 times too large. |
Also |
See pricing downloaded from Nordpool is in EUR/MWh but evcc expects it to be EUR/kWh (or other currency) |
Thank you all, now everything works nicely! 😎 |
No, it doesn't. I have unfortunately been unable to determine where to change the code. If the json body of the http request is empty the error is returned "unexpected end of JSON" which is due to the empty string returned. This happens between 00:00 and 13:00 every day. During this time it is not possible to start evcc, and if it is running the tariff and pricing is unavailable. I will try to fix it, but if I'm unsuccessful tomorrow I will submit a bugreport, unless anyone could give me a tip on where to look for the parsing function. |
Tested after midnight, same error, |
This needs a trace log, preferable inclusing http headers |
I've added a few traces to try to pinpoint the fault, but I was only able to find that it comes from the forecastG-function in tariff/tariff.go And this function is retrieved from the registry but I was unable to determine where it was actually defined. See trace:
I added two traces to the code in tariff/tariff.go
But as I said above, the func forecastG() comes from the registry and I can't seem to find where it is actually defined. |
Any progress with this issue ? |
Please open issue with trace log. |
Fix #17464
Fix #17479
Fix #17580
Replace #17607