marcelblijleven / goodwe

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

Correction of decoding pvX_mode(_label) and considering number of mppt and number of string of PV-modules in sensor filters #68

Closed gowima closed 9 months ago

gowima commented 10 months ago
  1. Decoding pv_modes: ByteH has to exchanged with ByteL and vice versa.

  2. Filters for sensors The register ppv, mppt and the registers ipv, vpv have to be filtered in different ways. Solution based on experiences with 29K9ET:

    • ppv and mppt are related to number of MPPT's
    • ipv's and vpv's are related to the number of strings of PV-modules
  3. Added for my convenience method str for Class ET.

gowima commented 10 months ago

Here is a listing (txt) of 29K9ET with the script (zip) and necessary data (json) to produce it.

The hardware setup of the inverter is:

The firmware for DSP and ARM are outdated. We are waiting for the assembly operator to fix that, since we do not (yet) have access to the device configuration.

goodwe-devel-print.txt goodwe-print.json goodwe-print.zip