kronicd / sungrow2pvoutput

Takes data from the sungrow inverter API and sends it to pvoutput.org
13 stars 13 forks source link

Details for SunGrow API #1

Closed MicWit closed 5 years ago

MicWit commented 5 years ago

Hi, I didn't know how else to get in contact. I am getting a SunGrow inverter installed. I want to create my own app to pull data directly from the inverter, but I cant find any details of an API anywhere! SunGrow (in Australia) said one didn't exist. This is the only place I have found anything. Where did you get the details to write this?

Thanks

kronicd commented 5 years ago

Hi,

I'd suggest looking at the following two projects:

https://github.com/pcorrick/sgemon https://github.com/meltaxa/solariot/blob/master/README.md

There is no public API, but myself and others have done a lot of work in reverse engineering the APIs in use. The above two projects are much more recently maintained and more reliable than my script.

Cheers

On Wed, Aug 8, 2018 at 11:20 AM, MicWit notifications@github.com wrote:

Hi, I didn't know how else to get in contact. I am getting a SunGrow inverter installed. I want to create my own app to pull data directly from the inverter, but I cant find any details of an API anywhere! SunGrow (in Australia) said one didn't exist. This is the only place I have found anything. Where did you get the details to write this?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kronicd/sungrow2pvoutput/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhqdbvhQt1rBX6sEsCfCBlNserMbJTlks5uOljhgaJpZM4VzNe- .

MicWit commented 5 years ago

Awesome, thanks for that, will check them out.