Hey,
I want to extract historical data from items from a month back using API calls. I've created a Python script to do so, but I'm having an issue.
From certain items I obtain data from a month back and from other items I obtain data from just 7 days ago while using the same script and parameters in my history.get function.
I think it might be due to a limitation of the amount of values retrieved but I'm not totally sure. The reason behind this is because I can obtain data up to a month ago from items that send their data each hour.
I can only obtain data from 7 days ago from the items that send their data with a 5 minute interval.
Can anyone confirm my thought and might give me a solution to this?
Greetings,
machinelearningdingetjes
I want to extract historical data from items from a month back using API calls. I've created a Python script to do so, but I'm having an issue.
From certain items I obtain data from a month back and from other items I obtain data from just 7 days ago while using the same script and parameters in my history.get function.
I think it might be due to a limitation of the amount of values retrieved but I'm not totally sure. The reason behind this is because I can obtain data up to a month ago from items that send their data each hour.
I can only obtain data from 7 days ago from the items that send their data with a 5 minute interval.
Can anyone confirm my thought and might give me a solution to this?
Greetings,
machinelearningdingetjes
Comment