Skip to content

Commit

Permalink
Update huawei-dongle-powersensor.yaml (evcc-io#3060)
Browse files Browse the repository at this point in the history
Clarify DC/AC for pv meter, add correct scale for battery meter
  • Loading branch information
RTTTC authored Apr 3, 2022
1 parent 155a737 commit f730851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/definition/meter/huawei-dongle-powersensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ render: |
timeout: 10s
connectdelay: 1s
register:
address: 32064 # Input power
address: 32064 # Input power DC (if no battery in your system - for more precise readings use 32080 # Active generation power AC)
type: holding
decode: int32
{{- end }}
Expand All @@ -86,6 +86,7 @@ render: |
address: 37001
type: holding
decode: int32
scale: -1
soc:
source: modbus
{{include "modbus" . | indent 2}}
Expand Down

0 comments on commit f730851

Please sign in to comment.