Hi, thanks very much for a very useful package!
I was wondering what the best way is to get historical data - I would like to get consumption over the last 24 hours, say, at e.g. 30 min result. I have a simple system with a single inversor and no batteries (for now). I had thought that perhaps I could use something like
dashboard_data = api.dashboard_data(<ID>, timespan=growattServer.Timespan['day'])
but for me at least this gives a chartData with no useful information.
Hi, thanks very much for a very useful package!
I was wondering what the best way is to get historical data - I would like to get consumption over the last 24 hours, say, at e.g. 30 min result. I have a simple system with a single inversor and no batteries (for now). I had thought that perhaps I could use something like
dashboard_data = api.dashboard_data(<ID>, timespan=growattServer.Timespan['day'])but for me at least this gives a
chartDatawith no useful information.