pcorrick / sgemon

Python script to scrape Sungrow inverter data from www.solarinfobank.com and write to InfluxDB
13 stars 0 forks source link

unable to find UnitID #2

Open shannondpasto opened 3 years ago

shannondpasto commented 3 years ago

Hi.

It seems as though viewing the page source to get the UnitID doesn't work any more nor does using Chrome's Developer Tools. Do you have any ideas on how to find the UnitID?

Thanks

pcorrick commented 2 years ago

This script was scraping an old Sungrow website which I believe is no longer around. The better way to do this these days is get the data directly from the unit using modbus over TCP, folks have figured to the modbus registers.

I'm using pvstats to gather data and send via MQTT: https://github.com/ptarcher/pvstats

Also take a look at: https://whrl.pl/Rf8BQT