marcelblijleven / goodwe

Get inverter data from a Goodwe XS inverter
MIT License
125 stars 52 forks source link

grid_export setting name misleading #85

Open piomar123 opened 3 months ago

piomar123 commented 3 months ago

Hi, The setting definition Integer("grid_export", 47509, "Grid Export Enabled", "", Kind.GRID), suggests that value 0 will block export and 1 allow it, but the actual operation is the opposite - 1 allows to apply the limit specified in grid_export_limit while 0 disables the limit and exports at the full power. In SolarGo app, this setting is called "Power Limit". Probably, a better name would be Grid Export Limit Enabled.