Skip to content

Commit

Permalink
v0.4.1 - Register fix for SH5.0RS, WiNet-S
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-s committed Dec 23, 2022
1 parent a648084 commit f54ac45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions SunGather/registers-sungrow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.1
version: 0.2.2
vendor: Sungrow
registers:
- read:
Expand Down Expand Up @@ -1870,7 +1870,9 @@ scan: # these have to be 1 less than the first register
- start: 4949
range: 50
- start: 5000 # We don't start at 4999 because we read register 5000 once manually, not every scan
range: 100
range: 38 # we do 38/61 instead of 100 to work around an issue with SH5.0RS, WiNet-S. This will make no noticeable difference to scan times.
- start: 5039
range: 61
- start: 5100
range: 100
- start: 5200
Expand Down
2 changes: 1 addition & 1 deletion SunGather/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.0'
__version__ = '0.4.1'

0 comments on commit f54ac45

Please sign in to comment.