I’m trying to use the Statistics Sensor (https://www.home-assistant.io/components/statistics/) in conjunction with my weather station to find the rainfall rate for the last 60 minutes. The yaml looks like this:
- platform: statistics
name: "Acurite 5 in 1 Rain Hour Stats"
entity_id: sensor.acurite_5_in_1_rain_today
max_age:
minutes: 60
I would think that this would timeout some of the readings but it does not appear to be working that way.
The highlighted blip is from yesterday yet it is still used in the calculations. Does anyone know how I can get this to work for my needs?