My.Openhab not updating on site

Hi.

Tonight i have installed and setup myopenhab so that i can try IFTTT but i am having some issues.

I can control openhab through the openhab android app, I can view all my items on the URL https://my.openhab.org/rest/items
I can also toggle the state of a switch using https://my.openhab.org/CMD?Light_FF_Office_Desk=TOGGLE

But on the following URLs nothing is updating, Things were updating for a short while when i restarted the openhab service, but now nothing is changing.
https://my.openhab.org/items
https://my.openhab.org/events
https://my.openhab.org/notifications

Also i noticed that on the items page i would only get 6 showing. I do not think they are items, but they actually are groups.
One of which is ‘Temperature’ and i think that was showing the average temp only, and no way to see individual temps.

I could post screenshots if anyone thinks they will be useful?

I assume my.openHAB shows your openHAB as online?
Items page would only show items which you have configured myopenhab.persist for

Hi,

Thanks for the reply, It does say online, but only since yesterday and it hasn’t updated since.

Do i have to set the persistence service in the openhab.cfg? currently its set for rrd4j

The name of the default persistence service to use
persistence:default=rrd4j

myopenhab.persist file is as follows -

Strategies {
    default = everyChange
}
Items {
    * : strategy = everyChange, everyMinute, restoreOnStartup
}