Skip to content

Releases: bmcclure/ha-aquanta

Aquanta Integration 2.0.5 for Home Assistant

07 Jul 22:07
0a61699
Compare
Choose a tag to compare

What's Changed

  • MAI: Migrate to new unit of measure constant by @carterbox in #90
  • Add missing "timer" option for current_mode sensor by @bmcclure

New Contributors

Full Changelog: v2.0.4...v2.0.5

Aquanta Integration 2.0.4 for Home Assistant

21 Jan 16:21
41e4013
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

Aquanta integration 2.0.3 for Home Assistant

18 Apr 04:03
f1d1b7a
Compare
Choose a tag to compare

Fixes

  • Fixed unique ID generation for multiple Aquanta devices per account.

If you have multiple devices, updating the integration and restarting Home Assistant should be all that is needed for any missing sensors to appear.

Aquanta integration 2.0.2 for Home Assistant

12 Mar 01:45
Compare
Choose a tag to compare

This release fixes the experimental hostname matching to be lowercase, and will not affect functionality for existing users.

It also adjusts the packaging configuration for HACS so that it will use the aquanta.zip release file.

Aquanta integration 2.0.1 for Home Assistant

12 Mar 01:20
Compare
Choose a tag to compare

This release refactors the integration code and introduces minor improvements and bug fixes.

Aquanta integration 2.0.0 for Home Assistant

11 Mar 06:09
Compare
Choose a tag to compare

Changes

  • The Water Heater entity now uses the modes Eco (On), Performance (Boost), and Off (Away) rather than just showing Unknown.
  • Switches were added for toggling Away and Boost mode. Currently, both modes create a 30-day schedule for the device, which is then deleted once toggled off. This behavior may change in future releases.
  • The sensors indicating which settings are on or off have been changed to binary sensors.
  • The sensors have been categorized so the important ones are easier to see.
  • Turning Away or Boost mode on requests a refresh of the data to minimize the amount of time until the toggle stabilizes. It might still flip back for a few seconds after toggling, but it's much less of a delay than before.

Breaking Changes

If you relied on the sensors indicating which settings are enabled, they have been switched from Sensors to Binary Sensors. Because of this, the old sensors will become unavailable after the update, and any integrations referencing them will no longer work properly until you switch them to use the new binary sensors.

You can delete the unavailable sensors after the update, as they will no longer serve any purpose.

Aquanta integration 1.0.1 for Home Assistant

08 Jun 04:35
Compare
Choose a tag to compare

This is a bug fix release due to using Python code that errors out on certain versions. This update should make the missing Aquanta entities show up.

Aquanta integration 1.0.0 for Home Assistant

08 Jun 04:12
Compare
Choose a tag to compare

This release brings a lot of additional data from the Aquanta API into Home Assistant, as well as allows controlling the Away mode setting.

This contains a breaking change in the form of different unique IDs for all Aquanta entities, so you may have to reconfigure some things.

Aquanta integration 0.1.0 for Home Assistant

03 Jun 06:40
Compare
Choose a tag to compare

This is the first release of the Aquanta custom integration for Home Assistant!

It is very limited in scope, and currently only shows the operating mode and current temperature of each Aquanta device.

More sensor data, as well as services to control the device, are on the way.