Skip to content

Releases: siku2/hass-komfovent-c5

Version 0.3.6

26 Jan 22:15
6dbfaf8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.5...0.3.6

Version 0.3.5

13 Sep 23:07
Compare
Choose a tag to compare

What's Changed

This patch only lowers the required Home Assistant version to 2023.8.3. It was increased in the previous because of a compatibility issue with the new version, but the changes are backwards compatible.

Full Changelog: 0.3.4...0.3.5

Version 0.3.4

07 Sep 21:13
Compare
Choose a tag to compare

What's Changed

  • Fix compatibility with HA version 2023.9
  • Use firmware version to limit registers. Should help with #14

Full Changelog: 0.3.3...0.3.4

Version 0.3.3

22 Aug 17:00
Compare
Choose a tag to compare

What's Changed

  • The client will no longer try to read more than 125 registers at once (which is physically impossible for modbus), instead performing such large requests in batches. This should address #10.
  • The integration no longer reads the entire alarm history, because the information isn't being used by any entities.

Version 0.3.2

21 Aug 17:23
Compare
Choose a tag to compare

What's New

This version improves the old config entry setup and modbus connection logic. The integration will now automatically retry its setup if it fails initially.
There are now also a few more debug logs, to help track down issues if "debug logging" is enabled.

Version 0.3.1

19 Aug 18:37
Compare
Choose a tag to compare

Changes

  • Use upper case names for modes again to preserve compatibility with automations and service calls.

Version 0.3.0

19 Aug 17:48
Compare
Choose a tag to compare

Changes

  • Fixed config schema crash.
  • Added back support for "PROGRAM" mode.
  • Set 'internal_supply_temperature' to unknown if it's missing.
  • Update project layout for newer HA versions (use new entity naming rather than the old global naming scheme)

Version 0.2.7

17 Aug 18:56
Compare
Choose a tag to compare
  • Fixed #8 (NoneType can't be used in 'await' expression)

Version 0.2.6

01 Apr 21:25
518f4cd
Compare
Choose a tag to compare

Changelog

Changed

  • Update to pymodbus 3 for Home Assistant 2023 compatibility.

Version 0.2.5

01 Aug 18:04
93e19f4
Compare
Choose a tag to compare

Changelog

Fixed

  • Debouncing for switches should actually work now.