File tree Expand file tree Collapse file tree
custom_components/growatt_modbus Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
925Issues: #351
Original file line number Diff line number Diff line change 1212 " pymodbus>=3.0.0" ,
1313 " pyserial>=3.4"
1414 ],
15- "version" : " 1.0.10 "
15+ "version" : " 1.0.11 "
1616}
You can’t perform that action at this time.
0 commit comments