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 29 forks source link

Confirm field info for 3phase -v- single phase #9

Open craigcurtin-dev opened 3 years ago

craigcurtin-dev commented 3 years ago

Guys, could someone with a single phase inverter run the script in Debug mode and advise the returned value as such

{"key": "1gt", "name": "single / three-phase type", "value": "1"},

I believe if the unit is 3phase (mine) it will return the value of 1 in the key pair and should be 0 for single phase

Looking for someone to confirm so if/then logic can be implemented to cater for single/3phase units

Craig

jturnbull commented 3 years ago

Yes, that seems correct

{
"key": "1gt",
"name": "single / three-phase type",
"value": "0"
}