Skip to content

Commit ddd0824

Browse files
0xAHAclaude
andcommitted
Bump version to v1.5.5
- VPP control entities recover after a failed read instead of freezing (#370) - New 5-register block size option for gateways that reject 10 (#360) - Repair notice when the configured profile no longer exists - Scanner block sizes aligned with the options flow - Diagnostics report suppressed VPP holding blocks Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b721c5e commit ddd0824

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

RELEASENOTES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44

55
---
66

7+
## v1.5.5
8+
9+
Issues: #360, #370
10+
11+
- **VPP control entities no longer freeze after a single failed read.** Control Authority,
12+
VPP Export Limit and Remote Power Control (registers 30100, 30200-30201, 30407-30410)
13+
were skipped for the rest of the session after one unanswered read, so the entity kept
14+
reporting its last value indefinitely. They now retry every 5 minutes, matching the
15+
behaviour already used for the VPP input ranges. Affects WIT and other VPP-capable
16+
models. Diagnosed by @Svetlonos76.
17+
- **New block size option: 5 registers.** For gateways that reject 10-register reads but
18+
manage smaller ones — previously the only working choice was 1 register, which on a
19+
large profile means ~216 reads per poll. Settings → Devices & Services → Growatt Modbus
20+
→ Configure → Max Register Block Size. Found by @Xybertecnic.
21+
- **A repair notice now appears if your configured inverter model no longer exists.**
22+
Previously it fell back to a MIN 7-10kW profile silently, and most sensors would be
23+
missing or stuck at zero with nothing to explain why. Mainly affects anyone who has
24+
hand-edited a profile file, which an update then replaces.
25+
- The register scanner now offers the same block sizes as the integration (125, 50, 25,
26+
10, 5, 1), so a scan can reproduce what the poller is doing.
27+
- Diagnostics now report suppressed VPP holding blocks alongside suppressed input ranges.
28+
29+
---
30+
731
## v1.5.4
832

933
Issues: #360, #362

custom_components/growatt_modbus/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"pymodbus>=3.0.0",
1313
"pyserial>=3.4"
1414
],
15-
"version": "1.5.4"
15+
"version": "1.5.5"
1616
}

0 commit comments

Comments
 (0)