-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bc65f2a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after upgrade to the version with this fix, the addon gives errors (configuration unchanged)
14:20:15 ERROR NotImplementedError in read_wr_deye_2:
14:20:15 ERROR NotImplementedError in read_wr_deye_1:
14:25:00 ERROR (28 in 5 min) NotImplementedError in read_wr_deye_2:
14:25:00 ERROR (28 in 5 min) NotImplementedError in read_wr_deye_1:
14:30:00 ERROR (30 in 5 min) NotImplementedError in read_wr_deye_2:
14:30:00 ERROR (30 in 5 min) NotImplementedError in read_wr_deye_1:
bc65f2a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, lines 159 - 163 (the new ones) should be
based on:
and not just
bc65f2a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In your report
10:26:01 WARNING device_type: Unknown register value 6. Consider extending the definition with a PR. https://github.com/kellerza/sunsynk/tree/main/src/sunsynk/definitions
Your inverter has value 6 there, mine has 6 and I have collected 5 and 3 from the field. The documentation is clearly wrong.
The error you mention here is probably something else.
bc65f2a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, it's a code error, nothing I can do on the user side. The addon does throw a python error
(from https://docs.python.org/3/library/exceptions.html )
I do not see
anymore, probably because the NotImplementedError occurs before that WARNING can be issued.
In any case, the dev/edge addon does not work at the moment.