Skip to content

Old Beta 0.19.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zxdavb zxdavb released this 28 Feb 09:54
· 539 commits to master since this release

This pre-release includes the following changes since 0.19.0:

  • bugfixes (esp. for OTB), and
  • refactoring driven by the CH/DHW & HVAC divide
  • mypy work (is picking up unreported bugs)
  • unit tests (new, finally)
  • other code quality work

It includes some autodetection of device class for HVAC devices. It is a big improvement on where we were, but in many cases, the device class will have to be specified via known_devices (I don't expect that this issue will ever be fully resolved).

CH/DHW devices don't have this problem - it is a straight-forward matter to determine their device class.

It is recommended to use the latest pre-release that works for you.

Selected commits

evohome_cc: bumps client only

ramses_rf:

5be326c tweak HVAC discovery, bugfix send_cmd()
0b23cdf bugfix OTB msgs DB (which completely freezes **ramses_rf**)
a9200b2 mypy, test transform
e75a0a0 refactor devices: split heat + hvac