MickMake / GoSungrow

GoLang implementation to access the iSolarCloud API updated by SunGrow inverters.
https://mickmake.com/
GNU General Public License v2.0
168 stars 45 forks source link

Error: Account does not exist '账号不存在' #39

Closed WindTailoir closed 1 year ago

WindTailoir commented 1 year ago

I'm trying to run GoSungrow on Windows and after running GoSungrow config write --user=xyz --password=xyz, I get stuck on GoSungrow api login with the error: Error: Account does not exist '账号不存在'.

I am using the same credentials as I would use them to log in on the Android app. The API key I am using is still 93D72E60331ABDCDC7B39ADC2D1F32B3.

Any ideas what could cause this?

WindTailoir commented 1 year ago

I figured it out, I needed to also set --host, to my region's server. Cheers,