Accessing data from the past week

Is there a way to get past temperature data that is older than 24 hours?
From the past week or more?

You can globally change the setting (although I’m slowing down the commit interval to handle that amount of data):

recorder:
  purge_keep_days: 21
  commit_interval: 2

Make sure you turn off any automations that call recorder.purge.
From the frontend, just click on the dates to change start/end time.
Note: This will cause your database to grow very, very big. I recommend to just have it be at 7 days, if you don’t want data older than the past week.

1 Like