Skip to content

Commit 796e22f

Browse files
0xAHAclaude
andcommitted
docs: v1.6.2 goes out as stable, and folds in the peak-shaving fix
v1.6.1 is confirmed on hardware. @KevlarD-67 ran it for five days including a restart on a MOD 10KTL3-XH and reported all three checkpoints: the five VPP controls are in the entity registry's deleted_entities list by name rather than sitting unavailable, the disabled_by:user workaround is gone and has not come back, and the four read-only sensors report. The 1090/1092 pair from #371 was removed on the same upgrade. That was the only thing holding the line, and #380 was the only thing that should not ship with it. Both are now settled, so this is Latest rather than another pre-release - v1.5.5 has been stable since 10 August and three reporters are waiting on stable rather than taking a beta. Notes call out that v1.6.0 and v1.6.1 never went stable, so anyone upgrading from v1.5.5 lands on all three at once and their sections are worth reading. Without that a MOD/MID owner would have no reason to look at the v1.6.1 entry describing entities that disappear on upgrade. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d5e0d3c commit 796e22f

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

RELEASENOTES.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
---
66

7-
## v1.6.2 (pre-release)
7+
## v1.6.2
88

9-
Issues: #331, #375
9+
Issues: #331, #375, #380
1010

11-
> **Reliability fixes to the write path.** Affects anyone using controls — switches, numbers,
12-
> selects — and WIT owners in particular. v1.5.5 remains the stable release.
11+
> **First stable release of the 1.6 line.** v1.6.0 and v1.6.1 were pre-releases, so if you
12+
> are coming from v1.5.5 you are getting all three at once — their notes are below and
13+
> worth reading, particularly if you have a MOD or MID TL3-XH.
1314
1415
- **Writes now recover from a dropped socket, as reads already did.** On a gateway or
1516
datalogger that closes idle connections, the first write after a drop failed and the
@@ -20,6 +21,11 @@ Issues: #331, #375
2021
inverter with control authority granted but no power setpoint, or a schedule with no
2122
period count. The sequence now holds the connection from first write to last, so it
2223
either applies completely or fails without starting. (#331)
24+
- **Peak-shaving limits stay unavailable until they are configured.** On MOD and MID
25+
TL3-XH, Import Limit, Export Limit and AC Charge Max Power previously showed 3000 kW or
26+
6553.5 kW on systems where peak shaving had never been set up in the portal. An
27+
unavailable entity here now means "not configured", not a connection problem. Reserve SOC
28+
is unaffected and still always shown. Reported by @as-wallpen. (#380)
2329

2430
Two limits are unchanged and now documented in the [WIT guide](https://0xaha.github.io/Growatt_ModbusTCP/controls/wit-guide/):
2531
a write can still wait behind a running poll, and Mode (VPP) reports the last command sent

0 commit comments

Comments
 (0)