Hi,
I am running Openhab on a RPi using the Docker image in version 4.0.4.
I am doing my configuration with the file system and not using the UI.
When looking at the logs I am getting the following error constantly:
[WARN ] [.influxdb.InfluxDBPersistenceService] - Re-queuing 23481 elements, failed to write batch.
I have not enable InfluxDB and actually are not intending to do so. I have not yet found a solution to disable storing data to InfluxDB, or store these values at all.
In my addons.cfg, the persistence section is commented out:
# A comma-separated list of persistence services to install (e.g. "persistence = jpa,rrd4j")
#persistence = influxdb
Is there any way of disabling the saving to InfluxDB?
Or to disable this saving completely?
Looking forward to your input and your help.