Wynand de Wit
Wynand de Wit
Hi Sjord, Thank you very much for responding. I can confirm that the serial number I get from `get_all_device_list` is the same as what is displayed on the web server....
I've tried the two API calls and it works perfectly!!!! Thank you very much. Can I ask how did you manage to figure this out? I can't get the `get_energy_prod_and_cons_data`...
Hi, Thank you very much for your time! I've tried the new `get_energy_prod_and_cons_data` call as follow: `date = datetime.date.today()` `print(date)` `print(spa.get_energy_prod_and_cons_data(date, Timespan.day))` But still get the following error: `raise GrowattApiError("Request...
Hi, I've been using the hybrid API calls (newMixApi) for a few months without any issues. A few days ago this stopped working and none of my API calls work....
Thank you for letting me know. May I ask what the issue was? On Thu, 23 Sep 2021, 4:28 pm Sjoerd Langkemper, ***@***.***> wrote: > Yes, other people were having...
It is the API for logging in to the server. I changed my code to use newLoginAPI and it's working again! On Thu, 23 Sep 2021, 10:00 pm Wynand de...
Thank you very much! On Thu, 23 Sept 2021 at 23:59, Sjoerd Langkemper ***@***.***> wrote: > That's right. I merged the changes from master into the storage branch, so >...
Hi, I am having issues login into the growatt server. It all worked until a few days ago and I am trying to figure out what has changed. Do you...
Hi @Sjord Thank you for letting me know. So far so good for me. I've not experienced any issues yet. Will keep an eye out!
Hi. I'm trying to use your storage API calls, but none of them are working for me. Example: storage_data = api.get_storage_energy_data(plant_id,"BKE6A19067", datetime.date.today()) I get the following error message: raise GrowattApiError(data)...