We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
core-2025.1.2
No response
Home Assistant OS
Nordpool
https://www.home-assistant.io/integrations/nordpool
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.
The text was updated successfully, but these errors were encountered:
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 } },
Sorry, something went wrong.
No branches or pull requests
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
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: