Skip to content

Commit

Permalink
Merge pull request #1243 from sahomm/Battery_Pack_lSOC
Browse files Browse the repository at this point in the history
BatteryPack SOC in preview entity Realtime Capacity is wrong
  • Loading branch information
wills106 authored Feb 3, 2025
2 parents d52b064 + f2a9e9d commit f8caa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solax_modbus/plugin_sofar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3722,7 +3722,7 @@ def value_function_sync_rtc_ymd_sofar(initval, descr, datadict):
native_unit_of_measurement=PERCENTAGE,
device_class=SensorDeviceClass.BATTERY,
register=0x900E,
scale=0.1,
#scale=0.1,
allowedtypes=BAT_BTS,
),
SofarModbusSensorEntityDescription(
Expand Down

0 comments on commit f8caa1f

Please sign in to comment.