PyPi_GrowattServer icon indicating copy to clipboard operation
PyPi_GrowattServer copied to clipboard

Results 49 PyPi_GrowattServer issues
Sort by recently updated
recently updated
newest added

Hi, I just updated to 1.5.0; the previous versions last worked for me a few months ago. I changed the URL with the previous version but had no luck. After...

Requests without timeout goes into infinity wait which blocks forever the caller. Timeout helps for interrupting these calls and handling as an error.

I am searching for a way to read/write the "EMS Discharging Power Rate" value via API for a EU MIN 2500TL-X inverter. I can already communicate with the API with...

server_url change, same as pr https://github.com/indykoning/PyPi_GrowattServer/pull/62 endpoint for plant_detail changed from `PlantDetailAPI` to `newPlantDetailAPI`, retrieving complete date on data dict added 2 more timespan options, `year` and `all` > ```...

I am trying to login with a lot of users and with others internet connetion wifi, but I am receving this errors. The response content of the login is the...

I think this the end of the Api. Growatt is locking accounts. Mine has been locked. API not working and shinapp says account locked.

Hi, Wasn't able to retrieve data using server-api.growatt.com using username and password: ``` raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://server-api.growatt.com/newTwoLoginAPI.do ``` Changing the to **server.growatt.com** solved...

Hi, I try to use this nice Modul... but I ever get an error like this: `Traceback (most recent call last): File "/Users/mb/PycharmProjects/Test/growatt_test.py", line 35, in login_response = api.login(username, user_pass)...

PR to detect if a login 403 error and throw a more obvious exception message than a JSON decode error. Helps address issue https://github.com/indykoning/PyPi_GrowattServer/issues/49

As was suggested [by @marcovtwout ](https://github.com/indykoning/PyPi_GrowattServer/issues/74#issuecomment-1838121957) It's better to use and official way to GET data and SET parameter's documentation link https://www.showdoc.com.cn/262556420217021 Templates by device models can be made also....