diff --git a/src/sunsynk/definitions/single_phase.py b/src/sunsynk/definitions/single_phase.py index b436a2ad..45b7350e 100644 --- a/src/sunsynk/definitions/single_phase.py +++ b/src/sunsynk/definitions/single_phase.py @@ -27,7 +27,7 @@ # Battery ########## SENSORS += ( - TempSensor(182, "Battery temperature", CELSIUS, 0.1, offset=1000), + TempSensor(182, "Battery temperature", CELSIUS, 0.1), Sensor(183, "Battery voltage", VOLT, 0.01), Sensor(184, "Battery SOC", "%"), Sensor(190, "Battery power", WATT, -1),