Skip to content
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

Wrong export price if you use price region with support #833

Open
aiboee opened this issue Aug 12, 2024 · 3 comments
Open

Wrong export price if you use price region with support #833

aiboee opened this issue Aug 12, 2024 · 3 comments
Assignees

Comments

@aiboee
Copy link

aiboee commented Aug 12, 2024

Describe the bug
If you select a Norwegian price region that includes support, you get a wrong export price if the spot price is above the point where support kicks in.

To Reproduce
Select a Price region with support for example "NO2 with support"
Enable price fetch from remote server.
Observe the export price and compare it to the spot price when spot price is above lower limit for support.

Expected behavior
Export price must be the same as the spot price without being affected by the support.

Hardware information:

  • Country: Norway
  • AMS reader: Pow-U+

Relevant firmware information:

  • Version: 2.3.6
@ArnieO
Copy link
Contributor

ArnieO commented Aug 13, 2024

Thank you for notifying us.
Can you show an example of what the error is? Could be helpful in finding the bug.

@aiboee
Copy link
Author

aiboee commented Aug 13, 2024

For the hour between 19:00 and 20:00 on 12 august 2024 Nordpool export price is 2,2924 NOK and AMS reader Export price is 0,9 NOK.
Both integrations are configured to add 0.0125 NOK to the prices to include the compensation the grid company pays for export.

if I i do the following calculation i get same price as the AMS reader Export price.

Compensation from grid company=0,0125 NOK
Support is 90% of the amount that exceeds 73 øre/kWh
Support=(2,2924-0,0125-0,73) *0,9=1,39491
Nordpool price minus Support 2,2924-1,39491+0,0125=0,90999 or rounded to 0,9 NOK which is the same as reported by AMS reader.

Below is a screenshot showing the difference between AMS reader Export price and the Nordpool integration export price in Home Assistant for 12 august 2024.

screenshot

@ArnieO
Copy link
Contributor

ArnieO commented Aug 14, 2024

Thank you very much for your detailed explanation/analysis, very helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants