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: add profile column and SVG status icons to the VPP DTC table
Three changes to the published DTC table.
Adds a 'Profile to select' column showing the option users actually pick
in the config flow, rather than only the internal profile key. That makes
the table answer the question someone arrives with: my inverter reports
this code, what do I choose? It also makes the SPA problem visible --
every SPA code resolves to an SPH profile, so a note now explains why and
what that costs.
Replaces the emoji status markers with Material icons rendered as inline
SVG via pymdownx.emoji. Emoji glyphs take their appearance from whatever
font the reader's OS supplies, so the same page looked different on every
platform. SVG inherits currentColor and is themed in CSS, including
lighter variants for the dark scheme.
Fixes the status column wrapping. The model column holds long
semicolon-separated lists and was starving the narrow columns, so
'Confirmed' wrapped under its own icon. Fixed with a fixed table layout
in extra.css plus a non-breaking space between icon and word, scoped to a
wrapper class so the register tables on the same pages are untouched.
Also adds the RS485 gateway guide to the nav -- it was reachable only
from the index link, not the site navigation.
Co-Authored-By: Claude <noreply@anthropic.com>
| 5002 | MOD 3-15KTL3-X; MOD 3-15KTL3-X2(Pro); MOD 12-20KTL3-X2; MOD 12-20KTL3-X2(E); MOD 3-33KTL3-X3 | MID (15-25kW) | :material-help-circle:{ .dtc-unknown } Unconfirmed |
56
+
| 5003 | MAC 30-70KTL3-X; MAC 15-36KTL3-XL; MAC 50-70KTL3-X2; MAC 30-36KTL3-XL2 | MID (15-25kW) | :material-help-circle:{ .dtc-unknown } Unconfirmed |
> **WIT residential models (4-15KTL3):** The VPP V2.03 spec (dated 2025.9.1) does **not** include the WIT 4-15KTL3 residential series in its DTC table — only commercial WIT (50K-100K) models appear. DTC 5603 was confirmed by a live register read (register 30000 = 5603 on a WIT 15KTL3, Issue #335) with protocol version register 30099 = 203, so the residential range follows V2.03 register structure despite being omitted from the spec's device table.
0 commit comments