growatt_api_client
growatt_api_client copied to clipboard
Getting weekly results
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