Only get History for one day

Hey guys,
Although purge interval is set to 3, i only get one day of history.
If i try to check the previous day i get empty graphs
What am i missing?
Here’s my configuration.yaml

recorder:
  purge_interval: 3
  include:
    domains:
     - input_number
     - binary_sensor
    entities:
     - sensor.water_meter_liters
     - sensor.water_meter_diminio_liters
     - automation.motion_any
     - switch.saloni_4_auto_enabler
  exclude:
    entities:
     - input_number.radiator_timer_upstairs
     

# Enables support for tracking state changes over time
history:  
  include:
    domains:
     - input_number
     - binary_sensor
    entities:
     - sensor.water_meter_liters
     - sensor.water_meter_diminio_liters
     - automation.motion_any
     - switch.saloni_4_auto_enabler
  exclude:
    entities:
     - input_number.radiator_timer_upstairs

Thanks in advance!
k.

when you check previous days, are you moving backwards in time when 3 is selected? Just swapping to 3 won’t work without moving your day backwards.

1 Like

Yup, selecthing 3 days then zooming out, still starts from 12:00 last night:

No, you have to select 3 days and select the date 3 days ago. For some reason the 3 days bit works forwards from the date in the box, not backwards.

2 Likes

zooming out on the graphs does nothing, as @anon43302295 said, you need to click on the calander 3 days in the past.

1 Like

3 Likes

Thanks for the explanation. This was not intuitive to me either!

1 Like

Ahh hahaha…looking forward from the past. Who was implementing this?