Bouni / python-luxtronik

python-luxtronik is a library that allow you to interact with a Luxtronik heatpump controller.
MIT License
37 stars 20 forks source link

Introduce datatype MajorMinorVersion to handle calculation 258 #118

Closed kbabioch closed 1 year ago

kbabioch commented 1 year ago

This introduced a new datatype (MajorMinorVersion) that is used to interpret calculation 258. It has been reported (see #99) that this calculation is used to encode the version information from the "Raumbedieneinheit" (RBE).

For me this value is 0 (don't have this hardware), for the reporter of #99 it is 112, which is being shown as 1.12 in the web interface.

The pull request also contains test cases that cover the currently known values.

gerw commented 1 year ago

Lgtm.