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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,9 @@ Whilst the solis inverters do provide total sensors for today, yesterday, month
58
58
-**Storage Mode select** (renamed from "Work Mode", issue #413): mode changes now clear all conflicting mode bits — switching Self-Use ↔ Peak Shaving ↔ Feed-in writes exactly the values SolisCloud uses (grid-charge and wakeup bits are preserved). New *Reserve / Backup* options. The raw register value is exposed as a state attribute for debugging.
59
59
-**Dual-meter support** (issue #425): enable *"Second smart meter installed"* to poll the Meter 2 block (33300-33337) on "Grid + PV Inverter" installs — per-phase V/A/W, total power, PF, frequency and lifetime import/export counters.
60
60
-**Direct-meter grid energy for string inverters** (issue #410): grid import/export lifetime counters read from the attached meter (registers 3283-3286), for S5-GR3P-style installs without an EPM.
61
-
-**Read-only mode completed** (issue #149): with *"Essential sensors only"* enabled, control entities (numbers/switches/selects/times) are no longer created.
61
+
-**Read-only mode completed** (issue #149): under either reduced **poll profile**, control entities (numbers/switches/selects/times) are no longer created.
62
+
-**Poll profiles** (issue #457): the *"Essential sensors only"* toggle is now a **Poll profile** select — *Full*, *Essential* or *Extreme*. Extreme polls only the live meter/CT and PV groups (plus the one-off identity groups), which is few enough Modbus frames that the fast-interval floor drops from 10s to **2s** — for tight control loops such as export limiting against grid voltage rise (issue #451). An opt-in toggle adds the battery/load group (SOC, household load, battery and grid-port power) for battery-aware automations. Existing `essential_only` settings migrate automatically. Entities outside the chosen profile are **not created**, rather than created and left unavailable.
63
+
Extreme mode is an optimisation, **not** a protection or compliance mechanism: a Home Assistant control loop cannot satisfy G100's requirement that an export limitation scheme hold its limit through component or communications failure.
62
64
-**Diagnostics**: download a redacted support dump from the integration's menu.
63
65
-**Repairs**: a repair issue is raised when the datalogger is unreachable for a sustained period, and auto-clears on reconnect.
64
66
- New AC-grid-port lifetime energy sensors (registers 33186-33189, protocol Ver3.4).
0 commit comments