Skip to content

Releases: denpamusic/homeassistant-plum-ecomax

plum-ecomax v0.2.9

04 Aug 21:58
88cf9e7
Compare
Choose a tag to compare
  • Updated PyPlumIO library to v0.2.12.

plum-ecomax v0.2.8

03 Aug 18:58
05c8ad7
Compare
Choose a tag to compare
  • Support ecoMAX alerts via HASS logbook.
  • Updated PyPlumIO library to v0.2.10.

plum-ecomax v0.2.7

01 Aug 21:34
68d4e55
Compare
Choose a tag to compare
  • Updated PyPlumIO library to v0.2.9.

plum-ecomax v0.2.6

30 Jul 11:11
ae96d6d
Compare
Choose a tag to compare
  • Updated PyPlumIO library to v0.2.8.

plum-ecomax v0.2.5

19 Jul 22:55
b80dbec
Compare
Choose a tag to compare
  • Updated PyPlumIO library to v0.2.7.
  • Fixed connection not being correctly closed on HA stop.
  • Fixed logging.

plum-ecomax v0.2.4

16 Jul 02:11
d9f0c69
Compare
Choose a tag to compare
  • Added services to set device parameters and update capabilities. See Services for more details.

plum-ecomax v0.2.3

14 Jul 23:10
356161d
Compare
Choose a tag to compare
  • Added Total Fuel Burned meter and services to set/reset it's value.
    This entity will keep track of burned pellets and it's value will be preserved across restarts. This replaces previously recommended method to track spent fuel with hass'es internal utility meter integration.

plum-ecomax v0.2.2

13 Jul 23:26
de5cd89
Compare
Choose a tag to compare
  • Added support for config entry migration.
  • Prevented connection close from being called twice on hass shutdown.

plum-ecomax v0.2.1

12 Jul 20:23
fd2909f
Compare
Choose a tag to compare
  • Added fuel calorific value number
  • Added software version and uid sensors.
  • Changed burned fuel meter icon.
  • Fixed malformed version number in program version response.

plum-ecomax v0.2.0

11 Jul 00:47
5cfbcc5
Compare
Choose a tag to compare
  • Switched to using callbacks to update entities. Callbacks are called by underlying pyplumio library on value changes.
  • Removed update interval setting.
  • Number platform now uses native_value and native_step.
  • Internally added support for callback filter functions in entity descriptions.
  • Improved device capabilities detection.
  • Improved translations and added translation for boiler mode.
  • Improved responsiveness of numbers and switches. Changed value should now almost instantly be reflected in UI.
  • Increased performance.
  • Squashed a whole lot of bugs.