Skip to content

Commit

Permalink
Fix read of monthly total yield. Must read one register more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Bunge committed Oct 14, 2022
1 parent 6b925dc commit 6dd3a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/14180_kostalInverterModbusTCP.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(self, homeserver_context):
{"from": 56, "to": 58},
{"from": 100, "to": 196},
{"from": 200, "to": 296},
{"from": 320, "to": 327},
{"from": 320, "to": 328},
{"from": 529, "to": 589},
{"from": 1046, "to": 1068}]

Expand Down

0 comments on commit 6dd3a26

Please sign in to comment.