Skip to content

Commit

Permalink
Sofar: support multiple battery storage units (#19102)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschlipf authored Feb 23, 2025
1 parent 37fa534 commit 9f8931a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/definition/meter/sofarsolar-g3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ render: |
source: modbus
{{- include "modbus" . | indent 2 }}
register:
address: 0x0606 # Power_Bat1
address: 0x0667 # Power_Bat_Total
type: holding
decode: int16
scale: -10
Expand All @@ -149,7 +149,7 @@ render: |
source: modbus
{{- include "modbus" . | indent 2 }}
register:
address: 0x0608 # SOC_Bat1
address: 0x0668 # SOC_Bat_Average
type: holding
decode: uint16
batterymode:
Expand Down

0 comments on commit 9f8931a

Please sign in to comment.