evertos
(Evert Hoegee)
May 22, 2026, 9:08pm
1
Continuing the discussion from Entsoe Binding :
I did configure the binding and in the logs I can see the following. However the Item is still showing NULL
Item ‘Dayahead_prices_Spot_Price’ shall process time series with 1536 values.
I allready did set the following
But that did not help, any one with the same problem or a working configuration?
Thank you in advance,
mstormi
(Markus Storm)
May 25, 2026, 7:38am
2
Have you configured ‘forecast’ persistence strategy for that item?
evertos
(Evert Hoegee)
May 26, 2026, 9:54am
3
Well I do have influx db running and store all data there. Could that be the thing?
configurations:
- items:
- "*"
strategies:
- everyChange
- everyMinute
- restoreOnStartup
filters: []
aliases: {}
cronStrategies:
- cronExpression: 0 * * * * ?
name: everyMinute
- cronExpression: 0 0 * * * ?
name: everyHour
- cronExpression: 0 0 0 * * ?
name: everyDay
thresholdFilters: []
timeFilters: []
equalsFilters: []
includeFilters: []
mstormi
(Markus Storm)
May 26, 2026, 10:17am
4
If your only persistence is Influx then yes.
You need to have at least one other persistence that’s capable of and configured to persist ‘forecast’.
evertos
(Evert Hoegee)
June 10, 2026, 6:44am
5
Well I got closer but now I only see one value and it is hanging on it…
Will try to change my influx db settings and see if that fixes it.
mstormi
(Markus Storm)
June 10, 2026, 9:19am
6
That won’t help.
Instead you need to define the right persistence service to chart the item from now that you have more than one. Add service: inmemory to your chart page to use inmemory persistence as the source.
evertos
(Evert Hoegee)
June 25, 2026, 10:00am
7
Will dive into it when I have more time.
But I did add the “Inmemory” and created a group specified for the entso.