Skip to content

1.1.0

Compare
Choose a tag to compare
@bremor bremor released this 19 Jul 10:49
· 20 commits to master since this release
5e7683c

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.