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

Nordpool does not handle 0 price, becomes unknown #135561

Open
nilo85 opened this issue Jan 14, 2025 · 1 comment
Open

Nordpool does not handle 0 price, becomes unknown #135561

nilo85 opened this issue Jan 14, 2025 · 1 comment

Comments

@nilo85
Copy link

nilo85 commented Jan 14, 2025

The problem

I just noticed that when the current or next price from nordpool is exactly 0, the price becomes unknown in HA.

Today 00:00 to 02:00 SE3 has a price of 0 SEK.

I assume 0 is treated as null or something like that, this breaks my follow up calculations and automations.

What version of Home Assistant Core has the issue?

core-2025.1.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Nordpool

Link to integration documentation on our website

https://www.home-assistant.io/integrations/nordpool

Diagnostics information

IMG_1999
IMG_2003
IMG_2001

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Nothing related to Nordpool shows up in logs (except my templates depending on it failing), I expect that the 0 value does not cause exception.

Additional information

No response

@nilo85 nilo85 changed the title Nordpool does does not handle 0 price, becomes unknown Nordpool does not handle 0 price, becomes unknown Jan 14, 2025
@nilo85
Copy link
Author

nilo85 commented Jan 14, 2025

config_entry-nordpool-01JEF22MRJQ3J2SAK2XR9M7PYG.json

extracted this file, it shows the raw data is exactly 0.0 as I mentioned:

{ "deliveryStart": "2025-01-13T23:00:00Z", "deliveryEnd": "2025-01-14T00:00:00Z", "entryPerArea": { "SE3": 0.0 } }, { "deliveryStart": "2025-01-14T00:00:00Z", "deliveryEnd": "2025-01-14T01:00:00Z", "entryPerArea": { "SE3": 0.0 } },

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

1 participant