Skip to content

Commit 79b658c

Browse files
0xAHAclaude
andcommitted
Bump version to v1.0.11 - backup box sensors on MOD/MID profiles (#336)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 21dea43 commit 79b658c

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Growatt Modbus Integration for Home Assistant ☀️
44

55
![HACS Badge](https://img.shields.io/badge/HACS-Custom-orange.svg)
6-
![Version](https://img.shields.io/badge/Version-1.0.10-blue.svg)
6+
![Version](https://img.shields.io/badge/Version-1.0.11-blue.svg)
77
[![GitHub Issues](https://img.shields.io/github/issues/0xAHA/Growatt_ModbusTCP.svg)](https://github.com/0xAHA/Growatt_ModbusTCP/issues)
88
[![GitHub Stars](https://img.shields.io/github/stars/0xAHA/Growatt_ModbusTCP.svg?style=social)](https://github.com/0xAHA/Growatt_ModbusTCP)
99

RELEASENOTES.md

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

55
---
66

7+
## v1.0.11
8+
9+
Issues: #336
10+
11+
- **Fix: backup box sensors now appear on MOD/MID hybrid inverters (#336):**
12+
The MOD 10KTL3-XH-BP and related -XH variants support the Growatt ARK backup box
13+
(transfer switch) via registers 3281-3342. These registers were present in the TL-XH
14+
profile but missing from the MOD profile, so no backup box sensors appeared in HA even
15+
when the box was physically connected (reg 3320=1). Field scan from ledermueller confirmed
16+
live data on a MOD 10KTL3-XH-BP (box_temperature=33°C, box_grid_voltage=234.0V,
17+
box_load_power=1089.8W). The fix adds the full 3281-3342 block to MOD_6000_15000TL3_XH
18+
and enables BACKUP_BOX_SENSORS for the `mod_6000_15000tl3_xh`,
19+
`mod_6000_15000tl3_xh_v201`, and `mid_11000_30000tl3_xh_v201` profiles.
20+
21+
---
22+
723
## v1.0.10
824

925
Issues: #351

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.0.10"
15+
"version": "1.0.11"
1616
}

0 commit comments

Comments
 (0)