No Charts in Sitemap after Upgrade to 4.2

Hi,

I upgraded my openhab to 4.2 on my pi. Most thinks works fine. Only the Charts in the Sitemaps are empty. I use them for groups of items.

For example temperatures:

{
        "component": "Chart",
        "config": {
          "icon": "temperature",
          "label": "Temperaturverlauf",
          "item": "temperatures",
          "period": "W"
        }
      },

Basic UI in webbrowser has the same behaviour.

“Analyse” of one of the items is empty as well.

Worked after first setup so I have not much experience with this.

Any idea?

Thanks.

I saw something in the log. I will try to fix the access rights.

2024-07-21 17:30:13.951 [ERROR] [d4j.internal.RRD4jPersistenceService] - Could not create rrd4j database file '/var/lib/openhab/persistence/rrd4j/ElectricityMeter_Gesamtverbrauch.rrd': Invalid file header. File [/var/lib/openhab/persistence/rrd4j/ElectricityMeter_Gesamtverbrauch.rrd] is not a RRD4J RRD file

Fix permissions did dot work. To speed thinks up, I Just deleted the files. Now it is working fine again.

I hope my post helps users with the same problem. Otherwise just ignore it.