Skip to content

Commit

Permalink
Merge pull request #1106 from rgrae81/main
Browse files Browse the repository at this point in the history
Changed register for Battery 2 Temperature from 0x131 to 0x132
  • Loading branch information
wills106 authored Nov 2, 2024
2 parents 5ed7137 + 7007da0 commit bae6c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solax_modbus/plugin_solax.py
Original file line number Diff line number Diff line change
Expand Up @@ -5334,7 +5334,7 @@ def value_function_battery_voltage_cell_difference(initval, descr, datadict):
native_unit_of_measurement = UnitOfTemperature.CELSIUS,
device_class = SensorDeviceClass.TEMPERATURE,
state_class = SensorStateClass.MEASUREMENT,
register = 0x131,
register = 0x132,
register_type = REG_INPUT,
unit = REGISTER_S16,
allowedtypes = AC | HYBRID | GEN5,
Expand Down

0 comments on commit bae6c1e

Please sign in to comment.