Skip to content

Commit

Permalink
Goodwe-Hybrid: fix pv power
Browse files Browse the repository at this point in the history
  • Loading branch information
premultiply authored Mar 11, 2024
1 parent f76988b commit 090eddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/definition/meter/goodwe-hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ render: |
source: modbus
{{- include "modbus" . | indent 2 }}
register: # manual non-sunspec register configuration
address: 35301 # PV Total Power
address: 35302 # PV Total Power
type: holding
decode: uint32nan
decode: uint16nan
energy:
source: modbus
{{- include "modbus" . | indent 2 }}
Expand Down

0 comments on commit 090eddd

Please sign in to comment.