Skip to content

Releases: denpamusic/homeassistant-plum-ecomax

plum-ecomax v0.4.1-beta.4

26 Nov 22:37
5b69ba7
Compare
Choose a tag to compare
Pre-release
  • Updated PyPlumIO library from v0.5.8 to v0.5.9.
  • Fixed water heater schedule switch not working. Thanks @funraa

plum-ecomax v0.4.1-beta.3

26 Nov 01:37
8c81c48
Compare
Choose a tag to compare
Pre-release
  • Updated PyPlumIO library from v0.5.7 to v0.5.8.
  • Fixed numbers not updating when changed on the controller.

plum-ecomax v0.4.1-beta.2

23 Nov 01:45
9097be7
Compare
Choose a tag to compare
Pre-release

Updated PyPlumIO library from v0.5.4 to v0.5.7.

plum-ecomax v0.4.1-beta.1

18 Nov 21:47
315c9db
Compare
Choose a tag to compare
Pre-release

Foreword

This is first beta release of 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 35 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.

Due to some breaking changes, this is released as beta without any additional new features, so you can safely test it and downgrade if there's a problem, without really losing anything in the process.

As always any feedback is much appreciated!

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.4.
  • Get parameter service now returns unit of measurement.
  • Removed model string formatter, as formatting is now done by PyPlumIO.
  • Implemented better handling of unknown devices. Related to #44.

plum-ecomax v0.3.16

17 Nov 01:23
49efd28
Compare
Choose a tag to compare
  • Switched to model string for device identification instead of device ID. Related to #46
  • Added ash pan full device-specific sensor for ecoMAX 860P3-S LITE. Resolves #46. Thanks @dareksliwecki
  • Polish translation was completed and improved thanks to @dr4gonix.

NB: This will be the last release of 0.3.x branch and is meant as a "safe heaven" due to sheer amount of changes in PyPlumIO 0.5.x on which the next version of this integration will be based.

plum-ecomax v0.3.15

22 Oct 18:05
93b4f0d
Compare
Choose a tag to compare
  • Updated PyPlumIO library from v0.4.10 to v0.4.14.
  • Fixed mixer work mode entity for ecoMAX 850i. Resolves #42. Thanks @zASSAz
  • Fixed UID being redacted in data storage after downloading the diagnostics.

plum-ecomax v0.3.14

15 Oct 23:42
f38404b
Compare
Choose a tag to compare
  • Schedule services now allow to select multiple weekdays to get/set schedules for.
  • Updated PyPlumIO library from v0.4.9 to v0.4.10.
  • Fixed an issue with logbook spam on some controllers model. Resolves #40

plum-ecomax v0.3.13

15 Oct 17:07
c4aeb06
Compare
Choose a tag to compare
  • Updated PyPlumIO library from v0.4.4 to v0.4.9.
  • Improved general performance and dramatically decreased integration startup time by removing bottlenecks, that were found by profiling PyPlumIO library.
  • End time is now included in Set schedule service. Example: Start time: 00:00:00 and End time: 01:00:00 now sets schedule for 00:00, 00:30 and 01:00, while previously it would only set it for 00:00 and 00:30.
  • Added missing state for ecoMAX 810P-L TOUCH. Resolves #39. Thanks @monique3838
  • Updated minimum required Home Assistant version to v2023.7.0. Resolves #38. Thanks @jerguitariste

plum-ecomax v0.3.12

09 Oct 06:50
e9987ac
Compare
Choose a tag to compare

⚠️ This release requires at least version 2023.7.0 of Home Assistant. Related to #38

  • Reworked Get schedule and Set schedule service. Now both services use day and night states to better reflect schedule implementation on the controller itself.
  • Many thermostat fixes. Resolves #33, #37. Huge thanks @Safs for the amazing work on testing.
  • Fixed Get parameter service failing, when product UID is not available.

plum-ecomax v0.3.11

06 Oct 02:24
5daada4
Compare
Choose a tag to compare

Response of Get parameter service

⚠️ This release requires at least version 2023.7.0 of Home Assistant. Related to #38

  • Implemented Get parameter and Get schedule service. These services allow to receive parameters and schedules from the controller and/or mixers. For more information about responding services, please see release notes for HASS 2023.7 and documentation.
  • Thermostats should now respect current preset, when running in schedule mode. Resolves #33. Thanks @Safs
  • Fixed missing strings in English translation. Resolves #34. Thanks @Safs
  • Fixed Set schedule service.