Skip to content

Commit

Permalink
sdm120: fix export energy register
Browse files Browse the repository at this point in the history
  • Loading branch information
premultiply authored Jan 29, 2024
1 parent 5b1eb75 commit 73d6d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/definition/meter/eastron-sdm120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ render: |
{{- include "modbus" . | indent 2 }}
register:
{{- if eq .usage "pv" }}
address: 0x4c # Export active energy
address: 0x4a # Export active energy
{{- else }}
address: 0x48 # Import active energy
{{- end }}
Expand Down

0 comments on commit 73d6d7f

Please sign in to comment.