Is there a way to retrieve historical data from a sensor but using a set datetime range?
So I have a sensor that records power consumption over time. However I need to get data let’s say from Jan to Feb rather than the current state.
I have a date time helper with the from and to dates just not sure how to apply it to a sensor.
Thanks in advance.