Skip to content

Releases: bremor/bonaire_myclimate

1.4.0

29 Sep 09:45
b4dbd42
Compare
Choose a tag to compare

What's Changed

  • Add support for ClimateEntityFeature.TURN_ON by @MoFtZ in #34
  • Replace async_foward_entry_setup with async_forward_entry_setups by @MoFtZ in #35
  • chore: Create PR template by @boc-the-git in #40

New Contributors

  • @MoFtZ made their first contribution in #35

Full Changelog: 1.3.0...1.4.0

1.3.0

26 Sep 12:21
171e38b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.1...1.3.0

1.2.1

17 Dec 11:00
129d4c3
Compare
Choose a tag to compare
  • Fixed incorrect logging level when sending commands.

1.2.0

14 Dec 01:21
16cebe2
Compare
Choose a tag to compare
  • Updated to work with home assistant 2021.12.

1.1.1

24 Nov 03:58
ce1de4a
Compare
Choose a tag to compare

1.1.1 - Bugfix

  • Fixes issue where zones were not working with fan_only mode.

1.1.0

19 Jul 10:49
5e7683c
Compare
Choose a tag to compare

1.1.0 - New Service: "bonaire_myclimate.send_raw_command"

Introducing a new service that allows you to send commands directly to the Bonaire MyClimate Wi-Fi module. This is a much more reliable way for automations or scripts that require multiple changes at the same time, for example changing temperature and zone at the same time.

service: bonaire_myclimate.send_raw_command
data:
  raw_command:
    system: 'on'
    zoneList: '1'
    setPoint: '22'

1.0.0 - Breaking Changes

This custom component was completely re-written as of 1.0.0 and no longer uses yaml config and must be added through your Integrations page. Please direct all bugs over to Issues.

  • The component no longer 'assumes' the state of the Wi-Fi module. It will always wait for a response from the module to confirm settings have changed.
  • The climate entity will go 'unavailable' if it is unable to connect to the Wi-Fi module after 5 attempts.
  • Evap systems will use 'fan mode' to set the fan speed instead of the temperature gauge.
    • fan_mode 0 maps to 'Pump Only' mode.
    • fan_mode 1 through 7 maps to 'Manual' mode.
    • fan_mode 8 maps to 'Boost' mode.

1.0.0

25 Jun 04:17
0bcb373
Compare
Choose a tag to compare

Breaking Changes in 1.0.0

This custom component was completely re-written as of 1.0.0 and no longer uses yaml config and must be added through your Integrations page. Please direct all bugs over to Issues.

  • The component no longer 'assumes' the state of the Wi-Fi module. It will always wait for a response from the module to confirm settings have changed.
  • The climate entity will go 'unavailable' if it is unable to connect to the Wi-Fi module after 5 attempts.
  • Evap systems will use 'fan mode' to set the fan speed instead of the temperature gauge.
    • fan_mode 0 maps to 'Pump Only' mode.
    • fan_mode 1 through 7 maps to 'Manual' mode.
    • fan_mode 8 maps to 'Boost' mode.

0.6.4

15 Mar 03:53
db99bcd
Compare
Choose a tag to compare

Added version to manifest.json to comply with Home Assistant Core 2021.3 requirement.

Beta: Fixed zone issue

12 Mar 03:47
ea40f9e
Compare
Choose a tag to compare
Pre-release

Beta release only, use with caution

0.6.2b3

12 Jan 07:35
3fee4e7
Compare
Choose a tag to compare
0.6.2b3 Pre-release
Pre-release