-
-
Notifications
You must be signed in to change notification settings - Fork 684
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
Octopus Product code/Tariff code not accpeted #13786
Comments
Just. tested using API key, and that configuration works as expected. It seems to be only an issue with a config where API key is not used and the product code and region code is used. |
/cc @duckfullstop |
Apologies for the regression, I'll have a fix for this tonight. 🙇 |
Fixes evcc-io#13786 - you saw nothing 🤫
@realist625 Just an FYI that the fix simply allows the deprecated |
Describe the bug
On upgrading from 0.125.0 to 0.126.2 I find that the information from Octopus Energy reading unit price in no longer available.
The error I get is 'failed configuring grid tariff: cannot create tariff type 'octopusenergy': missing product code', but as you can see, it is there and I have made no changes from previous version. I have verified the product code with the Octopus API, and I can manually see the relevant tariff rate by:
https://api.octopus.energy/v1/products/GO-VAR-22-10-14/electricity-tariffs/E-1R-GO-VAR-22-10-14-A/standard-unit-rates/
or
https://api.octopus.energy/v1/products/GO-VAR-22-10-14
Looking at the code in octopus.go and my use case is where I do not use the API key, so looking on how that error in generated, well I am not sure how that part of the code works, but it feels like something is amiss here.
Steps to reproduce
...
Configuration details
Log details
What type of operating system are you running?
Linux
Version
0.126.2
The text was updated successfully, but these errors were encountered: