Skip to content

Releases: signalkraft/mypyllant-component

v0.7.0b0: Experimental multi-system support by @ml1nk

29 Dec 10:54
ffac471
Compare
Choose a tag to compare

Warning

This pre-release will change all entity IDs, meaning you have to reconfigure all of your automations and UI elements in Home Assistant to use the new IDs. The final release will (hopefully) contain a migration that changes the IDs automatically on update.

What's changed

  • Experimental multi-system support by @ml1nk
  • feat: devcontainer support by @ml1nk in #63

New Contributors

  • @ml1nk made their first contribution in #63

Full Changelog: v0.6.2...v0.7.0b0

v0.6.2

07 Dec 18:56
Compare
Choose a tag to compare
  • Fixed dependency issues with HA 2023.12.0 and up, but that may have introduced other weirdness, see #59
  • Fixed issue with login on new installs on v0.6.1, see #56
  • Improved binary sensor for connection state

What's Changed

New Contributors

  • @szflo made their first contribution in #53

Full Changelog: v0.6.1...v0.6.2

v0.6.1

27 Nov 08:47
Compare
Choose a tag to compare
  • Fixed issue with some sensor becoming unavailable when their value is 0
  • Hopefully better handling of Vaillant API downtimes
  • Added Italian translation by @ardyp87 in #45

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

15 Nov 22:06
Compare
Choose a tag to compare

New Contributors

Full Changelog: v0.5.4...v0.6.0

v0.5.5b3

04 Nov 19:16
Compare
Choose a tag to compare
v0.5.5b3 Pre-release
Pre-release

Fan entity instead of climate entity for Ventilation

Full Changelog: v0.5.5b2...v0.5.5b3

v0.5.5b2

02 Nov 20:21
Compare
Choose a tag to compare
v0.5.5b2 Pre-release
Pre-release

Added missing required attributes on ventilation climate entity

Full Changelog: v0.5.5b1...v0.5.5b2

v0.5.5b1

01 Nov 23:07
Compare
Choose a tag to compare
v0.5.5b1 Pre-release
Pre-release
  • Added option to overwrite time program temperatures with climate control, instead of setting a quick veto
  • Added experimental ventilation support thanks to test data from @szflo (#32)

Full Changelog: v0.5.4...v0.5.5b1

v0.5.5b0

29 Oct 21:24
Compare
Choose a tag to compare
v0.5.5b0 Pre-release
Pre-release

Downgraded dacite in base library to avoid konradhalas/dacite#236

v0.5.4

29 Oct 20:59
Compare
Choose a tag to compare

Added water heater time program & circulation pump time program services.

See the automation documentation page for examples.

Full Changelog: v0.5.3...v0.5.4

v0.5.3

29 Oct 11:28
Compare
Choose a tag to compare

Added a service to update a zone's time programs (heating & cooling).

Call the mypyllant.time_program_heating service with a program_type
and a time_program.

service: mypyllant.set_zone_time_program
data:
  program_type: heating
  time_program:
    monday:
      - start_time: 420
        end_time: 1290
        setpoint: 20
    tuesday:
      - start_time: 420
        end_time: 1290
        setpoint: 20
    wednesday:
      - start_time: 420
        end_time: 1290
        setpoint: 20
    thursday:
      - start_time: 420
        end_time: 1290
        setpoint: 20
    friday:
      - start_time: 420
        end_time: 1290
        setpoint: 20
    saturday:
      - start_time: 420
        end_time: 1290
        setpoint: 20
    sunday:
      - start_time: 420
        end_time: 1290
        setpoint: 20
    type: heating
target:
  entity_id: climate.zone_0

Full Changelog: v0.5.2...v0.5.3