MapDB & InfluxDB simultaneously in OH 3.0

Hey,
I want to use two persistance services.
MapDB for restoreOnStartup and InfluxDB for historical data.
But what to set in OH3.0 MainUI as default service?

I would go with influxdb as default. I think the default service is used for all the built-in analyze charts that are automatically created by the new UI. With mapdb this will not work as it just stores the last value.

2 Likes

I am also using mapdb for state and influxdb for historical data. This way I’m not dependent on something external for regular operations. I’m surprised that openhab doens’t use mapdb by default for this.