Add support for GW8000M-ES-C10 (ESC platform)#138
Open
matifali wants to merge 1 commit into
Open
Conversation
Closed
10 tasks
matifali
marked this pull request as ready for review
June 21, 2026 09:45
matifali
force-pushed
the
fix/es-c10-sensor-filtering
branch
from
June 21, 2026 09:46
6ac6980 to
c97cf92
Compare
ESC was missing from SINGLE_PHASE_MODELS, causing L2/L3 sensors to appear on a single-phase inverter, vpv3/vpv4 to be dropped (745 LV platform has 2 MPPTs), and ghost sensors from large inverters (vpv5-vpv16, pmppt3-pmppt8) to leak through. All three stem from ESC not being recognized. Test data captured live from a GW8000M-ES-C10 with solar active. All 124 existing tests pass.
matifali
force-pushed
the
fix/es-c10-sensor-filtering
branch
from
June 21, 2026 09:49
c97cf92 to
3214e33
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
ESCmodel tag was missing fromSINGLE_PHASE_MODELS, which caused a cascadeof filtering issues: L2/L3 sensors appeared on a single-phase inverter,
vpv3/vpv4were incorrectly removed (the 745 LV platform has 2 MPPTs), and ghost sensors from
large commercial inverters (
vpv5–vpv16,pmppt3–pmppt8) weren't filtered out.All three stem from the ESC platform not being recognized.
Test data captured live from a GW8000M-ES-C10 with solar active. All 124 existing tests pass.
Note: The ES Uniq Series varies in active PV strings per model. Per-model string
filtering isn't added here —
pv_mode_labelindicates unused channels. Captures from6kW or 10kW units would make this safe to implement.
Source: GoodWe ES Uniq Series Datasheet