You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: replace the single-name contributor table with docs shortcuts and open thanks
The Hardware Contributors table had exactly one entry. With one name it
reads as if nobody else has contributed, and as more are added it becomes
a maintenance burden that quietly excludes whoever was missed.
Replaced with a Thanks section that describes the kind of contribution
that actually moves this project -- scans at two operating points, a
noticed 0.0 C reading, a protocol document obtained from Growatt -- and
points at where credit already lives: the release notes, the originating
issue, and comments beside the registers each report established. That
keeps attribution attached to the thing it explains instead of in a list
that goes stale.
Also adds a Documentation table linking the eight most useful pages. The
site was linked once at the top with no indication of what is on it. All
nine URLs verified 200.
Co-Authored-By: Claude <noreply@anthropic.com>
@@ -62,14 +77,27 @@ MIT License — see [LICENSE](LICENSE)
62
77
63
78
---
64
79
65
-
**Made with ☀️ and ☕ by [@0xAHA](https://github.com/0xAHA)**
80
+
## Thanks
66
81
67
-
---
82
+
This integration is built almost entirely on evidence from people's own hardware. Register
83
+
maps get confirmed because someone ran a scan at two different times of day; wrong mappings
84
+
get found because someone noticed a battery reading 0.0 °C and said so; whole model
85
+
families get supported because someone asked Growatt for a protocol document and shared it.
68
86
69
-
## Hardware Contributors
87
+
Several of the most useful reports were people **correcting their own earlier findings**
88
+
after measuring properly — which is what stopped working registers being "fixed" into
89
+
broken ones.
70
90
71
-
The following community members contributed live hardware testing, field diagnostics, and official protocol documentation that directly shaped this integration:
91
+
Contributions are credited where they're used: in the
92
+
[release notes](https://github.com/0xAHA/Growatt_ModbusTCP/releases), in the issue each one
93
+
came from, and in comments beside the registers they established. That keeps the credit
94
+
attached to the thing it explains, rather than in a list that goes stale and quietly
95
+
excludes whoever was added last.
72
96
73
-
| Contributor | Hardware | Contribution |
74
-
| --- | --- | --- |
75
-
|[@Wojak129](https://github.com/Wojak129)| WIT 15KTL3 + DIY 32 kWh battery (EVE 314Ah / JK BMS) | DTC 5603 field-confirmation, VPP register scanning, safety limit discovery (reg 30201 fault trigger), official VPP protocol documentation obtained from Growatt service |
97
+
If you have an inverter model or gateway that isn't well covered,
0 commit comments