Influxdb persistence not working on OH3.1 M3

I migrated my openhab 2.5.10 installation to OH 3.1 M3. Migration itself went pretty smooth and almost everything was working out of the box :slight_smile: Thanks for making migration that smooth.

However I have issues with my influxdb persistence. Initially OH3 did persist data but I got a lot of errors due to incompatible datatype which required manual conversion.

I also upgraded my Influx from 1.8 to 2.04 and even used a new empty bucket to avoid any legacy issues. However I can’t get OH to persist anything anymore. Connection to influx itself seems to work. If i point OH to the old bucket I can see historic data. However nothing is written. I already tried to set the loglevel of influx and peristence to DEBUG but I can’t see any log entries beside “Initializing influxdb persistence service.”

Any idea where to look? Or what might be the problem?

My influxdb.persist is as simple as follows:

Strategies {
}

Items {
	* : strategy = everyUpdate
}

my influxdb.cfg is as follows:

url=http://influxdb:8086
version=V2
token=xxxxx
db=dokabe
retentionPolicy=openhab