Skip to content

Commit

Permalink
SofarSolar: fix batterys power sign (#14448)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jun 18, 2024
1 parent 4e78597 commit 5eaa90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/definition/meter/sofarsolar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ render: |
address: 0x020D # Battery Charge/Discharge power
type: holding
decode: int16
scale: 10
scale: -10
soc:
source: modbus
{{- include "modbus" . | indent 2 }}
Expand Down

0 comments on commit 5eaa90a

Please sign in to comment.