Skip to content

Fix inverter status text descriptions to match SunSpec spec v3.2 - #986

Open
virtitnerd wants to merge 1 commit into
WillCodeForCats:mainfrom
virtitnerd:fix/status-text
Open

Fix inverter status text descriptions to match SunSpec spec v3.2#986
virtitnerd wants to merge 1 commit into
WillCodeForCats:mainfrom
virtitnerd:fix/status-text

Conversation

@virtitnerd

Copy link
Copy Markdown
Contributor

SunSpec implementation technical note (v3.2, June 2025) defines:
I_STATUS_STARTING (3): "Grid Monitoring / wake-up"
I_STATUS_STANDBY (8): "Maintenance / setup"

The previous strings "Grid Monitoring" and "Maintenance" were incomplete. Updated to match the spec descriptions exactly.

SunSpec implementation technical note (v3.2, June 2025) defines:
  I_STATUS_STARTING (3): "Grid Monitoring / wake-up"
  I_STATUS_STANDBY  (8): "Maintenance / setup"

The previous strings "Grid Monitoring" and "Maintenance" were
incomplete. Updated to match the spec descriptions exactly.

I_STATUS_SLEEPING (2) "Sleeping (Auto-Shutdown)" is unchanged as it
already matches the spec's primary description for that state.

Verified against: SolarEdge SunSpec Implementation Technical Note v3.2
Table: Inverter Device Status Values
@WillCodeForCats

Copy link
Copy Markdown
Owner

So basically the reason it was the way it is because I just don't like the way the long with slash separation renders in the HA frontend. When it's long and a card is narrow it gets cut off and renders with ... in the entity card. I would prefer shorter strings. Changing them to simply "Wake-Up" and "Setup" would satisfy shorter strings goal.

My take on the description column of that table is as a comment, not as a spec. Because if you treat it as "spec" that would make I_STATUS_MPPT = "Inverter is ON and producing power" instead of simply "Production".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants