Skip to content

Commit

Permalink
Added fastscan for Grid Import/Export Total
Browse files Browse the repository at this point in the history
  • Loading branch information
angoyd committed Dec 2, 2024
1 parent 7d964e1 commit 27e1372
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/solax_modbus/plugin_solax.py
Original file line number Diff line number Diff line change
Expand Up @@ -4219,6 +4219,7 @@ def value_function_battery_voltage_cell_difference(initval, descr, datadict):
rounding = 2,
allowedtypes = AC | HYBRID | GEN2 | GEN3 | GEN4 | GEN5,
icon = "mdi:home-export-outline",
scan_group = SCAN_GROUP_FAST,
),
SolaXModbusSensorEntityDescription(
name = "Grid Import Total",
Expand All @@ -4234,6 +4235,7 @@ def value_function_battery_voltage_cell_difference(initval, descr, datadict):
rounding = 2,
allowedtypes = AC | HYBRID | GEN2 | GEN3 | GEN4 | GEN5,
icon = "mdi:home-import-outline",
scan_group = SCAN_GROUP_FAST,
),
SolaXModbusSensorEntityDescription(
name = "EPS Voltage",
Expand Down

0 comments on commit 27e1372

Please sign in to comment.