When I start openhab the corresponding file ‘persistence/rrd4j/DHT_Temperature.rrd’ was created, but nothing is stored. The Timestamp of the file stays constant. Can you give me some hints how to fix this problem?
I tried it with the default rrd4j.cfg, since I expected that default_numeric applies without explicitly specifing it:
# please note that currently the first archive in each RRD defines the consolidation
# function (e.g. AVERAGE) used by OpenHAB, thus only one consolidation function is
# fully supported
#
# default_numeric and default_other are internally defined defnames and are used as
# defaults when no other defname applies
#<defname>.def=[ABSOLUTE|COUNTER|DERIVE|GAUGE],<heartbeat>,[<min>|U],[<max>|U],<step>
#<defname>.archives=[AVERAGE|MIN|MAX|LAST|FIRST|TOTAL],<xff>,<steps>,<rows>
#<defname>.items=<list of items for this defname>
I also tried it with the following, but still nothing is stored. As far as I understood, I had to remove the .rrd file when I change rrd4j.cfg but this has no effect, too.