evertos
(Evert Hoegee)
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)
2
Have you configured ‘forecast’ persistence strategy for that item?
evertos
(Evert Hoegee)
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)
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’.