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

Login to iSolarCloud doesn't work from GoSungrow #48

Open Melectro1 opened 1 year ago

Melectro1 commented 1 year ago

1) I get an error at startup and it is difficult to understand as this url is working from the web browser. (I have also tested the https://www.isolarcloud.com/ and at sungrow_user and password are my acount info entered)

2) Since I am a newbee, I also want to know what to enter in mqtt_user and mqtt_password. When I enter something, I suspect I must also have the same user/password elsewhere, but where.

From the LOG: [05:33:02] INFO: Login to iSolarCloud using gateway https://www.isolarcloud.eu/ ... Error: API httpResponse is 404 Not Found Usage: GoSungrow api login [flags] Examples: GoSungrow api login
Flags: Use "GoSungrow help flags" for more info. Additional help topics: ERROR: API httpResponse is 404 Not Found 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

Melectro1 commented 1 year ago

After a long time searching I found the Europe server should be https://gateway.isolarcloud.eu.

The mqtt settings was also solved as I got the connection to isolarcloud

Thank you for making the world better!