Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goodwe-hybrid: fix NaN on MPPTs #10865

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
goodwe-hybrid: fix NaN on MPPTs
Fixes #10824
  • Loading branch information
premultiply authored Nov 22, 2023
commit e80d74d7027911f37881e37e061065d850feb2e3
8 changes: 4 additions & 4 deletions templates/definition/meter/goodwe-hybrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@ render: |
register: # manual non-sunspec register configuration
address: 35105 # Ppv1 PV1 Power
type: holding
decode: uint32
decode: uint32nan
- source: modbus
{{- include "modbus" . | indent 4 }}
register: # manual non-sunspec register configuration
address: 35109 # Ppv2 PV2 Power
type: holding
decode: uint32
decode: uint32nan
- source: modbus
{{- include "modbus" . | indent 4 }}
register: # manual non-sunspec register configuration
address: 35113 # Ppv3 PV3 Power
type: holding
decode: uint32
decode: uint32nan
- source: modbus
{{- include "modbus" . | indent 4 }}
register: # manual non-sunspec register configuration
address: 35117 # Ppv4 PV4 Power
type: holding
decode: uint32
decode: uint32nan
energy:
source: modbus
{{- include "modbus" . | indent 2 }}
Expand Down