Restarting openhab turns off all my z-wave devices

Not ideal when the kids are playing on the TV!

This happened when I switched to http://www.myopenhab.org/, so I suspect it has something to do with persistence. I’ve checked the myopenhab persistence and that didn’t have the onstartup configured so I’m a little unusure why this impacted anything, but it did.

My default persistence is influx db, and it’s config looks like this:

Strategies {
default = everyChange
}

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

I can query influx db and see that all the values are stored correctly in there so I’m a little unsure why any of my devices change state during a reboot.