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

Today’s electricity prices do not match the prices in Nord Pool’s price list. #471

Open
Bastiaan12 opened this issue Jan 8, 2025 · 4 comments

Comments

@Bastiaan12
Copy link

I discovered that today’s and tomorrow’s prices do not match Nord Pool’s price list for today and tomorrow for the SE3 area.
Perhaps others are experiencing the same issue, so I just wanted to bring this to your attention. Could this be a bug or something that needs to be adjusted?

@Hellowlol
Copy link
Collaborator

Please open a proper issue with details

@Bastiaan12
Copy link
Author

What I mean is that the integration in Home Assistant does not display correct information according to Nordpool’s website, as shown in the example below. I might be missing something in the data presented by the integration when it comes to the prices, but as far as I understand, the prices displayed
IMG_7168
IMG_7166
in Home Assistant should be the same as those we can retrieve from Nordpool.

@sysdump
Copy link

sysdump commented Jan 22, 2025

The numbers match perfectly.
Your sensor is created with VAT enabled. This adds 25% on top of the cost for the Swedish zones.

Your NordPool screenshot shows the time as 12:11. From the table we can see that the cost is 1500,40 SEK/MWh
Your HomeAssistant screenshot shows the time as 12:11. Here we find State(Tillstånd) as 1,876 SEK/kWh

1500,40 * 1,25 / 1000 = 1,8755 =~ 1,876

@Bastiaan12
Copy link
Author

Ah, that explains it. I missed this. Thank you for the clarification.

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