Skip to content

Releases: cdpuk/ha-bestway

v1.4.0-alpha1

05 Jan 22:34
Compare
Choose a tag to compare
v1.4.0-alpha1 Pre-release
Pre-release

Experimental release for testing Airjet_V01 and Hydrojet devices.

v1.3.1

04 Jan 20:51
718caaa
Compare
Choose a tag to compare

This updates the integration following a recent change to the Bestway API that was causing all device updates to fail.

What's Changed

  • Provide auth token for device status updates by @cdpuk in #45

Full Changelog: v1.3.0...v1.3.1

v1.3.0

20 Sep 20:39
948fb52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

04 Jul 20:21
e437d18
Compare
Choose a tag to compare

What's Changed

  • Major refactor to support devices other than Airjet spas. Big thanks to @phretor for getting this working against Flowclear pool filters. #31
  • The integration will handle unknown devices more gracefully. There are additional sensors that should provide version and protocol information regardless of whether any device features are understood. #25

⚠️ WARNING ⚠️ Some internal entity IDs have changed. You may need to update your automations and dashboards.

Full Changelog: v1.1.5...v1.2.0

v1.1.5

17 May 20:37
bbb4167
Compare
Choose a tag to compare

What's Changed

  • Improve error logging to debug missing device attributes by @cdpuk in #20

Full Changelog: v1.1.4...v1.1.5

v1.1.4

16 May 20:02
193cb8f
Compare
Choose a tag to compare

What's Changed

  • Update manifest.json for new rules by @cdpuk in #12
  • Dynamic min/max on climate control based on temperature unit by @cdpuk in #18
  • Set hvac_mode with service climate.set_temperature by @cdpuk in #19

Full Changelog: v1.1.3...v1.1.4

v1.1.3

31 Jan 21:59
Compare
Choose a tag to compare

Fixed a deprecation warning that would break the integration in HA 2023.3.

v1.1.2

21 Dec 22:39
Compare
Choose a tag to compare

Fixed authentication token storage. Any errors related to this should stop after removing and re-adding the integration.

v1.1.1

18 Dec 22:25
Compare
Choose a tag to compare
  • Offline devices now load devices and entities correctly (albeit mostly unavailable).
  • Auth tokens get renewed if they're expiring within a month of the integration being loaded (potential for further improvement here to catch it at any point in time).

US API support

10 Jul 14:46
Compare
Choose a tag to compare

Now supports the US API endpoint on adding the integration to Home Assistant. Thanks @jannylund!