growatt_api_client icon indicating copy to clipboard operation
growatt_api_client copied to clipboard

Getting weekly results

Open malosaa opened this issue 5 years ago • 0 comments

Is there a way to retrieve weekly? i did edit the __init__py and add week

return date.strftime("%W") elif self == Timespan.week:

and week = 5

aswell added this api.plant_detail(plant_id, Timespan.week, datetime.date.today())

but getting an error that week doesn't work.

regards

malosaa avatar Oct 24 '20 07:10 malosaa