[SOLVED] "is either empty or cannot be parsed correctly!" help needed

Do you have some idea what is wrong on this definition?

-------fritz.sitemap
Frame label=“Chart” {
Chart item=Strom_Chart period=D refresh=10000
}
-------fritz.persist
Strom_Chart : strategy = restoreOnStartup, everyChange
-------fritz.items
Group Strom_Chart

try:

-------fritz.sitemap
sitemap fritz label="Fritz" {
  Frame label="Chart" {
    Chart item=Strom_Chart period=D refresh=10000
  }
}

-------fritz.persist (??, configuration filename should be equal to persistence name. example: mapdb.persist, of rrd4j.persist)
Strom_Chart* : strategy = restoreOnStartup, everyChange

-------fritz.items
Group Strom_Chart

please share some more logging, and complete configuration files if the error persists…

Welcome to the openHAB forum.

Additionally, please show the definition of the items that belong to the group “Strom_Chart”.

Hello Marco Thank YOU. It´s running now. Beginners mistake.

Greetingz Franz