Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions luxtronik/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,8 @@ class Errorcode(SelectionBase):
805: "sensor desuperheater",
806: "Modbus SEC",
807: "Lost modbus connection",
810: "Parallel-Operation Version",
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

816: "Multiple SHI data sources",
Copy link
Collaborator

Choose a reason for hiding this comment

The 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.).

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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.

}


Expand Down
Loading