Skip to content

Commit

Permalink
mypv-wifi-meter: fix energy scale (#17416)
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerK62 authored Nov 23, 2024
1 parent 7eabc78 commit 6d7b8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/definition/meter/mypv-wifi-meter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ render: |
address: 34 # 0x0022 sum of forward energy; unsigned, value=data/800, unit: kWh
type: holding
decode: uint32
scale: 0.08
scale: 0.00125
currents:
- source: modbus
{{- include "modbus" . | indent 2 }}
Expand Down

0 comments on commit 6d7b8bb

Please sign in to comment.