spock <[email protected]> wrote: > Do you see any trick to create a single data point per day with the average > value (temperature)?
You could create two RRDs - one with and one without a high resolution consolidation. Then you can use the two RRDs in the one graph. Either modify your scripts to update both RRDs, or have another script that updates the second with data from the first. I'd recommend the former, the latter can be messy. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
