Items not showing up in my.openhab.com

Hi.

No matter what i do, i can’t make my items show up in my.openhab.org

Any idea’s of what or where i should look ?

my items file

Group All
Group stue (All)
Group gang (All)
Group gMyOpenHAB (ALL)

/* active groups */
Group:Switch:OR(ON, OFF) Lights “All Lights [(%d)]” (All)

/* Lights */
Switch Light_GJ_Lampe “George Jensen Lampe” (stue, Lights, gMyOpenHAB) {hue=“1”}
Switch Light_GulvLampe “GulvLampe” (stue, Lights, gMyOpenHAB) {hue=“2”}
Switch Light_Gang “Gang” (gang, Lights, gMyOpenHAB) {hue=“4”}
Switch Light_Spisebord “Spisebord” (stue, Lights, gMyOpenHAB) {hue=“5”}

/* NTP binding demo item */
DateTime Date “Date [%1$tA, %1$td.%1$tm.%1$tY]” { ntp=“Europe/Copenhagen” }


Any ideas ?

Thanks

/Robert

What is you myopenhab.persist file?

Sorry. Forgot that one.
My myopenhab.persist file looks like this

Strategies {
default = everyChange
everyMinute : “0 * * * * ?”

Switch Light_GJ_Lampe       :       strategy = everyUpdate

}
Items {
* : strategy = everyChange
}

The Switch Light_GJ_Lampe line should be in the Items section, not the Strategies section.

Thanks.
I tried that earlier, but i did not help.

I just changed to OH2, and now everything show up.

Thanks