ENTSO-E binding reporting NULL

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,

Have you configured ‘forecast’ persistence strategy for that item?

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: []

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’.

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.

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.

Will dive into it when I have more time.
But I did add the “Inmemory” and created a group specified for the entso.