#Long term statistics from API
1 messages · Page 1 of 1 (latest)
there was a new action added recently:
recorder.get_statistics
if that gives the data you need then you could call that by api?
Awesome, it works ! Thank you so much
great news, good luck with your project
Can I simply query the data with this now, even for data available from the history endpoint ? I'm talking about daily utility_meter and weekly, which are working fine as data are available
Or it's recommended to use the history endpoint for data < 10 days and recorder for olders ?
Would be easier to only have one function for all of them and just use the recorder imo
Thanks man, appreciate !