Skip to content

Releases: denpamusic/homeassistant-plum-ecomax

plum-ecomax v0.4.9

30 Oct 18:43
febc0a4
Compare
Choose a tag to compare

Foreword

This is a minor bugfix release addressing floating point errors when dealing with certain parameters. (i. e. fuel calorific value)

Breaking changes

None

Integration changes

  • Updated PyPlumIO library from v0.5.28 to v0.5.29
  • Updated French translations: #144. Thanks @lachand.

plum-ecomax v0.4.8

06 Sep 22:55
a720110
Compare
Choose a tag to compare

Foreword

This is a minor release to bring this project in line with HACS v2.0

Breaking changes

None

Integration changes

  • Updated PyPlumIO library from v0.5.25 to v0.5.28
  • Added new alert codes. Thanks Tomasz Toczydłowski via email.
  • Removed info.md as it is no longer supported by HACS.

plum-ecomax v0.4.7

01 Aug 19:33
f3a6e8a
Compare
Choose a tag to compare

Foreword

This is mainly bugfix release.

Breaking changes

None

Integration changes

  • Updated PyPlumIO library from v0.5.21 to v0.5.25
  • Slightly improved integration startup time.
  • Fixed water_heater_pump switch not accepting full range of values.
  • Fixed crash due to incorrect utf-8 in regdata string. Related to: #115. Thanks @KaRLiKCZ

plum-ecomax v0.4.6

17 Jun 22:21
88b491d
Compare
Choose a tag to compare

Foreword

This continues trend of small incremental improvements to bring this project closer to current HASS'es best practices.

Breaking changes

None

Integration changes

plum-ecomax v0.4.5

09 May 20:21
8b26570
Compare
Choose a tag to compare

Foreword

  • Fixed memory leak caused by device entry being created on each received frame instead of just once during discovery.
    Affected versions:

Breaking changes

None

Integration changes

None

plum-ecomax v0.4.4

03 May 20:56
aae1f53
Compare
Choose a tag to compare

Foreword

This is a hotfix for the [homeassistant.util.loop] Detected blocking call to import_module repeating warning message in HA v2024.5.0 and above.

Breaking changes

None

Integration changes

None

plum-ecomax v0.4.3

17 Mar 17:59
26ab957
Compare
Choose a tag to compare

Foreword

First of all, I'm very sorry for the lack of major updates this winter. I'm actually recently bought sailboat ⛵ that I've always dreamed about and it's taking way too much of my free time as of now... I'm still trying to keep up with bugfixes and HA's changes, so there's one more minor release for you.

Breaking changes

None

Integration changes

  • Added translations for device names.
  • Updated PyPlumIO library from v0.5.15 to v0.5.16
  • Removed dedicated UID sensor and display UID value as device's serial number instead.
  • Fixed freeze on HA shutdown, when connection to device never succeeded during HA run.
  • Fixed incorrect software version for thermostat device.
  • Fixed incorrect pending alert date.

plum-ecomax v0.4.2

15 Feb 18:51
e451daf
Compare
Choose a tag to compare

Foreword

This is another one of these mostly bugfixy and optimizy release that addresses some of the oldest issues encountered by the community and includes some preliminary work for further changes.

Breaking changes

Thermostats (ecoSTERs) have their own sub-devices now, while previously they were added as a part of main ecoMAX device as climate entities. For now this sub-device only contains HA's climate entity, but in the future, it will have more entities added to it, such as timers and schedules. The thermostat device can be used to set thermostat parameters with Set parameter service.

Integration changes

plum-ecomax v0.4.1

17 Dec 14:56
5ef96ab
Compare
Choose a tag to compare

Foreword

After very long time spent in beta, this is a first release of the new 0.4.x branch of the integration based on PyPlumIO 0.5.x.

PyPlumIO 0.5.x brings about new design philosophy as well as much lower memory footprint (up to 55 Mb savings measured) and moderate performance upgrade, especially with multi-cored CPU. From the integration standpoint you can expect faster startup time and quicker reaction to parameter changes.

Being performance and optimization-oriented release, this version is a bit light on a new features, from the HASS integration standpoint, but it's nevertheless important milestone in improving user experience and overall project maturity.

Breaking changes

  • Power and Load sensors are now listed under different keys in PyPlumIO. This means that sensors under old key will become unavailable and can be safely removed. If you use these sensors, make sure to update your dashboards and/or automations to point to a new sensors or simply edit IDs of new sensors to match the IDs of removed ones.
  • Same for Weather control and Enable circuit switches and Grate mode temperature, Fuel calorific value, Circuit target temp and Circuit work mode parameters.

Integration changes

  • Updated PyPlumIO library from v0.4.14 to v0.5.11.
  • Added support for pyserial-asyncio-fast. It features lower latency and faster writes when using RS-485 connection.
  • Added mixer valve opening sensor for ecoMAX 860P6-O. Resolves: #54 Thanks @jszkiela72
  • Added mixer valve state sensor for ecoMAX 860P6-O. Related to: #54 Thanks @jszkiela72
  • Get parameter service now returns unit of measurement.
  • Removed model string formatter, as formatting is now (better) done by PyPlumIO.
  • Implemented better handling of unknown devices. Related to #44. Thanks @funraa
  • Fixed schedule name extractor not working when schedule name contains _ (underscore). Found in: #44. Thanks @funraa
  • Fixed alerts being reported as unsupported, when no alerts has happened yet.
  • Fixed fuel level for ecoMAX 860P6-O. Resolves: denpamusic/PyPlumIO#19. Thanks @jszkiela72
  • Many more performance oriented changes, such as slotted classes and LRU caching.

plum-ecomax v0.4.1-beta.5

07 Dec 18:45
2039dbf
Compare
Choose a tag to compare
Pre-release