Should work restoreOnStartup with MyOpenhab Persistence?

I set up a persistence service by MyOpenhab. Data sending works like a charm I can see all of my items data on MyOpenhab, but restoreOnStartup (virtual items) does’t work. Should it work with MyOpenhab persistence service?

2015-08-24 06:52:19.382 [WARN ] [.p.internal.PersistenceManager] - Failed to restore item states as persistence service 'myopenhab' can not be queried

The myopenhab bundle does not implement PersistentStateRestorer, so it can only store your items’ states, not restore them. You will have to add another persistence service (like MySQL, for example) in order to restore states on startup.

Ok, thank you I guessed it. :slight_smile: