I’m considering the move to InfluxDb (v1) from RR4J. I currently make use of charts, in the main UI and sitemaps, and analytics. I want to retain the RR4J functionality of downsampling historical data, but ideally I want to gain more control over this (e.g. temperature data I don’t need to retain granular information very long, where other measurements I have a desire to keep as-is).
As I understand it, this can be easily achieved with InfluxDb 1 through the use of retention policies and continuous queries to manage downsampling of measures.
What I can’t work out though is how openHAB is able to access historical data. Is there a naming convention or other concept that enables openHAB to access downsampled data points?