Skip to content

Commit

Permalink
Varta: use consistent modbus ids
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Apr 29, 2022
1 parent 213e71c commit 9b78bd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/definition/meter/varta-energiespeicher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ render: |
decode: uint16
{{- end }}
{{- if eq .usage "battery" }}
id: 1
id: 255
register:
address: 1066 # active power
type: input
Expand All @@ -41,7 +41,7 @@ render: |
soc:
source: modbus
uri: {{ .host }}:{{ .port }}
id: 1
id: 255
register:
address: 1068 # SOC
type: input
Expand Down

0 comments on commit 9b78bd2

Please sign in to comment.