MickMake / GoSungrow

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

iSolarCloud -> Account does not exist #98

Closed plumpy80 closed 7 months ago

plumpy80 commented 7 months ago

Hi!

Try to start, but it's stop always. In the log i found this: ( I have an iSolarCloud account, and it's working now on my phone, or on the web. I think it's try to login on the chineese server, but my account on the European servers)

[14:22:21] INFO: Login to iSolarCloud using gateway https://augateway.isolarcloud.com ... Error: Account does not exist '账号不存在' Usage: GoSungrow api login [flags]

Examples: GoSungrow api login

Flags: Use "GoSungrow help flags" for more info.

Additional help topics:

ERROR: Account does not exist '账号不存在' s6-rc: info: service legacy-services: stopping s6-rc: info: service legacy-services successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped

irqnet commented 7 months ago

same here, european account seems not to work

plumpy80 commented 7 months ago

https://augateway.isolarcloud.com/ is for Australian users only... "AU"gateway.... I tried to change it any european server, but doesn't work.....

irqnet commented 7 months ago

https://augateway.isolarcloud.com/ is for Australian users only... "AU"gateway.... I tried to change it any european server, but doesn't work.....

https://gateway.isolarcloud.eu

plumpy80 commented 7 months ago

Thanks! It's worked!

oriolMTo commented 7 months ago

Hi, i'm from europe too, trying to start with: GoSungrow api login , but I have this message "Error: unknown error 'Missing parameter in request header: x-access-key'"

any suggestion please?

thanks

plumpy80 commented 7 months ago

Hi, i'm from europe too, trying to start with: GoSungrow api login , but I have this message "Error: unknown error 'Missing parameter in request header: x-access-key'"

any suggestion please?

thanks

Sorry, but I don't know.....

Can you fill all requested information? I think it's something login trouble. Képernyőkép 2023-11-22 141216

You need to change the sungrow host to the european server. sungrow_user and passwd is your iSolarCloud account, mqtt-suer and passwd is the login for your mqtt server....

That was all I did for me...

oriolMTo commented 7 months ago

Hi, I set the parameters directly to config.json file, with european server, user, pass and appkey, currently testing deployment without HA, just to know if can retrieve my data from isolarCloud. Golang build was ok, so I understand it is possible to work on windows computer. thanks for any suggestion

Oriol.