mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #380] Day ahead electricity price shows "nan" instad of current price per kWh #1884
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mountaindude on GitHub (Oct 6, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/380
Originally assigned to: @nlimper on GitHub.
Describe the bug
Instead of showing current cost/kWh, the display shows "nan/kWh"
The bar chart updates correctly, so it seems data is received from the source, but the current value is no longer calculated correctly.
The vertical line indicating "now" is also missing.
To Reproduce

C6 chip updated to latest version.
Tag type definitions updated.
Expected behavior
Up until a week or two ago the correct, current price was shown in the display.
Additional context
I would guess the issue occurs here somewhere.
@nlimper commented on GitHub (Oct 6, 2024):
Thanks for your report. The upstream API provider (ENTSOE) has unexpectedly migrated their transparancy platform to a new server (https://transparency.entsoe.eu/news/widget?id=66e3ecae61d4cd1be808f94d). I haven't found the new API entry point, will dive into it in the next few days. When fixed, your display will start working again without intervention. Please stand by. :-)
@AseKarlsson commented on GitHub (Oct 6, 2024):
Thanks @nlimper!
@nlimper commented on GitHub (Oct 28, 2024):
After a few days, the error solved itself, probably after ENTSOE debugged their migration.
Can you confirm it's also working again for you? (if not, please tell me which country)
@mountaindude commented on GitHub (Oct 28, 2024):
Yup, works here in Sweden.
That was a convenient solution, things fixing themselves :)