Have to admit that I'm not using your library, but I am trying to profit from your investigation work. Hope you can still help me out?
My inverter is reported as type "inv", so looking at you code I assumed that I had to make this request to get the inverter's status (I'm trying to obtain the current power in W):
POST /panel/inv/getINVStatusData?plantId=... HTTP/1.1
Content-Type: application/x-www-form-urlencoded; charset=utf-8
Cookie: ...
Host: server.growatt.com
Connection: close
User-Agent: ...
Content-Length: ...
InvSn=...
However, this returns a 404.
What am I doing wrong?
Or does Growatt use something else for this kind of inverter? (When using Proxyman to capture the traffic when accessing the Growatt website, I do indeed see some of the requests from your code, but not this particular one, while the current power is displayed on the web page).
Have to admit that I'm not using your library, but I am trying to profit from your investigation work. Hope you can still help me out?
My inverter is reported as type "inv", so looking at you code I assumed that I had to make this request to get the inverter's status (I'm trying to obtain the current power in W):
However, this returns a 404.
What am I doing wrong?
Or does Growatt use something else for this kind of inverter? (When using Proxyman to capture the traffic when accessing the Growatt website, I do indeed see some of the requests from your code, but not this particular one, while the current power is displayed on the web page).