Not all items showing in my.openhab

only one item (presence) is shown on my.openhab
and in IFTTT there are none?

DO I need to change (in openhab.cfg) (and reboot?)

persistence:default=rrd4j

to

persistence:default=myopenhab.persist

?

this is my items-file:

Group gMobiles
Switch Presence “X or Y [MAP(presence.map):%s]” { someBinding:somevalue }
Switch phone1 “Y home” (gMobiles) {nh=“192.168.0."}
Switch phone2 “X home” (gMobiles) {nh="192.168.0.
”}
Switch sunset “Donker”
Switch schak8 “GPIO8” {gpio=“pin:8”}
Switch schak9 “GPIO9” {gpio=“pin:9”}

No, you don’t have to.

Create a file named myopenhab.persist and put it in your persistence folder:

Strategies {
    default = everyChange
}
Items {
    * : strategy = everyChange
}

This will persist everything.

Edit: and for IFTTT you need to activate the openhab channel:
https://my.openhab.org/docs/ifttt

hm, everything is already set like you say

Hmm, then double check if you have any typos (maybe use the automatic checking of OH Designer), if you have the correct file name syntax …