dkruyt / ginlong-scraper

A python script that scrapes PV statistics from the Ginlong monitor pages and outputs it to influxdb, pvoutput or mqtt
GNU General Public License v3.0
48 stars 30 forks source link

Scrape www.soliscloud.com? #23

Open mgielissen opened 3 years ago

mgielissen commented 3 years ago

Is it possible to scrape www.soliscloud.com?

hoefs commented 3 years ago

is this supported if you change the platform url?

mgielissen commented 3 years ago

is this supported if you change the platform url?

It doesn't work.

dkruyt commented 3 years ago

It is possible to scrape it, but this needs major rework. But the m.ginglong.com and soliscloud.com is the same backend? I have my inverter on both site with the same data. So no need to use soliscloud.com, just use ginglong.com

MetPhoto commented 3 years ago

Ginglong have told me that m.ginglong.com will remain active for 5 years after the Solis Cloud comes out of beta.

MetPhoto commented 3 years ago

Incidentally after a bit of effort I have got this script scrapping my panel data and my battery data. It makes for some sweet panels in Grafana.

mgielissen commented 3 years ago

I bought a wifi dongle, but m.ginglong.com says "The SN number has already been registered to other plants" when I try to add the device, but soliscloud works.

trollkarlen commented 2 years ago

@dkruyt Do you have any more information about the new API. My data only exist in the new platform.

wardwygaerts commented 2 years ago

Incidentally after a bit of effort I have got this script scrapping my panel data and my battery data. It makes for some sweet panels in Grafana.

Can you share your script, or what you have changed?

nightcatnl commented 2 years ago

Same here... I can't add my datalogger to m.ginlong.com since it is probably already existing in www.soliscloud.com

Gentleman1983 commented 1 year ago

On my fork we just finished the conversion to take the data from solis cloud api and are now exporting to influx db and PVoutput. Had no possibility to check for correct values on MQTT. Maybe our current version helps on your issue.