Reset the cost scale on the display
Closed this issue · 2 comments
LarsBorris commented
johannyren commented
Do you get a value from energidata for the Max price (per day)?
The display expects to get this data from nordpool, as of below:
powerDisplay.SetTodayMaxPrice(id(nordpool_max).state);
If this value is not set, the display will default to 42, which would explain the cost scale being out of proportion. If you don't get this value, you could enter a fixed value instead, but that's less desirable.
johannyren commented
Adding to this... I checked the Energidataservice plug in, and it seems it gives you a value from the variable "today_max". Try using this as of above.