Skip to content

Commit

Permalink
Use default temp offest of 100 #353
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerza committed Jan 6, 2025
1 parent 6ddd983 commit 7daad57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sunsynk/definitions/single_phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 7daad57

Please sign in to comment.