-
Notifications
You must be signed in to change notification settings - Fork 25
Discovered two new error codes #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -526,6 +526,8 @@ class Errorcode(SelectionBase): | |
| 805: "sensor desuperheater", | ||
| 806: "Modbus SEC", | ||
| 807: "Lost modbus connection", | ||
| 810: "Parallel-Operation Version", | ||
| 816: "Multiple SHI data sources", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this something that you've triggered during development? Can this still happen with this library when used normally (i.e. not multiple instances, etc.).
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unfortunately, I’m not exactly sure how I triggered the error. However, this shouldn’t happen during normal use of the library. The classes should implement threads so that concurrent accesses are handled sequentially. |
||
| } | ||
|
|
||
|
|
||
|
|
||
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.
Wondering what this specifically means? Version mis-match in case of parallel operation?
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 suspect that the firmware versions aren't compatible in a master-slave heatpump setup.