There was an error while loading. Please reload this page.
1 parent e4d470b commit 19dd804Copy full SHA for 19dd804
1 file changed
custom_components/growatt_modbus/diagnostic.py
@@ -38,6 +38,7 @@
38
{"name": "Storage Range 1000-1124", "start": 1000, "count": 125},
39
{"name": "MIN/MOD Range 3000-3124", "start": 3000, "count": 125},
40
{"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
42
]
43
44
# Service schema
0 commit comments