PLCHome / growatt

38 stars 9 forks source link

How to access more than 80 entries in 'historyAll'? #10

Closed wesleyDM14 closed 1 year ago

wesleyDM14 commented 2 years ago

Hi, Your api has helped me a lot, but I've been finding it difficult to access data histories. Is there a way to access the generation data of a specific day and generate with all the daily entries?

PLCHome commented 1 year ago
historyLastStartDate | new Date() | tomorrow | The start time for retrieving the history. -- | -- | -- | -- historyLastEndDate | new Date() | yesterday | The end time for retrieving the history. historyStart | Integer | 0 | The server does not send all data for the time range. With the starting index you get the next rows.

Yes, a page can be selected via the "history start" options.