Skip to content

Commit 19dd804

Browse files
committed
Extend diagnostic scanner MOD BMS range to 31100-31299
1 parent e4d470b commit 19dd804

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/growatt_modbus/diagnostic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
{"name": "Storage Range 1000-1124", "start": 1000, "count": 125},
3939
{"name": "MIN/MOD Range 3000-3124", "start": 3000, "count": 125},
4040
{"name": "MOD Extended 3125-3249", "start": 3125, "count": 125},
41+
{"name": "MOD Battery/BMS 31100-31299", "start": 31100, "count": 200}, # Covers 31126 battery_power and extended BMS data
4142
]
4243

4344
# Service schema

0 commit comments

Comments
 (0)